1. 8e2fac0 Add a 'cpu' command to print CPU information by Simon Glass · 9 years ago
  2. 4c50934 Fix comment nits in board_f.c by Simon Glass · 9 years ago
  3. e536ab8 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  4. cc555bd Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  5. 3f6dcdb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  6. b2d5ac5 armv8/ls2085aqds: NAND boot support by Scott Wood · 10 years ago
  7. 5f757cd Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  8. 5db73fe cmd, nand: add more info to "nand info" by Heiko Schocher · 9 years ago
  9. 1a1fa24 rtc: Set valid date after reset by Marek Vasut · 9 years ago
  10. 12eaf31 armv8/fsl-lsch3: Update early MMU table by York Sun · 10 years ago
  11. 581508b cmd_mem: Store last address/size/etc as ulong by Scott Wood · 10 years ago
  12. f3d46bd dm: Init device tree as well as driver model in SPL by Simon Glass · 10 years ago
  13. 293f16b Correct malloc_limit value for pre-relocation malloc() by Simon Glass · 10 years ago
  14. fb5cf7f Move initf_malloc() to a common place by Simon Glass · 10 years ago
  15. 0879361 fdt: Rename setup_fdt() and make it prepare also by Simon Glass · 10 years ago
  16. b45122f fdt: sandbox: Move setup code from board_f to fdtdec by Simon Glass · 10 years ago
  17. a8eeaf2 cmd_led: Extend led command to support blinking and more leds by Stefan Roese · 10 years ago
  18. 1a1cf6e cmd_scsi: Enable SoC AHCI device on platforms with PCI by tang yuantian · 10 years ago
  19. 5d27223 unzip: add gzwrite command to write compressed image to block device by Eric Nelson · 10 years ago
  20. 08daa25 fdt: add new fdt_fixup_display function to configure display by Tim Harvey · 9 years ago
  21. ed62756 cmd_sf: Fix problem with "sf update" and unaligned length by Stefan Roese · 10 years ago
  22. a436d61 kconfig: remove duplicated CMD_DNS option by Andrey Skvortsov · 9 years ago
  23. a095f04 mii: add read-modify-write option to mii command by Tim James · 10 years ago
  24. 1733259 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  25. 4a0bd10 pxe: Ensure all memory access is to mapped memory by Sjoerd Simons · 9 years ago
  26. 9b97b6b sandbox: Implement host dev [device] by Sjoerd Simons · 9 years ago
  27. bacfb1d sandbox: Renamed sb command to host by Sjoerd Simons · 9 years ago
  28. de79a76 sandbox: exynos: Move CONFIG_CMD_SOUND to Kconfig by Simon Glass · 10 years ago
  29. ee2b243 Kconfig: Move CONFIG_BOOTSTAGE to Kconfig by Simon Glass · 10 years ago
  30. c74c8e6 dm: net: Adjust PHY interface to work with CONFIG_DM_ETH by Simon Glass · 9 years ago
  31. ff97380 Avoid calling print_eths() with driver model by Simon Glass · 9 years ago
  32. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 9 years ago
  33. 4fd5055 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · 9 years ago
  34. 786eac5 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · 9 years ago
  35. 6aede5b net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · 9 years ago
  36. 8885c5f net: cosmetic: Clean up TFTP variables and functions by Joe Hershberger · 9 years ago
  37. 586cbe5 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 9 years ago
  38. 1411157 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 9 years ago
  39. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 9 years ago
  40. 697033c dm: usb: Support driver model with USB keyboards by Simon Glass · 10 years ago
  41. 603afaf dm: usb: Split out the keyboard probe into its own function by Simon Glass · 10 years ago
  42. acf277a dm: usb: Convert usb_storage to driver model by Simon Glass · 10 years ago
  43. 9155757 dm: usb: Move storage device scanning into its own function by Simon Glass · 10 years ago
  44. 7fc2c1e Revert "usb_storage : scan all interfaces to find a storage device" by Simon Glass · 9 years ago
  45. 0510813 dm: usb: Adjust usb_storage to work with sandbox by Simon Glass · 10 years ago
  46. 84073b6 dm: usb: Simply device finding code in usb_storage by Simon Glass · 10 years ago
  47. 1d5827a dm: usb: Fix type problems in usb_stor_get_info() by Simon Glass · 10 years ago
  48. 2e17c87 dm: usb: Move USB storage definitions to usb_defs.h by Simon Glass · 10 years ago
  49. 054fe48 dm: usb: Add driver model support for hubs by Simon Glass · 10 years ago
  50. 361ad6a dm: usb: Split hub detection into its own function by Simon Glass · 10 years ago
  51. 95fbfe4 dm: usb: Convert core usb.c file to support driver model by Simon Glass · 10 years ago
  52. 0ed2790 dm: usb: Complete the splitting up of usb_new_device() by Simon Glass · 10 years ago
  53. 91398f9 dm: usb: Split out more code from usb_new_device() by Simon Glass · 10 years ago
  54. 128fcac dm: usb: Move descriptor setup code into its own function by Simon Glass · 10 years ago
  55. 862e75c dm: usb: Refactor port resets by Simon Glass · 10 years ago
  56. 53d8aa0 dm: usb: Drop the legacy USB init sequence by Simon Glass · 10 years ago
  57. 6a1b206 dm: usb: Convert 'usb' command to support driver model by Simon Glass · 10 years ago
  58. 79b5888 dm: usb: Adjust usb_alloc_new_device() to return an error by Simon Glass · 10 years ago
  59. cad4291 dm: usb: Adjust usb command to prepare for driver model by Simon Glass · 10 years ago
  60. 7e0c77a cros_ec: Remove unused cros_ec_board_init() function by Simon Glass · 10 years ago
  61. 60f37fc cros_ec: Drop unused CONFIG_DM_CROS_EC by Simon Glass · 10 years ago
  62. ba45756 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · 10 years ago
  63. 05c3e68 dm: eth: Add basic driver model support to Ethernet stack by Joe Hershberger · 10 years ago
  64. 85848f0 cmd: net: Clean up return codes by Joe Hershberger · 10 years ago
  65. d2eaec6 net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  66. 0eb25b6 common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · 10 years ago
  67. 604c7d4 common/lcd_console: introduce display/framebuffer rotation by Hannes Petermaier · 9 years ago
  68. 7471142 common/lcd_console: move single static variables into common (static) structure by Hannes Petermaier · 9 years ago
  69. a202c5b common/lcd_console: ask only one-time for bg/fg-color per call by Hannes Petermaier · 9 years ago
  70. 97562c1 common/lcd_console: cleanup lcd_drawchars/lcd_putc_xy by Hannes Petermaier · 9 years ago
  71. ff3e077 dm: pci: Add a uclass for PCI by Simon Glass · 10 years ago
  72. e564f05 dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  73. cc5e196 Correct map_sysmem() logic in do_mem_mw() by Simon Glass · 10 years ago
  74. d4c671c dm: Add a new CPU init function which can use driver model by Simon Glass · 10 years ago
  75. a32d279 fastboot: Proper download gadget unregister and clear when cable is missing by Paul Kocialkowski · 9 years ago
  76. 8a41802 fastboot: check for alias when looking up partition by name by Michael Scott · 10 years ago
  77. 0a9ac5c dfu: cmd: trigger watchdog before calling usb_gadget_handle_interrupts by Heiko Schocher · 9 years ago
  78. ee02a65 cmd_usb_mass_storage: Use 'USB Mass Storage' in the help text by Fabio Estevam · 10 years ago
  79. d281730 usb: gadget: thor: Invoke board specific USB cleanup interface by Inha Song · 10 years ago
  80. 375f2d7 usb: gadget: UMS: Invoke board specific USB cleanup interface by Inha Song · 10 years ago
  81. 2d48aa6 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · 10 years ago
  82. db378d7 common: cmd_dfu: invoke board_usb_cleanup() for cleaning up by Kishon Vijay Abraham I · 10 years ago
  83. 319418c usb: hub: allow pgood_delay to be specified via env by Tim Harvey · 9 years ago
  84. 25c0673 usb: fix first descriptor fetch error handling by Stephen Warren · 9 years ago
  85. 04ee6ee usb: Early failure when the first descriptor read fails or is invalid by Paul Kocialkowski · 9 years ago
  86. 8879be8 usb: Check usb_new_device for failure by Paul Kocialkowski · 9 years ago
  87. 5a80b34 usb: usb_new_device return codes consistency by Paul Kocialkowski · 9 years ago
  88. f657087 usb_storage:Fix USB storage capacity detection on 64 bit architectures by Sergey Temerkhanov · 9 years ago
  89. cd74965 usb_storage : scan all interfaces to find a storage device by Franck Jullien · 10 years ago
  90. 4bb6650 common/armflash: Support for ARM flash images by Linus Walleij · 9 years ago
  91. 5906434 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 9 years ago
  92. 6d0f452 common, ubi: use positive return values for ubi check by Stefan Agner · 9 years ago
  93. 8c80eb3 Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE by Albert ARIBAUD \(3ADEV\) · 9 years ago
  94. 39f520b lpc32xx: add lpc32xx-spl.bin boot image target by Albert ARIBAUD \(3ADEV\) · 9 years ago
  95. adcc570 cmd_mem.c: Update 'iteration_limit' to unsigned long by Tom Rini · 9 years ago
  96. e37f1eb cmd_mem: cleanups, catch bad usage by Pavel Machek · 9 years ago
  97. 5e8397d env_sf: Fix recovery default by Mario Schuknecht · 10 years ago
  98. 3fb8016 arc: clean-up init procedure by Alexey Brodkin · 10 years ago
  99. 004a1fd nand: yaffs: Remove the "nand write.yaffs" command by Peter Tyser · 10 years ago
  100. 6b94f11 cmd_nand: Verify writes to NAND by Peter Tyser · 10 years ago