summaryrefslogtreecommitdiffstats
path: root/include/common.h
Commit message (Expand)AuthorAgeFilesLines
...
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-7/+0
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-24/+0
* common: Drop checkicache() and checkdcache()Simon Glass2019-12-021-2/+0
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-9/+1
* arm: powerpc: Tidy up code style for cache functionsSimon Glass2019-12-021-1/+1
* common: Move some SMP functions out of common.hSimon Glass2019-12-021-3/+0
* common: Move checkcpu() out of common.hSimon Glass2019-12-021-1/+0
* common: Drop cpu_init()Simon Glass2019-12-021-2/+0
* common: Move some CPU functions out of common.hSimon Glass2019-12-021-20/+0
* common: Move mii_init() function out of common.hSimon Glass2019-12-021-3/+0
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-5/+2
* common: Move timer_get_us() function out of common.hSimon Glass2019-12-021-3/+0
* common: Move wait_ticks functions out of common.hSimon Glass2019-12-021-1/+0
* common: Move some time functions out of common.hSimon Glass2019-12-021-4/+0
* common: Add a new lz4.h header fileSimon Glass2019-12-021-3/+0
* common: Move serial functions out of common.hSimon Glass2019-12-021-9/+0
* common: Move serial_printf() to the serial headerSimon Glass2019-12-021-7/+0
* common: Move env_get_ip() to net.hSimon Glass2019-12-021-4/+0
* Move strtomhz() to vsprintf.hSimon Glass2019-12-021-3/+0
* common: Move sorting functions to their own header fileSimon Glass2019-12-021-5/+0
* common: Move bootcount functions to their header fileSimon Glass2019-12-021-4/+0
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-3/+0
* common: Move random-number functions into their own headerSimon Glass2019-12-021-6/+0
* common: Drop global inclusion of status_led.hSimon Glass2019-12-021-4/+0
* Drop CONFIG_SHOW_ACTIVITYSimon Glass2019-12-021-4/+0
* common: Move older CPU functions to their own headerSimon Glass2019-12-021-8/+0
* common: Add a note about the effort to reduce common.hSimon Glass2019-08-111-0/+6
* Drop PCMCIASimon Glass2019-08-111-2/+0
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass2019-08-111-10/+0
* env: Move env_get() to env.hSimon Glass2019-08-111-12/+0
* env: Move env_set() to env.hSimon Glass2019-08-111-12/+0
* env: Move env_get_hex() to env.hSimon Glass2019-08-111-12/+0
* env: Move env_get_yesno() to env.hSimon Glass2019-08-111-6/+0
* env: Move env_get_ulong() to env.hSimon Glass2019-08-111-13/+0
* env: Move env_set_ulong() to env.hSimon Glass2019-08-111-9/+0
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-21/+0
* env: Move envmatch() to env.hSimon Glass2019-08-111-3/+0
* env: Move env_relocate() to env.hSimon Glass2019-08-111-1/+0
* env: Move env_init() to env.hSimon Glass2019-08-111-1/+0
* env: Move env_get_f() to env.hSimon Glass2019-08-111-12/+0
* env: Move get_env_id() to env.hSimon Glass2019-08-111-2/+0
* env: Create a new file for environment functionsSimon Glass2019-08-111-4/+0
* common: Remove video_setmem()Simon Glass2019-08-111-3/+0
* common: Move lcd_setmem() to lcd.hSimon Glass2019-08-111-3/+0
* common: Drop the dpram_... functionsSimon Glass2019-08-111-5/+0
* common: Move gzip functions into a new gzip headerSimon Glass2019-08-111-52/+0
* Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini2019-01-151-5/+0
|\
| * serial: Move new functions to serial.hSimon Glass2019-01-141-5/+0
* | common: command: Add support for $ auto-completionBoris Brezillon2019-01-151-1/+2
|/