summaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)Author
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
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass
2019-12-02common: Drop get_endaddr()Simon Glass
2019-12-02common: Move trap_init() out of common.hSimon Glass
2019-12-02common: Move pci_init_board() out of common.hSimon Glass
2019-12-02common: Move some board functions out of common.hSimon Glass
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2019-12-02common: Drop board_show_dram()Simon Glass
2019-12-02common: Move command functions out of common.hSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Drop checkicache() and checkdcache()Simon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02arm: powerpc: Tidy up code style for cache functionsSimon Glass