summaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop linux/stringify.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop asm_offsets.h from common headerSimon Glass
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18common: Drop flash.h from common headerSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2020-01-17common: Update comment to show progressSimon Glass
2020-01-17common: Collect all the header files togetherSimon Glass
2020-01-17common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass
2020-01-17common: Move ROUND() into kernel.hSimon Glass
2020-01-17common: Move check_member() to kernel.hSimon Glass
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17common: Move testdram() into init.hSimon Glass
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass
2020-01-17common: Rename and move source()Simon Glass
2020-01-17common: Move the image globals into image.hSimon Glass
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass
2020-01-17common: Move reset_misc() function to arch headerSimon Glass
2020-01-17common: Move get_tbclk() to time.hSimon Glass
2020-01-17common: Move clock functions into a new fileSimon Glass
2020-01-17common: Move upmconfig() to ppc.hSimon Glass
2020-01-17common: Move ll_boot_init() to init.hSimon Glass
2020-01-17common: arm: Move s_init() to an ARM-specific headerSimon Glass
2020-01-17common: Move device-tree setup functions to fdt_support.hSimon Glass
2020-01-17common: Move type declarations to linux/types.hSimon Glass
2020-01-17common: Drop the symbol_lookup() declarationSimon Glass
2020-01-17common: Drop CONFIG_HAS_POSTSimon Glass
2020-01-17common: Drop CONFIG_POST_STD/ALT_LISTSimon Glass
2020-01-17common: Move CONFIG_SYS_DEF_EEPROM_ADDR out of common.hSimon Glass
2020-01-17common: Move reset_phy() to net.hSimon Glass
2020-01-17common: Drop floppy disk supportSimon Glass
2020-01-17common: Move jumptable_init() out of common.hSimon Glass
2020-01-17common: Move relocate_code() to init.hSimon Glass
2020-01-17common: Move functions for loading from fat/ext2 to fs.hSimon Glass
2020-01-17common: Move do_tftpb() to net.hSimon Glass
2020-01-17common: Move embedded fdt location to fdtdec.hSimon Glass
2020-01-17common: Drop checkflash() and checkdram()Simon Glass
2020-01-17common: Move flash_perror() to flash.hSimon Glass
2020-01-17common: Move main_loop() to init.hSimon Glass
2020-01-17common: Drop mdm_init()Simon Glass
2019-12-13common: remove duplicate typedef for ucharHeinrich Schuchardt