summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FSGuillaume GARDET2016-02-191-1/+1
* tools: fix env_flags buildLubomir Rintel2016-02-151-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2016-02-111-0/+8
|\
| * dm: video: Add a temporary work-around for old stdout varSimon Glass2016-02-111-0/+8
* | Revert "common/memsize.c: Simplify RAM size detection"Hans de Goede2016-02-101-21/+26
* | Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)2016-02-084-118/+0
* | board_r: fix a typo in comment blockMasahiro Yamada2016-02-081-1/+1
* | image: fix getenv_bootm_size() function againMasahiro Yamada2016-02-081-8/+13
* | malloc: solve dead code issue in memalign()Stephen Warren2016-02-081-1/+1
* | common/memsize.c: Simplify RAM size detectionEddy Petrișor2016-02-081-26/+21
* | hush: Add rudimentary support for PS1 and PS2Marek Vasut2016-02-081-0/+10
* | hush: Pull out U-Boot prompt display and read functionalityMarek Vasut2016-02-081-5/+16
* | tools: env validate: pass values as 0-based arrayAndreas Fenkart2016-02-081-7/+7
* | Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2016-02-083-3/+3
|\ \
| * | Use correct spelling of "U-Boot"Bin Meng2016-02-063-3/+3
| |/
* | autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is setStefan Roese2016-02-051-2/+2
|/
* malloc: work around some memalign fragmentation issuesStephen Warren2016-02-011-0/+22
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-01-271-0/+29
|\
| * dm: env_sf: fix saveenv() to use driver modelGong Qianyu2016-01-271-0/+29
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2016-01-261-1/+15
|\ \
| * | lcd: fix the color testpattern in 16bit modeAndreas Neubacher2016-01-241-1/+15
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-01-251-1/+1
|\ \
| * | usb: kbd: Prevent out of bound accessMarek Vasut2016-01-251-1/+1
| |/
* | common/console.c: Remove unused inline functionsTom Rini2016-01-251-48/+0
* | env_mmc: support overriding mmc dev from board codeClemens Gruber2016-01-251-7/+12
* | bootm: fix size arg of flush_cache() in bootm_load_os().Purna Chandra Mandal2016-01-251-1/+1
* | Move all command code into its own directorySimon Glass2016-01-25128-43190/+6
|/
* gpio: Warn about invalid GPIOs used with the 'gpio' commandSimon Glass2016-01-211-1/+3
* stdio: Correct a build error with driver modelSimon Glass2016-01-211-0/+3
* gpio: Allow 's' as an abbreviation for 'status'Simon Glass2016-01-211-1/+1
* dm: pmic: Add 'reg status' to show all regulatorsSimon Glass2016-01-211-10/+56
* dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass2016-01-201-11/+0
* dm: stdio: video: Plumb the video uclass into stdioSimon Glass2016-01-201-4/+15
* dm: video: Implement the bmp command for driver modelSimon Glass2016-01-201-1/+21
* dm: common: Add memory reservation for the video uclassSimon Glass2016-01-201-12/+35
* common: Move LCD and video memory reservation togetherSimon Glass2016-01-201-14/+14
* dm: lcd: Avoid using the lcd.h header file with driver modelSimon Glass2016-01-201-0/+2
* Revert "fdt_support: Add multi-serial support for stdout fixup"Bin Meng2016-01-201-15/+1
* usb: Define USB_MAX_STOR_DEV in only one placeSimon Glass2016-01-201-1/+0
* sandbox: Support the bmp commandSimon Glass2016-01-201-5/+8
* i2c: Correct command return valuesSimon Glass2016-01-201-2/+4
* Add more SPDX-License-Identifier tagsTom Rini2016-01-192-14/+2
* image: fix getenv_bootm_size() functionMasahiro Yamada2016-01-191-2/+2
* common: usb: fix checking conditionPeng Fan2016-01-161-1/+1
* x86: Fix board init breakageSimon Glass2016-01-151-1/+1
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-142-6/+9
* common: env_flags: fix loop condition when using env_flags_varaccess_maskPeng Fan2016-01-131-1/+1
* common: cli_simple: use strlcpy instead of strcpyPeng Fan2016-01-131-1/+2
* cmd_boot: Add a poweroff commandMichael van Slingerland2016-01-132-0/+11
* ums: support multiple LUNs at onceStephen Warren2016-01-131-32/+103
OpenPOWER on IntegriCloud