summaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)Author
2019-08-11common: Add a note about the effort to reduce common.hSimon Glass
2019-08-11Drop PCMCIASimon Glass
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-11env: Move env_get_hex() to env.hSimon Glass
2019-08-11env: Move env_get_yesno() to env.hSimon Glass
2019-08-11env: Move env_get_ulong() to env.hSimon Glass
2019-08-11env: Move env_set_ulong() to env.hSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-08-11env: Move envmatch() to env.hSimon Glass
2019-08-11env: Move env_relocate() to env.hSimon Glass
2019-08-11env: Move env_init() to env.hSimon Glass
2019-08-11env: Move env_get_f() to env.hSimon Glass
2019-08-11env: Move get_env_id() to env.hSimon Glass
2019-08-11env: Create a new file for environment functionsSimon Glass
2019-08-11common: Remove video_setmem()Simon Glass
2019-08-11common: Move lcd_setmem() to lcd.hSimon Glass
2019-08-11common: Drop the dpram_... functionsSimon Glass
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass
2019-01-15Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini
2019-01-15common: command: Add support for $ auto-completionBoris Brezillon
2019-01-14serial: Move new functions to serial.hSimon Glass
2018-12-05Merge tag 'dm-pull-5dec18' of git://git.denx.de/u-boot-dmTom Rini
2018-12-05Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2018-12-05dm: serial: Introduce ->getinfo() callbackAndy Shevchenko
2018-12-05dm: serial: Add ->getconfig() callbackAndy Shevchenko
2018-12-02efi_loader: Reserve unaccessible memoryAlexander Graf
2018-11-27spi: Remove unused mpc8xx codeJagan Teki
2018-11-26Drop CONFIG_INIT_CRITICALBin Meng
2018-11-20Use _AC and UL macros from linux/const.hBaruch Siach
2018-10-19bootcount: Make bootcount magic configurableMarek Vasut
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-09-10sandbox: Add serial testPatrice Chotard
2018-06-19common: Fix cpu nr type which is always unsigned typeMichal Simek
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford
2018-03-16common: move board_info.c prototypes in init.hPatrick Delaunay
2018-03-16common: move board_r.c prototypes in init.hPatrick Delaunay
2018-03-16common: move board_init.c prototypes in init.hPatrick Delaunay
2018-03-16common: move board_f.c prototypes in init.hPatrick Delaunay
2018-03-16post: remove reference to power functionsPatrick Delaunay
2018-03-16common: remove unused prototypesPatrick Delaunay
2018-03-16common: add a prototype for mach_cpu_init()Patrick Delaunay
2018-01-23common: board_f: vid: Add VID specific API to adjust core voltageRajesh Bhagat
2017-12-07Move debug and logging support to a separate headerSimon Glass
2017-11-29spl: make CONFIG_OF_EMBED pass dts through fdtgrepGoldschmidt Simon
2017-10-16common: Add a prototype for s_init()Diego Dorta
2017-10-05gzip: add a function to parse the headerJean-Jacques Hiblot