Age | Commit message (Expand) | Author |
2016-01-20 | dm: video: sandbox: Convert sandbox to use driver model for video | Simon Glass |
2016-01-20 | dm: stdio: video: Plumb the video uclass into stdio | Simon Glass |
2016-01-20 | dm: video: Implement the bmp command for driver model | Simon Glass |
2016-01-20 | dm: common: Add memory reservation for the video uclass | Simon Glass |
2016-01-20 | common: Move LCD and video memory reservation together | Simon Glass |
2016-01-20 | dm: lcd: Avoid using the lcd.h header file with driver model | Simon Glass |
2016-01-20 | Revert "fdt_support: Add multi-serial support for stdout fixup" | Bin Meng |
2016-01-20 | usb: Define USB_MAX_STOR_DEV in only one place | Simon Glass |
2016-01-20 | sandbox: Support the bmp command | Simon Glass |
2016-01-20 | i2c: Correct command return values | Simon Glass |
2016-01-19 | Add more SPDX-License-Identifier tags | Tom Rini |
2016-01-19 | image: fix getenv_bootm_size() function | Masahiro Yamada |
2016-01-16 | common: usb: fix checking condition | Peng Fan |
2016-01-15 | x86: Fix board init breakage | Simon Glass |
2016-01-14 | Fix GCC format-security errors and convert sprintfs. | Ben Whitten |
2016-01-13 | common: env_flags: fix loop condition when using env_flags_varaccess_mask | Peng Fan |
2016-01-13 | common: cli_simple: use strlcpy instead of strcpy | Peng Fan |
2016-01-13 | cmd_boot: Add a poweroff command | Michael van Slingerland |
2016-01-13 | ums: support multiple LUNs at once | Stephen Warren |
2016-01-13 | mmc: store hwpart in the block device | Stephen Warren |
2016-01-13 | block: pass block dev not num to read/write/erase() | Stephen Warren |
2016-01-13 | arm: move gd handling outside of C code | Albert ARIBAUD |
2016-01-13 | Fix board init code to respect the C runtime environment | Albert ARIBAUD |
2016-01-13 | Merge git://git.denx.de/u-boot-net | Tom Rini |
2016-01-13 | hash.c: Conditionally compile hash_command, static hash_show | Tom Rini |
2016-01-13 | image: check "bootm_low" and "bootm_size" if "initrd_high" is missing | Masahiro Yamada |
2016-01-12 | dm: pci: scsi: Use driver-model PCI API | Simon Glass |
2016-01-12 | dm: pci: Add a dm_ prefix to pci_bus_find_bdf() | Simon Glass |
2016-01-08 | fix always succesful memory test | Rasmus Villemoes |
2016-01-07 | fdt: fix address cell count checking in fdt_translate_address() | Przemyslaw Marczak |
2016-01-07 | dm: usb: Add a remove() method for USB keyboards | Simon Glass |
2016-01-07 | usb: Allow up to 7 storage devices | Simon Glass |
2016-01-04 | common: nvedit: use snprintf instead of sprintf | Peng Fan |
2016-01-04 | common: env: initialize scalar variable | Peng Fan |
2016-01-04 | common: cli: avoid memory leak | Peng Fan |
2015-12-31 | usb: Move determination of TT hub address/port into separate function | Stefan Brüns |
2015-12-31 | usb: Alloc buffer for USB descriptor dynamically | Stefan Brüns |
2015-12-21 | fdt: Rewrite the logic in fdt_fixup_ethernet() | Bin Meng |
2015-12-21 | fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet() | Bin Meng |
2015-12-17 | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini |
2015-12-17 | usb: kbd: don't use int xfers when polling via ctrl xfers | Stephen Warren |
2015-12-16 | Merge git://git.denx.de/u-boot-rockchip | Tom Rini |
2015-12-16 | eeprom: fix eeprom write procedure | Alexey Brodkin |
2015-12-14 | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq | Tom Rini |
2015-12-15 | armv8/ls1043ardb: add SECURE BOOT target for NOR | Aneesh Bansal |
2015-12-15 | common: Rewrite hiding the end of memory | York Sun |
2015-12-15 | Reserve secure memory | York Sun |
2015-12-14 | spl: mmc: use block device number, not hard-coded 0 | Eric Nelson |
2015-12-13 | part: fix "part list ... -bootable varname" to use hex | Stephen Warren |
2015-12-13 | spl: use panic_str instead of panic | Sjoerd Simons |