summaryrefslogtreecommitdiff
path: root/include/common.h
Commit message (Expand)AuthorAgeFilesLines
* common: Add a note about the effort to reduce common.hWIP/2019-08-11-master-importsSimon 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
|/
* Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini2018-12-051-0/+4
|\
| * dm: serial: Introduce ->getinfo() callbackAndy Shevchenko2018-12-051-0/+3
| * dm: serial: Add ->getconfig() callbackAndy Shevchenko2018-12-051-0/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2018-12-051-7/+0
|\ \ | |/ |/|
| * spi: Remove unused mpc8xx codeJagan Teki2018-11-271-7/+0
* | efi_loader: Reserve unaccessible memoryAlexander Graf2018-12-021-0/+11
* | Drop CONFIG_INIT_CRITICALBin Meng2018-11-261-5/+0
|/
* Use _AC and UL macros from linux/const.hBaruch Siach2018-11-201-9/+0
* bootcount: Make bootcount magic configurableMarek Vasut2018-10-191-1/+0
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-3/+0
* sandbox: Add serial testPatrice Chotard2018-09-101-0/+1
* common: Fix cpu nr type which is always unsigned typeMichal Simek2018-06-191-4/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Convert CONFIG_SPI to KconfigAdam Ford2018-04-271-10/+2
* common: move board_info.c prototypes in init.hPatrick Delaunay2018-03-161-2/+1
* common: move board_r.c prototypes in init.hPatrick Delaunay2018-03-161-16/+3
* common: move board_init.c prototypes in init.hPatrick Delaunay2018-03-161-37/+1
* common: move board_f.c prototypes in init.hPatrick Delaunay2018-03-161-67/+4
* post: remove reference to power functionsPatrick Delaunay2018-03-161-1/+0
* common: remove unused prototypesPatrick Delaunay2018-03-161-10/+0
* common: add a prototype for mach_cpu_init()Patrick Delaunay2018-03-161-10/+3
* common: board_f: vid: Add VID specific API to adjust core voltageRajesh Bhagat2018-01-231-0/+3
* Move debug and logging support to a separate headerSimon Glass2017-12-071-45/+1
* spl: make CONFIG_OF_EMBED pass dts through fdtgrepGoldschmidt Simon2017-11-291-0/+1
* common: Add a prototype for s_init()Diego Dorta2017-10-161-0/+2
* gzip: add a function to parse the headerJean-Jacques Hiblot2017-10-051-0/+1