summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2016-01-22gpio: Warn about invalid GPIOs used with the 'gpio' commandSimon Glass
2016-01-22stdio: Correct a build error with driver modelSimon Glass
2016-01-22gpio: Allow 's' as an abbreviation for 'status'Simon Glass
2016-01-22dm: pmic: Add 'reg status' to show all regulatorsSimon Glass
2016-01-21dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass
2016-01-21dm: stdio: video: Plumb the video uclass into stdioSimon Glass
2016-01-21dm: video: Implement the bmp command for driver modelSimon Glass
2016-01-21dm: common: Add memory reservation for the video uclassSimon Glass
2016-01-21common: Move LCD and video memory reservation togetherSimon Glass
2016-01-21dm: lcd: Avoid using the lcd.h header file with driver modelSimon Glass
2016-01-21Revert "fdt_support: Add multi-serial support for stdout fixup"Bin Meng
2016-01-21usb: Define USB_MAX_STOR_DEV in only one placeSimon Glass
2016-01-21sandbox: Support the bmp commandSimon Glass
2016-01-21i2c: 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
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten
2016-01-14common: env_flags: fix loop condition when using env_flags_varaccess_maskPeng Fan
2016-01-14common: cli_simple: use strlcpy instead of strcpyPeng Fan
2016-01-14cmd_boot: Add a poweroff commandMichael van Slingerland
2016-01-14ums: support multiple LUNs at onceStephen Warren
2016-01-14mmc: store hwpart in the block deviceStephen Warren
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren
2016-01-14arm: move gd handling outside of C codeAlbert ARIBAUD
2016-01-14Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2016-01-14Merge git://git.denx.de/u-boot-netTom Rini
2016-01-14hash.c: Conditionally compile hash_command, static hash_showTom Rini
2016-01-13image: check "bootm_low" and "bootm_size" if "initrd_high" is missingMasahiro Yamada
2016-01-12dm: pci: scsi: Use driver-model PCI APISimon Glass
2016-01-12dm: pci: Add a dm_ prefix to pci_bus_find_bdf()Simon Glass
2016-01-08fix always succesful memory testRasmus Villemoes
2016-01-07fdt: fix address cell count checking in fdt_translate_address()Przemyslaw Marczak
2016-01-07dm: usb: Add a remove() method for USB keyboardsSimon Glass
2016-01-07usb: Allow up to 7 storage devicesSimon Glass
2016-01-04common: nvedit: use snprintf instead of sprintfPeng Fan
2016-01-04common: env: initialize scalar variablePeng Fan
2016-01-04common: cli: avoid memory leakPeng Fan
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns
2015-12-31usb: Alloc buffer for USB descriptor dynamicallyStefan Brüns
2015-12-22fdt: Rewrite the logic in fdt_fixup_ethernet()Bin Meng
2015-12-22fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()Bin Meng
2015-12-18Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2015-12-17usb: kbd: don't use int xfers when polling via ctrl xfersStephen Warren
2015-12-16Merge git://git.denx.de/u-boot-rockchipTom Rini
2015-12-16eeprom: fix eeprom write procedureAlexey Brodkin
2015-12-15Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2015-12-15armv8/ls1043ardb: add SECURE BOOT target for NORAneesh Bansal
2015-12-15common: Rewrite hiding the end of memoryYork Sun