summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2016-03-15common: image-fit: Fix load and entry addresses in FIT imageYork Sun1-5/+17
2016-03-15common: image-fit: Use a common function to get addressYork Sun1-23/+19
2016-03-15spl: Support loading a FIT from MMCSimon Glass1-18/+57
2016-03-15spl: Add an option to load a FIT containing U-BootSimon Glass2-0/+195
2016-03-15image: Add functions to obtain short namesSimon Glass1-4/+22
2016-03-15fdt: Allow libfdt to be used in SPLSimon Glass3-6/+6
2016-03-15Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass5-24/+25
2016-03-14common: Add support for environment file in EXT4.Stuart Longland2-0/+129
2016-03-08malloc: remove !gd handlingStephen Warren1-1/+1
2016-02-26timer: Set up the real timer after driver model is availableSimon Glass2-2/+18
2016-02-26Revert "image-fit: Fix signature checking"Simon Glass1-3/+8
2016-02-26image: Correct the OS location code to work on sandboxSimon Glass2-1/+6
2016-02-19spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FSGuillaume GARDET1-1/+1
2016-02-15tools: fix env_flags buildLubomir Rintel1-0/+1
2016-02-12Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-0/+8
2016-02-11dm: video: Add a temporary work-around for old stdout varSimon Glass1-0/+8
2016-02-10Revert "common/memsize.c: Simplify RAM size detection"Hans de Goede1-21/+26
2016-02-08Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)4-118/+0
2016-02-08board_r: fix a typo in comment blockMasahiro Yamada1-1/+1
2016-02-08image: fix getenv_bootm_size() function againMasahiro Yamada1-8/+13
2016-02-08malloc: solve dead code issue in memalign()Stephen Warren1-1/+1
2016-02-08common/memsize.c: Simplify RAM size detectionEddy Petrișor1-26/+21
2016-02-08hush: Add rudimentary support for PS1 and PS2Marek Vasut1-0/+10
2016-02-08hush: Pull out U-Boot prompt display and read functionalityMarek Vasut1-5/+16
2016-02-08tools: env validate: pass values as 0-based arrayAndreas Fenkart1-7/+7
2016-02-08Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini3-3/+3
2016-02-06Use correct spelling of "U-Boot"Bin Meng3-3/+3
2016-02-05autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is setStefan Roese1-2/+2
2016-02-02malloc: work around some memalign fragmentation issuesStephen Warren1-0/+22
2016-01-27Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-0/+29
2016-01-27dm: env_sf: fix saveenv() to use driver modelGong Qianyu1-0/+29
2016-01-26Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-1/+15
2016-01-26Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-1/+1
2016-01-26usb: kbd: Prevent out of bound accessMarek Vasut1-1/+1
2016-01-25common/console.c: Remove unused inline functionsTom Rini1-48/+0
2016-01-25env_mmc: support overriding mmc dev from board codeClemens Gruber1-7/+12
2016-01-25bootm: fix size arg of flush_cache() in bootm_load_os().Purna Chandra Mandal1-1/+1
2016-01-25Move all command code into its own directorySimon Glass128-43190/+6
2016-01-24lcd: fix the color testpattern in 16bit modeAndreas Neubacher1-1/+15
2016-01-22gpio: Warn about invalid GPIOs used with the 'gpio' commandSimon Glass1-1/+3
2016-01-22stdio: Correct a build error with driver modelSimon Glass1-0/+3
2016-01-22gpio: Allow 's' as an abbreviation for 'status'Simon Glass1-1/+1
2016-01-22dm: pmic: Add 'reg status' to show all regulatorsSimon Glass1-10/+56
2016-01-21dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass1-11/+0
2016-01-21dm: stdio: video: Plumb the video uclass into stdioSimon Glass1-4/+15
2016-01-21dm: video: Implement the bmp command for driver modelSimon Glass1-1/+21
2016-01-21dm: common: Add memory reservation for the video uclassSimon Glass1-12/+35
2016-01-21common: Move LCD and video memory reservation togetherSimon Glass1-14/+14
2016-01-21dm: lcd: Avoid using the lcd.h header file with driver modelSimon Glass1-0/+2
2016-01-21Revert "fdt_support: Add multi-serial support for stdout fixup"Bin Meng1-15/+1