summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-21usb: Define USB_MAX_STOR_DEV in only one placeSimon Glass1-1/+0
2016-01-21sandbox: Support the bmp commandSimon Glass1-5/+8
2016-01-21i2c: Correct command return valuesSimon Glass1-2/+4
2016-01-19Add more SPDX-License-Identifier tagsTom Rini2-14/+2
2016-01-19image: fix getenv_bootm_size() functionMasahiro Yamada1-2/+2
2016-01-16common: usb: fix checking conditionPeng Fan1-1/+1
2016-01-15x86: Fix board init breakageSimon Glass1-1/+1
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten2-6/+9
2016-01-14common: env_flags: fix loop condition when using env_flags_varaccess_maskPeng Fan1-1/+1
2016-01-14common: cli_simple: use strlcpy instead of strcpyPeng Fan1-1/+2
2016-01-14cmd_boot: Add a poweroff commandMichael van Slingerland2-0/+11
2016-01-14ums: support multiple LUNs at onceStephen Warren1-32/+103
2016-01-14mmc: store hwpart in the block deviceStephen Warren2-19/+13
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren12-57/+74
2016-01-14arm: move gd handling outside of C codeAlbert ARIBAUD2-15/+19
2016-01-14Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-10/+99
2016-01-14Merge git://git.denx.de/u-boot-netTom Rini1-31/+33
2016-01-14hash.c: Conditionally compile hash_command, static hash_showTom Rini1-23/+25
2016-01-13image: check "bootm_low" and "bootm_size" if "initrd_high" is missingMasahiro Yamada1-2/+1
2016-01-12dm: pci: scsi: Use driver-model PCI APISimon Glass1-1/+13
2016-01-12dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass1-1/+1
2016-01-08fix always succesful memory testRasmus Villemoes1-2/+2
2016-01-07fdt: fix address cell count checking in fdt_translate_address()Przemyslaw Marczak1-4/+3
2016-01-07dm: usb: Add a remove() method for USB keyboardsSimon Glass1-0/+36
2016-01-07usb: Allow up to 7 storage devicesSimon Glass1-1/+1
2016-01-04common: nvedit: use snprintf instead of sprintfPeng Fan1-1/+1
2016-01-04common: env: initialize scalar variablePeng Fan2-0/+2
2016-01-04common: cli: avoid memory leakPeng Fan1-1/+1
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan BrĂ¼ns1-0/+56