1. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  2. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  3. d49b889 env: Drop saveenv() in favour of env_save() by Simon Glass · 7 years ago
  4. d8273ed env: Drop the env_name_spec global by Simon Glass · 7 years ago
  5. eaf42d0 cmd/bdinfo: correct comment in board_detail by Chris Packham · 7 years ago
  6. 4945565 nvme: Add nvme commands by Zhikang Zhang · 7 years ago
  7. 663b0cc README: Drop information about commands by Simon Glass · 7 years ago
  8. dc82dee Convert CONFIG_CMD_ZFS to Kconfig by Simon Glass · 7 years ago
  9. 01d097d Convert CONFIG_CMD_ZBOOT to Kconfig by Simon Glass · 7 years ago
  10. 6d56aad Convert CONFIG_CMD_UUID to Kconfig by Simon Glass · 7 years ago
  11. 0c03c1a Convert CONFIG_CMD_UNIVERSE to Kconfig by Simon Glass · 7 years ago
  12. 80a56cd Convert CONFIG_CMD_TSI148 to Kconfig by Simon Glass · 7 years ago
  13. 126cb79 Convert CONFIG_CMD_TRACE to Kconfig by Simon Glass · 7 years ago
  14. 19c5caf Convert CONFIG_CMD_YAFFS2 to Kconfig by Simon Glass · 7 years ago
  15. a18b969 Convert CONFIG_CMD_THOR_DOWNLOAD to Kconfig by Simon Glass · 7 years ago
  16. 89342ef Convert CONFIG_CMD_TERMINAL to Kconfig by Simon Glass · 7 years ago
  17. 8e83ca8 Convert CONFIG_CMD_STRINGS to Kconfig by Simon Glass · 7 years ago
  18. 26c2053 Kconfig: Sort the memory commands by Simon Glass · 7 years ago
  19. 51ef45a Convert CONFIG_CMD_SPL_WRITE_SIZE to Kconfig by Simon Glass · 7 years ago
  20. c034e3d Convert CONFIG_CMD_SPL_NAND_OFS to Kconfig by Simon Glass · 7 years ago
  21. c6567fa Convert CONFIG_CMD_SPL to Kconfig by Simon Glass · 7 years ago
  22. 86b1b65 Convert CONFIG_CMD_SF_TEST to Kconfig by Simon Glass · 7 years ago
  23. 6870d2e Convert CONFIG_CMD_SDRAM to Kconfig by Simon Glass · 7 years ago
  24. c5b0f43 Convert CONFIG_CMD_SCSI to Kconfig by Simon Glass · 7 years ago
  25. d09f377 Convert CONFIG_CMD_SAVES to Kconfig by Simon Glass · 7 years ago
  26. ed4ee31 Convert CONFIG_CMD_REISER to Kconfig by Simon Glass · 7 years ago
  27. e538bbc Convert CONFIG_CMD_REGINFO to Kconfig by Christophe Leroy · 7 years ago
  28. c05459b Kconfig: Convert CMD_READ to Kconfig by Simon Glass · 7 years ago
  29. 0ae023d Kconfig: Drop CONFIG_CMD_PORTIO and associated command by Simon Glass · 7 years ago
  30. d677bef Convert CONFIG_CMD_PCMCIA to Kconfig by Simon Glass · 7 years ago
  31. 03b2ba7 Kconfig: Drop CONFIG_CMD_PCI_ENUM by Simon Glass · 7 years ago
  32. c88a09a Convert CONFIG_CMD_PCI to Kconfig by Simon Glass · 7 years ago
  33. a2a8207 Convert CONFIG_CMD_ONENAND to Kconfig by Simon Glass · 7 years ago
  34. 66d7db0 Convert CONFIG_CMD_MTDPARTS_SPREAD to Kconfig by Simon Glass · 7 years ago
  35. deb1167 Convert CONFIG_CMD_MMC_SPI to Kconfig by Simon Glass · 7 years ago
  36. 036bbb1 Kconfig: Sort the device-access commands by Simon Glass · 7 years ago
  37. 3dcd714 net: add static to do_tftpput() by Masahiro Yamada · 7 years ago
  38. 8dcee7c gpt: harden set_gpt_info() against non NULL-terminated strings by Alison Chaiken · 7 years ago
  39. 8b3397f GPT: provide commands to selectively rename partitions by Alison Chaiken · 7 years ago
  40. f04d4b5 GPT: read partition table from device into a data structure by Alison Chaiken · 7 years ago
  41. e422258 GPT: add accessor function for disk GUID by Alison Chaiken · 7 years ago
  42. 34cc042 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  43. d91dce4 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  44. aec8af3 usb: cmd: Print actual packet size for super speed devices by Bin Meng · 7 years ago
  45. 8aa9576 cmd: scsi: Fix null pointer dereference in 'scsi reset' by Bin Meng · 7 years ago
  46. 1fa20e4d spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN by Andy Yan · 7 years ago
  47. 5fb802a efi_loader: Fix configuration table override by Alexander Graf · 7 years ago
  48. c20bb73 configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS by Tom Rini · 7 years ago
  49. 5e9900f efi_loader: initalize EFI object list only once by Heinrich Schuchardt · 7 years ago
  50. 92cec96 efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD by Rob Clark · 7 years ago
  51. 6533652 efi_loader: EFI file paths should be DOS style by Rob Clark · 7 years ago
  52. 3418eeb cmd: Kconfig: Fix CMD_UBIFS dependencies by Karl Beldan · 7 years ago
  53. 4b239cf cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTS by Karl Beldan · 7 years ago
  54. 09fd142 cmd: Kconfig: Fix a dependency of CMD_MTDPARTS by Karl Beldan · 7 years ago
  55. 31f6e93 powerpc: Remove unneccessary #ifdefs in reginfo by Christophe Leroy · 7 years ago
  56. 54c7a8e efi_console: set up events by xypron.glpk@gmx.de · 7 years ago
  57. 5eadbfa efi_loader: provide meaningful status code by xypron.glpk@gmx.de · 7 years ago
  58. 1e5afc6 bootefi: allow return without EFI_BOOT_SERVICES.Exit by xypron.glpk@gmx.de · 7 years ago
  59. 3c042b2 efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by xypron.glpk@gmx.de · 7 years ago
  60. 4534ad6 efi_loader: reimplement efi_locate_protocol by xypron.glpk@gmx.de · 7 years ago
  61. c35c924 efi_loader: refactor efi_open_protocol by xypron.glpk@gmx.de · 7 years ago
  62. cb5f193 mmc: use new hwpart API when CONFIG_BLK enabled by Kever Yang · 7 years ago
  63. 4a240bc cmd: mvebu: bubt: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  64. cd3ffa1 cmd: nand: remove direct access to struct mtd_info->priv by Grygorii Strashko · 7 years ago
  65. 6d2a2668 cmd: jffs2: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  66. ea0a054 cmd: bootm: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  67. 7b670cc cmd: nand: abstract global variable usage for dm conversion by Mugunthan V N · 7 years ago
  68. 506ec20 fdt: Check for NULL return from fdt_getprop in 'fdt set' by Tom Rini · 7 years ago
  69. e8583f9 display_options: Refactor to allow obtaining the banner by Simon Glass · 7 years ago
  70. 4822873 dm: scsi: Document and rename the scsi_scan() parameter by Simon Glass · 7 years ago
  71. 11b2b62 dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() by Simon Glass · 7 years ago
  72. ab3055a Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · 7 years ago
  73. 203b3ab Convert CONFIG_CMD_SATA to Kconfig by Simon Glass · 7 years ago
  74. d8ea981 cmd, nand: fix broken output of "nand info" by Lothar Waßmann · 7 years ago
  75. 684a485 powerpc, 8xx: move specific reginfo by Christophe Leroy · 7 years ago
  76. 069fa83 powerpc: Partialy restore core of mpc8xx by Christophe Leroy · 7 years ago
  77. 8cb5cdd avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
  78. 4b7ed93 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  79. 2028012 powerpc: remove 4xx support by Heiko Schocher · 7 years ago
  80. 9b9b716 efi_loader: Add check for fallback fdt memory reservation by Alexander Graf · 7 years ago
  81. c6477a0 bdinfo: print fdt_blob by Heiko Schocher · 7 years ago
  82. 0ec3244 cmd: usb_mass_storage: Staticize do_usb_mass_storage() by Fabio Estevam · 9 years ago
  83. 9b9c3f3 cmd: usb_mass_storage: Use NULL for pointer by Fabio Estevam · 9 years ago
  84. 6f90e58 powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
  85. e1876bc cmd: ethsw: Fix out-of-bounds error by York Sun · 7 years ago
  86. bdad0fa cmd: nvedit: bring error message in sync with condition under which it appears by Lothar Waßmann · 7 years ago
  87. 037166d cmd: mtdparts: fix uninitialized variable warning by Lothar Waßmann · 7 years ago
  88. 4bc73ef fdt: Add a check to fdt_print() for coverity by Simon Glass · 7 years ago
  89. 0374691 fdt: Add a check to do_fdt() for coverity by Simon Glass · 7 years ago
  90. d4def9b powerpc, 5xx: remove support for 5xx by Heiko Schocher · 7 years ago
  91. 71cb3e9 powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
  92. 65d94db powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  93. e095280 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  94. 73147d8 Kconfig: Add description for CMD_POWEROFF by Michal Simek · 7 years ago
  95. 9878861 cmd/fdt: support single value replacement within an array by Hannes Schmelzer · 8 years ago
  96. b9a9afd cmd: jffs2: Rename command ls to fsls by Siva Durga Prasad Paladugu · 8 years ago
  97. 178eba3 cmd/ethsw: Disable implicit enum conversion warning by Tom Rini · 8 years ago
  98. 3c95c79 cmd/elf.c: Support passing arguments with bootelf by Tom Rini · 8 years ago
  99. 27d86a1 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 7 years ago
  100. 1909a7b fs: fat: add kbuild configuration support by Sekhar Nori · 7 years ago