1. aefaff8 x86: fsp: Move FspInitEntry call to board_init_f() by Bin Meng · 9 years ago
  2. c7d0fd7 scsi: fix compiler warning with DEBUG and 48bit LBAs by Andre Przywara · 9 years ago
  3. f39eb75 common: Add CMD_SF Kconfig entry by Jagan Teki · 9 years ago
  4. 8ee81b7 mtd, spi: Check if flash pointer is used by Heiko Schocher · 10 years ago
  5. 2ec1a40 spi, sf: Use offset and size in sf cmd from mtdpartition by Heiko Schocher · 10 years ago
  6. 09c3280 mtd, nand: Move common functions from cmd_nand.c to common place by Heiko Schocher · 10 years ago
  7. 9fe6d87 mtd, spi: Add MTD layer driver by Daniel Schwierzeck · 10 years ago
  8. ef0f2f5 Move defaults from config_cmd_default.h to Kconfig by Joe Hershberger · 9 years ago
  9. 6aab5ae common: Add the CMD_ENV_EXISTS config to Kconfig by Joe Hershberger · 9 years ago
  10. f38bec9 common: Fix comment for saveenv in Kconfig by Joe Hershberger · 9 years ago
  11. 325849f Merge git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
  12. 8607c4f common: cmd_part: start and size sub-commands introduction by Paul Kocialkowski · 9 years ago
  13. a78f78e common: cmd_part: Proper alignment by Paul Kocialkowski · 9 years ago
  14. de45149 usb: kbd: Disable idle input reports when we do not need them by Hans de Goede · 9 years ago
  15. 3ae8f4c spl: spl_mmc: MMC boot mode provisions checks by Paul Kocialkowski · 9 years ago
  16. 1ec2646 spl: spl_mmc: Minor cosmetics by Paul Kocialkowski · 9 years ago
  17. 2b42c93 ahci: support LBA48 data reads for 2+TB drives by Mark Langsdorf · 9 years ago
  18. 35df893 cmd_scsi: use lbaint_t for LBA values instead of u32 by Mark Langsdorf · 9 years ago
  19. b9130d8 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  20. 7bb7d67 common/cmd_bdinfo: show gd->board_type by Hannes Schmelzer · 9 years ago
  21. b6bfb6f Add a simple version of memalign() by Simon Glass · 9 years ago
  22. 8d379f1 lcd: Support colour lookup table on 16bpp display in BMP images by Simon Glass · 9 years ago
  23. 1c3dbe5 Remove typedefs from bmp_layout.h by Simon Glass · 9 years ago
  24. 8f0b1e2 autoboot.c: Add feature to stop autobooting via SHA256 encrypted password by Stefan Roese · 9 years ago
  25. d126e01 autoboot.c: Move config options to Kconfig by Stefan Roese · 9 years ago
  26. 2d908fa autoboot.c: Remove CONFIG_AUTOBOOT_STOP_STR2 and CONFIG_AUTOBOOT_DELAY_STR2 by Stefan Roese · 9 years ago
  27. 5bcec54 image-fit: Fix compiler warning in fit_conf_print() by Hans de Goede · 9 years ago
  28. f173715 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 9 years ago
  29. 10be5b5 fdt: Pass the device serial number through devicetree by Paul Kocialkowski · 9 years ago
  30. 77c2b21 cmd_ide: Eliminate build warnings in atapi_inquiry() by Bin Meng · 9 years ago
  31. 563e53e Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  32. 6eed378 net: Move the CMD_NET config to defconfigs by Joe Hershberger · 9 years ago
  33. 7453cb5 Move setexpr to Kconfig by Joe Hershberger · 10 years ago
  34. 8454c84 usb: kbd: Fix key repeat not always working by Hans de Goede · 9 years ago
  35. 126ca94 usb: Remove unused variable in usb_setup_descriptor() by Hans de Goede · 10 years ago
  36. c777efe image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARM by Matt Porter · 10 years ago
  37. ea11b40 meminfo cmd: Enable printing >=4GiB SDRAM sizes by Andrew Bradford · 9 years ago
  38. 3bc37b6 spl: spl_mmc: Error and count distinction by Paul Kocialkowski · 9 years ago
  39. d52e857 Combine bootm_find_<thing> functions together by Karl Apsite · 9 years ago
  40. 84a07db add boot_get_loadables() to load listed images by Karl Apsite · 9 years ago
  41. ecf8cd6 mkimage will now report information about loadable by Karl Apsite · 9 years ago
  42. c75648d env_mmc: add error message to pass to set_default_env by Tim Harvey · 10 years ago
  43. 9b081d8 menu: Return an error code if Ctrl-C is pressed by Tuomas Tynkkynen · 10 years ago
  44. 0ece6b5 pxe: Fix crash if 'sysboot' is run without args by Tuomas Tynkkynen · 10 years ago
  45. 9bea236 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  46. 9d3b565 spl: spl_mmc: fix mmc Falcon mode regression by Tim Harvey · 9 years ago
  47. 94b467b env: Distinguish finer between source of env change by Joe Hershberger · 9 years ago
  48. bdf1fe4 env: Add regex support to env_attrs by Joe Hershberger · 9 years ago
  49. cca98fd env: Allow env_attr_walk to pass a priv * to callback by Joe Hershberger · 9 years ago
  50. 032ea18 env: Simplify the reverse_strstr() interface by Joe Hershberger · 9 years ago
  51. 7a0ad2c env: Fix return values in env_attr_lookup() by Joe Hershberger · 9 years ago
  52. a8552c7 console: Fix pre-console flushing via cfb_console being very slow by Hans de Goede · 10 years ago
  53. 9e20560 env_nand: use nand_spl_load_image for readenv if SPL by Tim Harvey · 9 years ago
  54. e09b2a0 common: cmd regulator: command cleanup by Przemyslaw Marczak · 9 years ago
  55. 493cdec common: cmd pmic: command cleanup by Przemyslaw Marczak · 9 years ago
  56. 6262b72 dm: regulator: add regulator command by Przemyslaw Marczak · 10 years ago
  57. d89fdcf dm: pmic: add pmic command by Przemyslaw Marczak · 10 years ago
  58. 59aa9df dm: i2c: Implement 'i2c bus' command for driver model by Simon Glass · 10 years ago
  59. 08f3bb0 usb: add device connection/disconnection detection by Vincent Palatin · 10 years ago
  60. 45b9ea1 usb: Stop reset procedure when a dev is handed over to a companion hcd by Hans de Goede · 10 years ago
  61. ad84a42 usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errors by Hans de Goede · 10 years ago
  62. 651d95c usb: usb_control_msg() propagate controller error code by Hans de Goede · 10 years ago
  63. 2068cea Use map_sysmem when accessing memory in setexpr by Joe Hershberger · 10 years ago
  64. 9597494 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 9 years ago
  65. ce49e79 spl: Correct address in spl_relocate_stack_gd() by Simon Glass · 9 years ago
  66. 00cf116 edid: Add a function to read detailed monitor timings by Simon Glass · 10 years ago
  67. 27e7215 ppc4xx: Remove sc3 board by Stefan Roese · 10 years ago
  68. a69bdba Fix broken verify functionality in crc32 command by Joe Hershberger · 10 years ago
  69. 849337b Fix inconsistency of VERIFY defines in cmd_mem by Joe Hershberger · 10 years ago
  70. 8ca584e cmd_part: fix usage text by maxin.john@enea.com · 10 years ago
  71. ecb3013 spl: spl_mmc: Partition raw boot mode for eMMC by Paul Kocialkowski · 10 years ago
  72. 91199f4 spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics by Paul Kocialkowski · 10 years ago
  73. 87f02d5 image: android: handle default kernel address by Maxime Ripard · 10 years ago
  74. 2b338ef usb: Fix maxpacketsize for first descriptor read for low-speed usb devs by Hans de Goede · 10 years ago
  75. f9951ea dm: rtc: Convert 'date' command to support driver model by Simon Glass · 10 years ago
  76. 9f9276c dm: rtc: Rename to_tm() to rtc_to_tm() and add error code by Simon Glass · 10 years ago
  77. 199e87c dm: rtc: Rename gregorian day function by Simon Glass · 10 years ago
  78. c3ec646 fdt: Correct warning in fdt_setup_simplefb_node() by Simon Glass · 10 years ago
  79. bcb0c61 x86: Allow CPUs to be set up after relocation by Simon Glass · 10 years ago
  80. 8e2fac0 Add a 'cpu' command to print CPU information by Simon Glass · 10 years ago
  81. 4c50934 Fix comment nits in board_f.c by Simon Glass · 10 years ago
  82. e536ab8 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  83. cc555bd Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 10 years ago
  84. 3f6dcdb Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 10 years ago
  85. b2d5ac5 armv8/ls2085aqds: NAND boot support by Scott Wood · 10 years ago
  86. 5f757cd Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  87. 5db73fe cmd, nand: add more info to "nand info" by Heiko Schocher · 10 years ago
  88. 1a1fa24 rtc: Set valid date after reset by Marek Vasut · 10 years ago
  89. 12eaf31 armv8/fsl-lsch3: Update early MMU table by York Sun · 10 years ago
  90. 581508b cmd_mem: Store last address/size/etc as ulong by Scott Wood · 10 years ago
  91. f3d46bd dm: Init device tree as well as driver model in SPL by Simon Glass · 10 years ago
  92. 293f16b Correct malloc_limit value for pre-relocation malloc() by Simon Glass · 10 years ago
  93. fb5cf7f Move initf_malloc() to a common place by Simon Glass · 10 years ago
  94. 0879361 fdt: Rename setup_fdt() and make it prepare also by Simon Glass · 10 years ago
  95. b45122f fdt: sandbox: Move setup code from board_f to fdtdec by Simon Glass · 10 years ago
  96. a8eeaf2 cmd_led: Extend led command to support blinking and more leds by Stefan Roese · 10 years ago
  97. 1a1cf6e cmd_scsi: Enable SoC AHCI device on platforms with PCI by tang yuantian · 10 years ago
  98. 5d27223 unzip: add gzwrite command to write compressed image to block device by Eric Nelson · 10 years ago
  99. 08daa25 fdt: add new fdt_fixup_display function to configure display by Tim Harvey · 10 years ago
  100. ed62756 cmd_sf: Fix problem with "sf update" and unaligned length by Stefan Roese · 10 years ago