aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-11env: Move get_env_id() to env.hSimon Glass1-2/+0
2019-08-11env: Create a new file for environment functionsSimon Glass1-4/+0
2019-08-11common: Remove video_setmem()Simon Glass1-3/+0
2019-08-11common: Move lcd_setmem() to lcd.hSimon Glass1-3/+0
2019-08-11common: Drop the dpram_... functionsSimon Glass1-5/+0
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass1-52/+0
2019-01-15Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini1-5/+0
2019-01-15common: command: Add support for $ auto-completionBoris Brezillon1-1/+2
2019-01-14serial: Move new functions to serial.hSimon Glass1-5/+0
2018-12-05Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini1-0/+4
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-7/+0
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko1-0/+3
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko1-0/+1
2018-12-02efi_loader: Reserve unaccessible memoryAlexander Graf1-0/+11
2018-11-27spi: Remove unused mpc8xx codeJagan Teki1-7/+0
2018-11-26Drop CONFIG_INIT_CRITICALBin Meng1-5/+0
2018-11-20Use _AC and UL macros from linux/const.hBaruch Siach1-9/+0
2018-10-19bootcount: Make bootcount magic configurableMarek Vasut1-1/+0
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-3/+0
2018-09-10sandbox: Add serial testPatrice Chotard1-0/+1
2018-06-19common: Fix cpu nr type which is always unsigned typeMichal Simek1-4/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford1-10/+2
2018-03-16common: move board_info.c prototypes in init.hPatrick Delaunay1-2/+1
2018-03-16common: move board_r.c prototypes in init.hPatrick Delaunay1-16/+3
2018-03-16common: move board_init.c prototypes in init.hPatrick Delaunay1-37/+1
2018-03-16common: move board_f.c prototypes in init.hPatrick Delaunay1-67/+4
2018-03-16post: remove reference to power functionsPatrick Delaunay1-1/+0
2018-03-16common: remove unused prototypesPatrick Delaunay1-10/+0
2018-03-16common: add a prototype for mach_cpu_init()Patrick Delaunay1-10/+3
2018-01-23common: board_f: vid: Add VID specific API to adjust core voltageRajesh Bhagat1-0/+3
2017-12-07Move debug and logging support to a separate headerSimon Glass1-45/+1
2017-11-29spl: make CONFIG_OF_EMBED pass dts through fdtgrepGoldschmidt Simon1-0/+1
2017-10-16common: Add a prototype for s_init()Diego Dorta1-0/+2
2017-10-05gzip: add a function to parse the headerJean-Jacques Hiblot1-0/+1