summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-03-08malloc: remove !gd handlingStephen Warren
2016-02-26timer: Set up the real timer after driver model is availableSimon Glass
2016-02-26Revert "image-fit: Fix signature checking"Simon Glass
2016-02-26image: Correct the OS location code to work on sandboxSimon Glass
2016-02-19spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FSGuillaume GARDET
2016-02-15tools: fix env_flags buildLubomir Rintel
2016-02-11Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2016-02-11dm: video: Add a temporary work-around for old stdout varSimon Glass
2016-02-10Revert "common/memsize.c: Simplify RAM size detection"Hans de Goede
2016-02-08Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)
2016-02-08board_r: fix a typo in comment blockMasahiro Yamada
2016-02-08image: fix getenv_bootm_size() function againMasahiro Yamada
2016-02-08malloc: solve dead code issue in memalign()Stephen Warren
2016-02-08common/memsize.c: Simplify RAM size detectionEddy Petrișor
2016-02-08hush: Add rudimentary support for PS1 and PS2Marek Vasut
2016-02-08hush: Pull out U-Boot prompt display and read functionalityMarek Vasut
2016-02-08tools: env validate: pass values as 0-based arrayAndreas Fenkart
2016-02-08Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2016-02-05autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is setStefan Roese
2016-02-01malloc: work around some memalign fragmentation issuesStephen Warren
2016-01-27Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-01-27dm: env_sf: fix saveenv() to use driver modelGong Qianyu
2016-01-26Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2016-01-25Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2016-01-25usb: kbd: Prevent out of bound accessMarek Vasut
2016-01-25common/console.c: Remove unused inline functionsTom Rini
2016-01-25env_mmc: support overriding mmc dev from board codeClemens Gruber
2016-01-25bootm: fix size arg of flush_cache() in bootm_load_os().Purna Chandra Mandal
2016-01-25Move all command code into its own directorySimon Glass
2016-01-24lcd: fix the color testpattern in 16bit modeAndreas Neubacher
2016-01-21gpio: Warn about invalid GPIOs used with the 'gpio' commandSimon Glass
2016-01-21stdio: Correct a build error with driver modelSimon Glass
2016-01-21gpio: Allow 's' as an abbreviation for 'status'Simon Glass
2016-01-21dm: pmic: Add 'reg status' to show all regulatorsSimon Glass
2016-01-20dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass
2016-01-20dm: stdio: video: Plumb the video uclass into stdioSimon Glass
2016-01-20dm: video: Implement the bmp command for driver modelSimon Glass
2016-01-20dm: common: Add memory reservation for the video uclassSimon Glass
2016-01-20common: Move LCD and video memory reservation togetherSimon Glass
2016-01-20dm: lcd: Avoid using the lcd.h header file with driver modelSimon Glass
2016-01-20Revert "fdt_support: Add multi-serial support for stdout fixup"Bin Meng
2016-01-20usb: Define USB_MAX_STOR_DEV in only one placeSimon Glass
2016-01-20sandbox: Support the bmp commandSimon Glass
2016-01-20i2c: Correct command return valuesSimon Glass
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2016-01-19image: fix getenv_bootm_size() functionMasahiro Yamada
2016-01-16common: usb: fix checking conditionPeng Fan
2016-01-15x86: Fix board init breakageSimon Glass