summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: store hwpart in the block deviceStephen Warren2016-01-132-19/+13
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-1312-57/+74
* arm: move gd handling outside of C codeAlbert ARIBAUD2016-01-132-15/+19
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-131-10/+99
* Merge git://git.denx.de/u-boot-netTom Rini2016-01-131-31/+33
|\
| * fdt: Rewrite the logic in fdt_fixup_ethernet()Bin Meng2015-12-211-21/+33
| * fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()Bin Meng2015-12-211-11/+1
* | hash.c: Conditionally compile hash_command, static hash_showTom Rini2016-01-131-23/+25
* | image: check "bootm_low" and "bootm_size" if "initrd_high" is missingMasahiro Yamada2016-01-131-2/+1
* | dm: pci: scsi: Use driver-model PCI APISimon Glass2016-01-121-1/+13
* | dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass2016-01-121-1/+1
* | fix always succesful memory testRasmus Villemoes2016-01-081-2/+2
* | fdt: fix address cell count checking in fdt_translate_address()Przemyslaw Marczak2016-01-071-4/+3
* | dm: usb: Add a remove() method for USB keyboardsSimon Glass2016-01-071-0/+36
* | usb: Allow up to 7 storage devicesSimon Glass2016-01-071-1/+1
* | common: nvedit: use snprintf instead of sprintfPeng Fan2016-01-041-1/+1
* | common: env: initialize scalar variablePeng Fan2016-01-042-0/+2
* | common: cli: avoid memory leakPeng Fan2016-01-041-1/+1
* | usb: Move determination of TT hub address/port into separate functionStefan Brüns2015-12-311-0/+56
* | usb: Alloc buffer for USB descriptor dynamicallyStefan Brüns2015-12-311-14/+28
|/
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2015-12-171-0/+3
|\
| * usb: kbd: don't use int xfers when polling via ctrl xfersStephen Warren2015-12-171-0/+3
* | Merge git://git.denx.de/u-boot-rockchipTom Rini2015-12-161-1/+1
|\ \ | |/ |/|
| * spl: use panic_str instead of panicSjoerd Simons2015-12-131-1/+1
* | eeprom: fix eeprom write procedureAlexey Brodkin2015-12-161-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-12-143-11/+33
|\ \
OpenPOWER on IntegriCloud