aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass1-15/+0
2019-12-02common: Drop get_endaddr()Simon Glass1-1/+0
2019-12-02common: Move trap_init() out of common.hSimon Glass1-1/+0
2019-12-02common: Move pci_init_board() out of common.hSimon Glass1-2/+0
2019-12-02common: Move some board functions out of common.hSimon Glass1-7/+0
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass1-11/+0
2019-12-02common: Drop board_show_dram()Simon Glass1-9/+0
2019-12-02common: Move command functions out of common.hSimon Glass1-16/+1
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass1-6/+0
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-7/+0
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-24/+0
2019-12-02common: Drop checkicache() and checkdcache()Simon Glass1-2/+0
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-9/+1
2019-12-02arm: powerpc: Tidy up code style for cache functionsSimon Glass1-1/+1
2019-12-02common: Move some SMP functions out of common.hSimon Glass1-3/+0
2019-12-02common: Move checkcpu() out of common.hSimon Glass1-1/+0
2019-12-02common: Drop cpu_init()Simon Glass1-2/+0
2019-12-02common: Move some CPU functions out of common.hSimon Glass1-20/+0
2019-12-02common: Move mii_init() function out of common.hSimon Glass1-3/+0
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-5/+2
2019-12-02common: Move timer_get_us() function out of common.hSimon Glass1-3/+0
2019-12-02common: Move wait_ticks functions out of common.hSimon Glass1-1/+0
2019-12-02common: Move some time functions out of common.hSimon Glass1-4/+0
2019-12-02common: Add a new lz4.h header fileSimon Glass1-3/+0
2019-12-02common: Move serial functions out of common.hSimon Glass1-9/+0
2019-12-02common: Move serial_printf() to the serial headerSimon Glass1-7/+0
2019-12-02common: Move env_get_ip() to net.hSimon Glass1-4/+0
2019-12-02Move strtomhz() to vsprintf.hSimon Glass1-3/+0
2019-12-02common: Move sorting functions to their own header fileSimon Glass1-5/+0
2019-12-02common: Move bootcount functions to their header fileSimon Glass1-4/+0
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass1-3/+0
2019-12-02common: Move random-number functions into their own headerSimon Glass1-6/+0
2019-12-02common: Drop global inclusion of status_led.hSimon Glass1-4/+0
2019-12-02Drop CONFIG_SHOW_ACTIVITYSimon Glass1-4/+0
2019-12-02common: Move older CPU functions to their own headerSimon Glass1-8/+0
2019-08-11common: Add a note about the effort to reduce common.hSimon Glass1-0/+6
2019-08-11Drop PCMCIASimon Glass1-2/+0
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass1-10/+0
2019-08-11env: Move env_get() to env.hSimon Glass1-12/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-12/+0
2019-08-11env: Move env_get_hex() to env.hSimon Glass1-12/+0
2019-08-11env: Move env_get_yesno() to env.hSimon Glass1-6/+0
2019-08-11env: Move env_get_ulong() to env.hSimon Glass1-13/+0
2019-08-11env: Move env_set_ulong() to env.hSimon Glass1-9/+0
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-21/+0
2019-08-11env: Move envmatch() to env.hSimon Glass1-3/+0
2019-08-11env: Move env_relocate() to env.hSimon Glass1-1/+0
2019-08-11env: Move env_init() to env.hSimon Glass1-1/+0
2019-08-11env: Move env_get_f() to env.hSimon Glass1-12/+0