1. ea11b40 meminfo cmd: Enable printing >=4GiB SDRAM sizes by Andrew Bradford · 9 years ago
  2. 3bc37b6 spl: spl_mmc: Error and count distinction by Paul Kocialkowski · 9 years ago
  3. d52e857 Combine bootm_find_<thing> functions together by Karl Apsite · 9 years ago
  4. 84a07db add boot_get_loadables() to load listed images by Karl Apsite · 9 years ago
  5. ecf8cd6 mkimage will now report information about loadable by Karl Apsite · 9 years ago
  6. c75648d env_mmc: add error message to pass to set_default_env by Tim Harvey · 9 years ago
  7. 9b081d8 menu: Return an error code if Ctrl-C is pressed by Tuomas Tynkkynen · 9 years ago
  8. 0ece6b5 pxe: Fix crash if 'sysboot' is run without args by Tuomas Tynkkynen · 9 years ago
  9. 9bea236 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  10. 9d3b565 spl: spl_mmc: fix mmc Falcon mode regression by Tim Harvey · 9 years ago
  11. 94b467b env: Distinguish finer between source of env change by Joe Hershberger · 9 years ago
  12. bdf1fe4 env: Add regex support to env_attrs by Joe Hershberger · 9 years ago
  13. cca98fd env: Allow env_attr_walk to pass a priv * to callback by Joe Hershberger · 9 years ago
  14. 032ea18 env: Simplify the reverse_strstr() interface by Joe Hershberger · 9 years ago
  15. 7a0ad2c env: Fix return values in env_attr_lookup() by Joe Hershberger · 9 years ago
  16. a8552c7 console: Fix pre-console flushing via cfb_console being very slow by Hans de Goede · 9 years ago
  17. 9e20560 env_nand: use nand_spl_load_image for readenv if SPL by Tim Harvey · 9 years ago
  18. e09b2a0 common: cmd regulator: command cleanup by Przemyslaw Marczak · 9 years ago
  19. 493cdec common: cmd pmic: command cleanup by Przemyslaw Marczak · 9 years ago
  20. 6262b72 dm: regulator: add regulator command by Przemyslaw Marczak · 9 years ago
  21. d89fdcf dm: pmic: add pmic command by Przemyslaw Marczak · 9 years ago
  22. 59aa9df dm: i2c: Implement 'i2c bus' command for driver model by Simon Glass · 9 years ago
  23. 08f3bb0 usb: add device connection/disconnection detection by Vincent Palatin · 9 years ago
  24. 45b9ea1 usb: Stop reset procedure when a dev is handed over to a companion hcd by Hans de Goede · 9 years ago
  25. ad84a42 usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errors by Hans de Goede · 9 years ago
  26. 651d95c usb: usb_control_msg() propagate controller error code by Hans de Goede · 9 years ago
  27. 2068cea Use map_sysmem when accessing memory in setexpr by Joe Hershberger · 9 years ago
  28. 9597494 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 9 years ago
  29. ce49e79 spl: Correct address in spl_relocate_stack_gd() by Simon Glass · 9 years ago
  30. 00cf116 edid: Add a function to read detailed monitor timings by Simon Glass · 9 years ago
  31. 27e7215 ppc4xx: Remove sc3 board by Stefan Roese · 9 years ago
  32. a69bdba Fix broken verify functionality in crc32 command by Joe Hershberger · 9 years ago
  33. 849337b Fix inconsistency of VERIFY defines in cmd_mem by Joe Hershberger · 9 years ago
  34. 8ca584e cmd_part: fix usage text by maxin.john@enea.com · 9 years ago
  35. ecb3013 spl: spl_mmc: Partition raw boot mode for eMMC by Paul Kocialkowski · 9 years ago
  36. 91199f4 spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics by Paul Kocialkowski · 9 years ago
  37. 87f02d5 image: android: handle default kernel address by Maxime Ripard · 9 years ago
  38. 2b338ef usb: Fix maxpacketsize for first descriptor read for low-speed usb devs by Hans de Goede · 9 years ago
  39. f9951ea dm: rtc: Convert 'date' command to support driver model by Simon Glass · 9 years ago
  40. 9f9276c dm: rtc: Rename to_tm() to rtc_to_tm() and add error code by Simon Glass · 9 years ago
  41. 199e87c dm: rtc: Rename gregorian day function by Simon Glass · 9 years ago
  42. c3ec646 fdt: Correct warning in fdt_setup_simplefb_node() by Simon Glass · 9 years ago
  43. bcb0c61 x86: Allow CPUs to be set up after relocation by Simon Glass · 9 years ago
  44. 8e2fac0 Add a 'cpu' command to print CPU information by Simon Glass · 9 years ago
  45. 4c50934 Fix comment nits in board_f.c by Simon Glass · 9 years ago
  46. e536ab8 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  47. cc555bd Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  48. 3f6dcdb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  49. b2d5ac5 armv8/ls2085aqds: NAND boot support by Scott Wood · 10 years ago
  50. 5f757cd Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  51. 5db73fe cmd, nand: add more info to "nand info" by Heiko Schocher · 9 years ago
  52. 1a1fa24 rtc: Set valid date after reset by Marek Vasut · 9 years ago
  53. 12eaf31 armv8/fsl-lsch3: Update early MMU table by York Sun · 10 years ago
  54. 581508b cmd_mem: Store last address/size/etc as ulong by Scott Wood · 10 years ago
  55. f3d46bd dm: Init device tree as well as driver model in SPL by Simon Glass · 10 years ago
  56. 293f16b Correct malloc_limit value for pre-relocation malloc() by Simon Glass · 10 years ago
  57. fb5cf7f Move initf_malloc() to a common place by Simon Glass · 10 years ago
  58. 0879361 fdt: Rename setup_fdt() and make it prepare also by Simon Glass · 10 years ago
  59. b45122f fdt: sandbox: Move setup code from board_f to fdtdec by Simon Glass · 10 years ago
  60. a8eeaf2 cmd_led: Extend led command to support blinking and more leds by Stefan Roese · 10 years ago
  61. 1a1cf6e cmd_scsi: Enable SoC AHCI device on platforms with PCI by tang yuantian · 10 years ago
  62. 5d27223 unzip: add gzwrite command to write compressed image to block device by Eric Nelson · 10 years ago
  63. 08daa25 fdt: add new fdt_fixup_display function to configure display by Tim Harvey · 9 years ago
  64. ed62756 cmd_sf: Fix problem with "sf update" and unaligned length by Stefan Roese · 10 years ago
  65. a436d61 kconfig: remove duplicated CMD_DNS option by Andrey Skvortsov · 9 years ago
  66. a095f04 mii: add read-modify-write option to mii command by Tim James · 10 years ago
  67. 1733259 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  68. 4a0bd10 pxe: Ensure all memory access is to mapped memory by Sjoerd Simons · 9 years ago
  69. 9b97b6b sandbox: Implement host dev [device] by Sjoerd Simons · 9 years ago
  70. bacfb1d sandbox: Renamed sb command to host by Sjoerd Simons · 9 years ago
  71. de79a76 sandbox: exynos: Move CONFIG_CMD_SOUND to Kconfig by Simon Glass · 10 years ago
  72. ee2b243 Kconfig: Move CONFIG_BOOTSTAGE to Kconfig by Simon Glass · 10 years ago
  73. c74c8e6 dm: net: Adjust PHY interface to work with CONFIG_DM_ETH by Simon Glass · 9 years ago
  74. ff97380 Avoid calling print_eths() with driver model by Simon Glass · 9 years ago
  75. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 9 years ago
  76. 4fd5055 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · 9 years ago
  77. 786eac5 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · 9 years ago
  78. 6aede5b net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · 9 years ago
  79. 8885c5f net: cosmetic: Clean up TFTP variables and functions by Joe Hershberger · 9 years ago
  80. 586cbe5 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 9 years ago
  81. 1411157 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 9 years ago
  82. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 9 years ago
  83. 697033c dm: usb: Support driver model with USB keyboards by Simon Glass · 10 years ago
  84. 603afaf dm: usb: Split out the keyboard probe into its own function by Simon Glass · 10 years ago
  85. acf277a dm: usb: Convert usb_storage to driver model by Simon Glass · 10 years ago
  86. 9155757 dm: usb: Move storage device scanning into its own function by Simon Glass · 10 years ago
  87. 7fc2c1e Revert "usb_storage : scan all interfaces to find a storage device" by Simon Glass · 9 years ago
  88. 0510813 dm: usb: Adjust usb_storage to work with sandbox by Simon Glass · 10 years ago
  89. 84073b6 dm: usb: Simply device finding code in usb_storage by Simon Glass · 10 years ago
  90. 1d5827a dm: usb: Fix type problems in usb_stor_get_info() by Simon Glass · 10 years ago
  91. 2e17c87 dm: usb: Move USB storage definitions to usb_defs.h by Simon Glass · 10 years ago
  92. 054fe48 dm: usb: Add driver model support for hubs by Simon Glass · 10 years ago
  93. 361ad6a dm: usb: Split hub detection into its own function by Simon Glass · 10 years ago
  94. 95fbfe4 dm: usb: Convert core usb.c file to support driver model by Simon Glass · 10 years ago
  95. 0ed2790 dm: usb: Complete the splitting up of usb_new_device() by Simon Glass · 10 years ago
  96. 91398f9 dm: usb: Split out more code from usb_new_device() by Simon Glass · 10 years ago
  97. 128fcac dm: usb: Move descriptor setup code into its own function by Simon Glass · 10 years ago
  98. 862e75c dm: usb: Refactor port resets by Simon Glass · 10 years ago
  99. 53d8aa0 dm: usb: Drop the legacy USB init sequence by Simon Glass · 10 years ago
  100. 6a1b206 dm: usb: Convert 'usb' command to support driver model by Simon Glass · 10 years ago