1. 78b0b9d avb: add support for named persistent values by Igor Opaniuk · 6 years ago
  2. d507491 cmd: pxe: Display splashscreen from extlinux.conf input by Patrice Chotard · 6 years ago
  3. fee4c9d Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  4. ee6978c Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT" by Simon Goldschmidt · 6 years ago
  5. 3094682 eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUS by Simon Goldschmidt · 6 years ago
  6. 18ae337 Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  7. 3313539 Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efi by Tom Rini · 6 years ago
  8. bfce7fc Convert CONFIG_TRACE to Kconfig by Simon Glass · 6 years ago
  9. 388b145 common: command: Add command execution tracer. by Christoph Muellner · 6 years ago
  10. 4420a33 efi_loader: need either ACPI table or device tree by Heinrich Schuchardt · 6 years ago
  11. 14ff23b efi_loader: rework bootmgr/bootefi using load_image API by AKASHI Takahiro · 6 years ago
  12. fbd3ba5 cmd: bootefi: carve out do_bootefi_image() from do_bootefi() by AKASHI Takahiro · 6 years ago
  13. cf81983 cmd: bootefi: carve out bootmgr code from do_bootefi() by AKASHI Takahiro · 6 years ago
  14. 758733d cmd: bootefi: move do_bootefi_bootmgr_exec() forward by AKASHI Takahiro · 6 years ago
  15. 09a81c7 cmd: bootefi: carve out efi_selftest code from do_bootefi() by AKASHI Takahiro · 6 years ago
  16. 451e991 cmd: bootefi: merge efi_install_fdt() and efi_process_fdt() by AKASHI Takahiro · 6 years ago
  17. cc02f17 cmd: bootefi: carve out fdt handling from do_bootefi() by AKASHI Takahiro · 6 years ago
  18. e25a7b8 cmd: bootefi: rework set_load_options() by AKASHI Takahiro · 6 years ago
  19. ae77690 efi_loader: more short texts for protocols in efidebug by Heinrich Schuchardt · 6 years ago
  20. 788ad41 efi_loader: consistent naming of protocol GUIDs by Heinrich Schuchardt · 6 years ago
  21. 8a86958 cmd: ximg.c: Add support for getting external data address and length by Tien Fong Chee · 6 years ago
  22. f7d6b07 cmd: add exception command by Heinrich Schuchardt · 6 years ago
  23. 77498e6 usb: reload watchdog during ums command by Patrick Delaunay · 6 years ago
  24. 1cfb956 dfu: Avoid declaring unused variables and absent parameters by Andy Shevchenko · 6 years ago
  25. d7b01ef Merge tag 'xilinx-for-v2019.07' of git://git.denx.de/u-boot-microblaze by Tom Rini · 6 years ago
  26. 3e8ebc2 fpga: Add support for getting external data address and length by Tien Fong Chee · 6 years ago
  27. 6275e73 Merge tag 'efi-2019-07-rc1-2' of git://git.denx.de/u-boot-efi by Tom Rini · 6 years ago
  28. d5cdfd5 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  29. 0468b8e Change FDT memory type from runtime data to boot services data by Ilias Apalodimas · 6 years ago
  30. fa19c65 dm: spi: Read default speed and mode values from DT by Patrick Delaunay · 6 years ago
  31. 23964a8 cmd: add wdt command by Michael Walle · 6 years ago
  32. e4c1bbf Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  33. bc23748 fs: Add a new command to create symbolic links by Jean-Jacques Hiblot · 6 years ago
  34. 93431a8 usb: Make portspeed return a read-only string by Ismael Luceno Cortes · 6 years ago
  35. 5a6b52b Convert CONFIG_DEFAULT_SPI_* to Kconfig by Patrick Delaunay · 6 years ago
  36. fb92e34 efi_loader: memory leak in efi_dump_single_var() by Heinrich Schuchardt · 6 years ago
  37. 674f662 cmd: fastboot: handle watchdog while waiting for fastboot commands. by Sean Nyekjaer · 6 years ago
  38. ab7797e cmd: thordown: Fix spelling of download. by Vagrant Cascadian · 6 years ago
  39. b246972 efi_loader: error handling for `efidebug boot add` by Heinrich Schuchardt · 6 years ago
  40. 32979d8 cmd: efidebug: add memmap command by AKASHI Takahiro · 6 years ago
  41. 71ab1bf cmd: efidebug: add images command by AKASHI Takahiro · 6 years ago
  42. 02e8ca6 cmd: efidebug: add dh command by AKASHI Takahiro · 6 years ago
  43. 185716a cmd: efidebug: add drivers command by AKASHI Takahiro · 6 years ago
  44. e32788a cmd: efidebug: add devices command by AKASHI Takahiro · 6 years ago
  45. e7c0883 cmd: add efidebug command by AKASHI Takahiro · 6 years ago
  46. 117e68a cmd: env: add "-e" option for handling UEFI variables by AKASHI Takahiro · 6 years ago
  47. 89077ba cmd: Kconfig: LED command depends on LED subsystems by Jan Kiszka · 6 years ago
  48. 26e8b49 gpio: Use case-insentive matching on the GPIO name by Simon Glass · 6 years ago
  49. 8edd31b gpio: Show inactive GPIOs when explicitly requested by Simon Glass · 6 years ago
  50. ea5429b cmd: pcmcia: Build only if CONFIG_CMD_PCMCIA=y by Ismael Luceno Cortes · 6 years ago
  51. e9fae31 cmd/fs: fix build if CMD_BOOTEFI is not set by Gervais, Francois · 6 years ago
  52. 0a0dbd4 cmd: date: Do not overwrite arguments by Roman Kapl · 6 years ago
  53. a064f19 elf: fix cache flushing in 'bootelf -p' command by Kurban Mallachiev · 6 years ago
  54. fd9cbe3 efi_loader: clean up bootefi_test_prepare() by Heinrich Schuchardt · 6 years ago
  55. 7250623 efi_loader: fix EFI entry counting by Heinrich Schuchardt · 6 years ago
  56. 2f8eb08 efi_loader: use efi_start_image() for bootefi by Heinrich Schuchardt · 6 years ago
  57. 408fbcc efi_loader: set entry point in efi_load_pe() by Heinrich Schuchardt · 6 years ago
  58. b6f32dd Merge tag '2019.01-next' of https://github.com/mbgg/u-boot by Tom Rini · 6 years ago
  59. fedd94c cmd: bmp: Make integer-to-pointer cast platform, independent by Adam Heinrich · 6 years ago
  60. aa0b11b efi_loader: refactor switch to non-secure mode by Heinrich Schuchardt · 6 years ago
  61. 7e0badb efi_loader: move efi_init_obj_list() to a new efi_setup.c by AKASHI Takahiro · 6 years ago
  62. c8989c7 efi_loader: avoid unnecessary pointer to long conversion by Heinrich Schuchardt · 6 years ago
  63. a26adcd efi_loader: CMD_BOOTEFI_HELLO_COMPILE in configs by Heinrich Schuchardt · 6 years ago
  64. 4c419bb efi_loader: use named constant for efi_dp_from_mem() by Heinrich Schuchardt · 6 years ago
  65. adcef3d cmd: sata: add null pointer check for dev by Marcel Ziswiler · 6 years ago
  66. e70271f gpio: Use more command-specific enums values by Simon Glass · 6 years ago
  67. 69b0ef5 cmd: ximg: Invert check for fit image compression by Stefan Theil · 6 years ago
  68. bf1f29c cmd: mtd: fix compilation warning for help when SYS_LONGHELP=n by Quentin Schulz · 6 years ago
  69. 878acd7 cmd: adc: Use the sub-command infrastructure by Boris Brezillon · 6 years ago
  70. 06f950d cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commands by Boris Brezillon · 6 years ago
  71. c71dfd1 common: command: Rework the 'cmd is repeatable' logic by Boris Brezillon · 6 years ago
  72. 191cd60 cmd: zip: use correct format code by Heinrich Schuchardt · 6 years ago
  73. 16f2935 cmd: unzip: use correct format code by Heinrich Schuchardt · 6 years ago
  74. e7bfcff cmd: ubi: remove unreachable code by Heinrich Schuchardt · 6 years ago
  75. 37aef53 cmd: tpm-v2: use correct format code by Heinrich Schuchardt · 6 years ago
  76. 4d08ddd cmd: sf: use correct printf code by Heinrich Schuchardt · 6 years ago
  77. cf80bd7 cmd: nvedit: use correct format code by Heinrich Schuchardt · 6 years ago
  78. ec8dfc3 cmd: gpio: use correct printf code by Heinrich Schuchardt · 6 years ago
  79. 829540f cmd: mmc: Invalidate MMC block cache after init by Marek Vasut · 6 years ago
  80. cb5df5d cmd: mmc: Force mmc reinit when no card present by Marek Vasut · 6 years ago
  81. 8bc6392 fs: cbfs: Add missing standard CBFS component types by Bin Meng · 6 years ago
  82. 2c55346 fs: cbfs: Make all CBFS_TYPE_xxx macros consistent by Bin Meng · 6 years ago
  83. 40e0945 cmd: Move the "dm" command from test/dm/ to cmd/ by Tom Rini · 6 years ago
  84. ab6dbe6 dm: sound: Complete migration to driver model by Simon Glass · 6 years ago
  85. 76072ac dm: sound: Create a uclass for sound by Simon Glass · 6 years ago
  86. d914c09 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 6 years ago
  87. aeed611 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  88. fc574be cmd: i2c: Fix help output of i2c command. by Christoph Muellner · 6 years ago
  89. d7e683f cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT by Jean-Jacques Hiblot · 6 years ago
  90. 585e199 usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers by Jean-Jacques Hiblot · 6 years ago
  91. 4931d96 ensure active menuitem is inside menu by Frank Wunderlich · 6 years ago
  92. f275163 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  93. 42ca238 Merge tag 'video-updates-for-2019.01-rc2' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago
  94. 28e07f3 cmd: bmp: manage centered display by Patrick Delaunay · 6 years ago
  95. e0455a4 cmd: add clear screen 'cls' command by Anatolij Gustschin · 6 years ago
  96. de320b8 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  97. c71c269 eeprom: Add device model based I2C support to eeprom command by Lukasz Majewski · 6 years ago
  98. 68a0d5b efi_loader: create fdt reservation before copy by Heinrich Schuchardt · 6 years ago
  99. b23f9b7 efi_loader: fix memory mapping for sandbox by Heinrich Schuchardt · 6 years ago
  100. dcdca29 efi_loader: macro efi_size_in_pages() by Heinrich Schuchardt · 6 years ago