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