summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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-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
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten
2016-01-13common: env_flags: fix loop condition when using env_flags_varaccess_maskPeng Fan
2016-01-13common: cli_simple: use strlcpy instead of strcpyPeng Fan
2016-01-13cmd_boot: Add a poweroff commandMichael van Slingerland
2016-01-13ums: support multiple LUNs at onceStephen Warren
2016-01-13mmc: store hwpart in the block deviceStephen Warren
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2016-01-13arm: move gd handling outside of C codeAlbert ARIBAUD
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2016-01-13Merge git://git.denx.de/u-boot-netTom Rini
2016-01-13hash.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-21fdt: Rewrite the logic in fdt_fixup_ethernet()Bin Meng
2015-12-21fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()Bin Meng
2015-12-17Merge 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