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