colibri_imx6: fix video stdout in default environment
[oweals/u-boot.git] / include / common.h
2020-06-04 Tom RiniMerge tag 'u-boot-atmel-fixes-2020.07-a' of https:...
2020-05-25 Tom RiniMerge tag 'ti-v2020.07-rc3' of https://gitlab.denx...
2020-05-20 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-05-19 Tom RiniMerge branch '2020-05-18-reduce-size-of-common.h'
2020-05-19 Simon Glasscommon: Drop linux/bitops.h from common header
2020-05-19 Simon Glasscommon: Drop linux/delay.h from common header
2020-05-19 Simon Glasscommon: Drop linux/stringify.h from common header
2020-05-19 Simon Glasscommon: Drop linux/bug.h from common header
2020-05-19 Simon Glasscommon: Drop asm_offsets.h from common header
2020-05-19 Simon Glasscommon: Drop asm/ptrace.h from common header
2020-05-19 Simon Glasscommon: Drop log.h from common header
2020-05-18 Simon Glasscommon: Drop init.h from common header
2020-05-18 Simon Glasscommon: Drop image.h from common header
2020-05-18 Simon Glasscommon: Drop bootstage.h from common header
2020-05-18 Simon Glasscommon: Drop part.h from common header
2020-05-18 Simon Glasscommon: Drop net.h from common header
2020-05-18 Simon Glasscommon: Drop flash.h from common header
2020-05-18 Simon Glasscommon: Drop uuid.h from common header
2020-01-24 Simon Glasscommon: Update comment to show progress
2020-01-24 Simon Glasscommon: Collect all the header files together
2020-01-24 Simon Glasscommon: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA
2020-01-24 Simon Glasscommon: Move ROUND() into kernel.h
2020-01-24 Simon Glasscommon: Move check_member() to kernel.h
2020-01-24 Simon Glasscommon: Move hang() to the same header as panic()
2020-01-24 Simon Glasscommon: Move testdram() into init.h
2020-01-24 Simon Glasscommon: Move RAM-sizing functions to init.h
2020-01-24 Simon Glasscommon: Rename and move source()
2020-01-24 Simon Glasscommon: Move the image globals into image.h
2020-01-24 Simon Glassimage: Rename load_addr, save_addr, save_size
2020-01-24 Simon Glasscommon: Move reset_cpu() to the CPU header
2020-01-24 Simon Glasscommon: Move reset_misc() function to arch header
2020-01-24 Simon Glasscommon: Move get_tbclk() to time.h
2020-01-24 Simon Glasscommon: Move clock functions into a new file
2020-01-24 Simon Glasscommon: Move upmconfig() to ppc.h
2020-01-24 Simon Glasscommon: Move ll_boot_init() to init.h
2020-01-24 Simon Glasscommon: arm: Move s_init() to an ARM-specific header
2020-01-24 Simon Glasscommon: Move device-tree setup functions to fdt_support.h
2020-01-24 Simon Glasscommon: Move type declarations to linux/types.h
2020-01-24 Simon Glasscommon: Drop the symbol_lookup() declaration
2020-01-24 Simon Glasscommon: Drop CONFIG_HAS_POST
2020-01-24 Simon Glasscommon: Drop CONFIG_POST_STD/ALT_LIST
2020-01-24 Simon Glasscommon: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.h
2020-01-24 Simon Glasscommon: Move reset_phy() to net.h
2020-01-24 Simon Glasscommon: Drop floppy disk support
2020-01-24 Simon Glasscommon: Move jumptable_init() out of common.h
2020-01-24 Simon Glasscommon: Move relocate_code() to init.h
2020-01-24 Simon Glasscommon: Move functions for loading from fat/ext2 to...
2020-01-24 Simon Glasscommon: Move do_tftpb() to net.h
2020-01-24 Simon Glasscommon: Move embedded fdt location to fdtdec.h
2020-01-24 Simon Glasscommon: Drop checkflash() and checkdram()
2020-01-24 Simon Glasscommon: Move flash_perror() to flash.h
2020-01-24 Simon Glasscommon: Move main_loop() to init.h
2020-01-24 Simon Glasscommon: Drop mdm_init()
2020-01-21 Tom RiniMerge tag 'u-boot-imx-20200121' of https://gitlab.denx...
2020-01-20 Tom RiniMerge tag '2020-01-20-ti-2020.04' of https://gitlab...
2020-01-20 Tom RiniMerge tag 'u-boot-stm32-20200117' of https://gitlab...
2020-01-20 Tom RiniMerge branch '2020-01-17-reduce-size-of-common-h-even...
2020-01-17 Simon Glasscommon: Update comment to show progress
2020-01-17 Simon Glasscommon: Collect all the header files together
2020-01-17 Simon Glasscommon: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA
2020-01-17 Simon Glasscommon: Move ROUND() into kernel.h
2020-01-17 Simon Glasscommon: Move check_member() to kernel.h
2020-01-17 Simon Glasscommon: Move hang() to the same header as panic()
2020-01-17 Simon Glasscommon: Move testdram() into init.h
2020-01-17 Simon Glasscommon: Move RAM-sizing functions to init.h
2020-01-17 Simon Glasscommon: Rename and move source()
2020-01-17 Simon Glasscommon: Move the image globals into image.h
2020-01-17 Simon Glassimage: Rename load_addr, save_addr, save_size
2020-01-17 Simon Glasscommon: Move reset_cpu() to the CPU header
2020-01-17 Simon Glasscommon: Move reset_misc() function to arch header
2020-01-17 Simon Glasscommon: Move get_tbclk() to time.h
2020-01-17 Simon Glasscommon: Move clock functions into a new file
2020-01-17 Simon Glasscommon: Move upmconfig() to ppc.h
2020-01-17 Simon Glasscommon: Move ll_boot_init() to init.h
2020-01-17 Simon Glasscommon: arm: Move s_init() to an ARM-specific header
2020-01-17 Simon Glasscommon: Move device-tree setup functions to fdt_support.h
2020-01-17 Simon Glasscommon: Move type declarations to linux/types.h
2020-01-17 Simon Glasscommon: Drop the symbol_lookup() declaration
2020-01-17 Simon Glasscommon: Drop CONFIG_HAS_POST
2020-01-17 Simon Glasscommon: Drop CONFIG_POST_STD/ALT_LIST
2020-01-17 Simon Glasscommon: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.h
2020-01-17 Simon Glasscommon: Move reset_phy() to net.h
2020-01-17 Simon Glasscommon: Drop floppy disk support
2020-01-17 Simon Glasscommon: Move jumptable_init() out of common.h
2020-01-17 Simon Glasscommon: Move relocate_code() to init.h
2020-01-17 Simon Glasscommon: Move functions for loading from fat/ext2 to...
2020-01-17 Simon Glasscommon: Move do_tftpb() to net.h
2020-01-17 Simon Glasscommon: Move embedded fdt location to fdtdec.h
2020-01-17 Simon Glasscommon: Drop checkflash() and checkdram()
2020-01-17 Simon Glasscommon: Move flash_perror() to flash.h
2020-01-17 Simon Glasscommon: Move main_loop() to init.h
2020-01-17 Simon Glasscommon: Drop mdm_init()
2020-01-06 Tom RiniMerge branch 'next'
2019-12-14 Tom RiniMerge branch '2019-12-13-master-imports'
2019-12-13 Heinrich Schuchardtcommon: remove duplicate typedef for uchar
2019-12-03 Tom RiniMerge tag 'dm-pull-3dec19' of https://gitlab.denx.de...
2019-12-03 Tom RiniMerge branch '2019-12-02-master-imports'
2019-12-02 Simon Glasscommon: Move old EEPROM functions into a new header
2019-12-02 Simon Glasscommon: Drop get_endaddr()
2019-12-02 Simon Glasscommon: Move trap_init() out of common.h
next