1. e016f0b fastboot: implement Kconfig by Steve Rae · 8 years ago
  2. 3c1dcef cmd: efi_loader: Return CMD_RET_USAGE in case of not enough arguments by Bin Meng · 8 years ago
  3. 2695927 cmd: booti: move CONFIG_CMD_BOOTI to Kconfig by Masahiro Yamada · 8 years ago
  4. 5db2890 cmd: Split 'bootz' and 'booti' out from 'bootm' by Tom Rini · 8 years ago
  5. e6628ad cmd: fdt: add fdt overlay application subcommand by Maxime Ripard · 8 years ago
  6. f0ed68e cmd: fdt: Narrow the check for fdt addr by Maxime Ripard · 8 years ago
  7. cd379a2 x86: bdinfo: Drop meaningless values by Simon Glass · 8 years ago
  8. ddd917b bdinfo: Don't print out empty DRAM banks by Simon Glass · 8 years ago
  9. de5e5ce xtensa: add support for the xtensa processor architecture [1/2] by Chris Zankel · 8 years ago
  10. f9d334b efi_loader: disk: Fix CONFIG_BLK breakage by Alexander Graf · 8 years ago
  11. c2fdd34 cmd: gpt: fix the wrong size parse for the last partition by Kever Yang · 8 years ago
  12. e379508 cmd/bdinfo: extract print_std_bdinfo by Max Filippov · 8 years ago
  13. 4e3fa7d cmd/bdinfo: extract print_baudrate by Max Filippov · 8 years ago
  14. 8752e26 cmd/bdinfo: extract print_eth_ip_addr by Max Filippov · 8 years ago
  15. f80e535 cmd/bdinfo: extract print_bi_flash by Max Filippov · 8 years ago
  16. fd60e99 cmd/bdinfo: extract print_bi_dram by Max Filippov · 8 years ago
  17. 12feb36 cmd/bdinfo: extract print_bi_mem by Max Filippov · 8 years ago
  18. 171e539 cmd/bdinfo: extract print_bi_boot_params by Max Filippov · 8 years ago
  19. 7fe1d6a crypto/fsl: Update blob cmd to accept 64bit addresses by Sumit Garg · 8 years ago
  20. c9f3c5f dm: usb: Use blk_dread/write() instead of direct calls by Simon Glass · 8 years ago
  21. 7f7ddf2 arm: Show early-malloc() usage in bdinfo by Simon Glass · 8 years ago
  22. fd42e1b Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 8 years ago
  23. 1bb718c lzmadec: Use the same type as the lzma call by Simon Glass · 8 years ago
  24. 4927166 efi_loader: Make exposed image loader path absolute by Alexander Graf · 8 years ago
  25. c497463 cmd: misc: Add support for fractions in sleep by mario.six@gdsys.cc · 8 years ago
  26. 59441ac mtd: fix compiler warnings by Steve Rae · 8 years ago
  27. 2dc3c483 cmd, nand: add an option to disable the verification when writing in raw mode by Boris Brezillon · 8 years ago
  28. af32443 cmd: mtdparts: support runtime generated mtdparts by Ladislav Michl · 8 years ago
  29. f8f744a cmd: mtdparts: use defaults by default by Ladislav Michl · 8 years ago
  30. 1c2a262 cmd: mtdparts: consolidate mtdparts reading from env by Ladislav Michl · 8 years ago
  31. 06a040a cmd: mtdparts: fix null pointer dereference in parse_mtdparts by Ladislav Michl · 8 years ago
  32. c0ac333 cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_init by Ladislav Michl · 8 years ago
  33. 66669fc Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  34. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  35. e61a753 armv8: Move secure_ram variable out of generic global data by York Sun · 8 years ago
  36. bff97dd Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 8 years ago
  37. 96907c0 dm: spi: Read default speed and mode values from DT by Vignesh R · 8 years ago
  38. e6e188f usb: dm: Make "usb info" use usb_for_each_root_dev() by Hans de Goede · 8 years ago
  39. 2138fd6 usb: dm: Add a usb_for_each_root_dev() helper function by Hans de Goede · 8 years ago
  40. f1f9d4f hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER by Masahiro Yamada · 8 years ago
  41. 4f1318b common: image: minimal android image iminfo support by Michael Trimarchi · 8 years ago
  42. 92dfd92 cmd: bootefi: cosmetic by Sergey Kubushyn · 8 years ago
  43. 41598c8 autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.c by Masahiro Yamada · 8 years ago
  44. 2313d48 Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 8 years ago
  45. 1866be7 nand: extend nand torture by Max Krummenacher · 8 years ago
  46. a10a31e Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  47. 7839f5f cmd: usb: check if_type before using this device by Peng Fan · 8 years ago
  48. 666362356 cmd: gpt: add - partition size parsing by Michael Trimarchi · 8 years ago
  49. cddfc97 ubi: add new ubi command "ubi detach" by Heiko Schocher · 8 years ago
  50. edcef3b efi_loader: Move to normal debug infrastructure by Alexander Graf · 8 years ago
  51. a86aeaf efi_loader: Add exit support by Alexander Graf · 8 years ago
  52. 17cb4b8 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · 8 years ago
  53. b616d9b nand: Embed mtd_info in struct nand_chip by Scott Wood · 8 years ago
  54. 151c06e mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  55. e4a94ce Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  56. 0efe1bc efi_loader: Add network access support by Alexander Graf · 8 years ago
  57. dafd648 cmd: replace the cast of the memory access to a fixed bit type in itest by Kunihiko Hayashi · 8 years ago
  58. 04681cb cmd: disk: Fix unused variable warning by Marek Vasut · 8 years ago
  59. 9cf7b1a mmc: Drop dead mmc code for non-generic MMC by Simon Glass · 8 years ago
  60. f9a90ac arm64: fix arm64 Linux boot image header field sizes by Andre Przywara · 8 years ago
  61. 6d54868 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 8 years ago
  62. d7d0003 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 8 years ago
  63. d6ccb14 cmd: qfw: do not depend on x86 by Miao Yan · 8 years ago
  64. 86e30e6 cmd: qfw: do not require default macros when building qfw command by Miao Yan · 8 years ago
  65. 1868659 cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h] by Miao Yan · 8 years ago
  66. fcf5c04 x86: qemu: split qfw command interface and qfw core by Miao Yan · 8 years ago
  67. d3ad062 cmd: qfw: make fwcfg_present and fwcfg_dma_present public by Miao Yan · 8 years ago
  68. 05dd6f1 cmd: qfw: remove qemu_fwcfg_free_files() by Miao Yan · 8 years ago
  69. 099b219 cmd: qfw: add API to iterate firmware list by Miao Yan · 8 years ago
  70. dd6f3ab x86: qemu: Move qfw command over to cmd and add Kconfig entry by Tom Rini · 8 years ago
  71. 3dc9be8 eeprom: merge cmdline parsing of eeprom commands by Nikita Kiryanov · 8 years ago
  72. e7c2729 eeprom: use eeprom_execute_command for all eeprom functions by Nikita Kiryanov · 8 years ago
  73. 8cf7a41 mips: Report reloc information in bdinfo by Tim Chick · 8 years ago
  74. c40f037 eeprom: refactor i2c bus and devaddr parsing by Nikita Kiryanov · 8 years ago
  75. aa9e604 cmd: eeprom: add support for layout aware commands by Nikita Kiryanov · 8 years ago
  76. 2636ac6 cmd: eeprom: add bus switching support for all i2c drivers by Nikita Kiryanov · 8 years ago
  77. c40fdca dm: mmc: Move the device list into a separate file by Simon Glass · 8 years ago
  78. 69f45cd dm: mmc: Use the new select_hwpart() API by Simon Glass · 8 years ago
  79. 3c457f4 dm: mmc: Drop the get_dev() function by Simon Glass · 8 years ago
  80. 57ebf67 dm: usb: Drop the get_dev() function by Simon Glass · 8 years ago
  81. d97dc8a dm: sata: Separate the non-command code into its own file by Simon Glass · 8 years ago
  82. e9be1ee dm: ide: Separate the non-command code into its own file by Simon Glass · 8 years ago
  83. 11f610e dm: scsi: Separate the non-command code into its own file by Simon Glass · 8 years ago
  84. c649e3c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI by Simon Glass · 8 years ago
  85. 2765c4d dm: sata: Fix code style problems in cmd/sata.c by Simon Glass · 8 years ago
  86. ed73508 dm: ide: Remove the forward declarations by Simon Glass · 8 years ago
  87. 53dbcdd dm: ide: Correct various code style problems by Simon Glass · 8 years ago
  88. f1d4d93 dm: scsi: Fix up code style by Simon Glass · 8 years ago
  89. 73a9cfd dm: scsi: Remove the forward declarations by Simon Glass · 8 years ago
  90. 1cc0a9f Fix various typos, scattered over the code. by Robert P. J. Day · 8 years ago
  91. b955e42 mmc: Fix error in RPMB code by Marek Vasut · 8 years ago
  92. a6e7b77 i2c/eeprom: Always define I2C_RXTX_LEN by Mario Six · 8 years ago
  93. eae4b2b Fix spelling of "occurred". by Vagrant Cascadian · 8 years ago
  94. ab8243e cmd: Kconfig: Add a Kconfig options for a few CMD by Dinh Nguyen · 8 years ago
  95. 78d1e1d configs: Re-sync almost all of cmd/Kconfig by Tom Rini · 8 years ago
  96. a238b0d cmd/usb_mass_storage.c: Rework ums_init() ret logic slightly by Tom Rini · 8 years ago
  97. eb6b50f Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 8 years ago
  98. a2e3a1d usb: ums - expose selected partition/s by John Tobias · 8 years ago
  99. 1c39809 efi_loader: Pass fdt address directly to bootefi cmd by Alexander Graf · 8 years ago
  100. ad0c1a3 efi_loader: Put fdt into convenient location by Alexander Graf · 8 years ago