1. 6e25cfe Merge tag 'efi-2019-07-rc2' of git://git.denx.de/u-boot-efi by Tom Rini · 6 years ago
  2. d026609 cmd: gpt: fix and tidy up help message by Eugeniu Rosca · 6 years ago
  3. 556d8dc efi_loader: implement support of exit data by Heinrich Schuchardt · 6 years ago
  4. 45203e0 efi_loader: memory leak in append value by Heinrich Schuchardt · 6 years ago
  5. 39a1ff8 efi_loader: optional data in load options are binary by Heinrich Schuchardt · 6 years ago
  6. ffe2157 cmd: efidebug: rework "boot dump" sub-command using GetNextVariableName() by AKASHI Takahiro · 6 years ago
  7. d40e05a efi_loader: set OsIndicationsSupported at init by AKASHI Takahiro · 6 years ago
  8. 15f09a1 rockchip: use 'arch-rockchip' as header file path by Kever Yang · 6 years ago
  9. fc1fe01 avb: add support for named persistent values by Igor Opaniuk · 6 years ago
  10. ee8a4a3 cmd: pxe: Display splashscreen from extlinux.conf input by Patrice Chotard · 6 years ago
  11. 1c64692 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 6 years ago
  12. bbecfd4 Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT" by Simon Goldschmidt · 6 years ago
  13. 4f25617 eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUS by Simon Goldschmidt · 6 years ago
  14. 7d99406 Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  15. 180e38a Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efi by Tom Rini · 6 years ago
  16. a24a78d Convert CONFIG_TRACE to Kconfig by Simon Glass · 6 years ago
  17. 7ae31fc common: command: Add command execution tracer. by Christoph Muellner · 6 years ago
  18. 6182495 efi_loader: need either ACPI table or device tree by Heinrich Schuchardt · 6 years ago
  19. 6b95b38 efi_loader: rework bootmgr/bootefi using load_image API by AKASHI Takahiro · 6 years ago
  20. e2e4098 cmd: bootefi: carve out do_bootefi_image() from do_bootefi() by AKASHI Takahiro · 6 years ago
  21. d6b2189 cmd: bootefi: carve out bootmgr code from do_bootefi() by AKASHI Takahiro · 6 years ago
  22. cc999d5 cmd: bootefi: move do_bootefi_bootmgr_exec() forward by AKASHI Takahiro · 6 years ago
  23. 3fc2b16 cmd: bootefi: carve out efi_selftest code from do_bootefi() by AKASHI Takahiro · 6 years ago
  24. 3ffc52f cmd: bootefi: merge efi_install_fdt() and efi_process_fdt() by AKASHI Takahiro · 6 years ago
  25. e878e6a cmd: bootefi: carve out fdt handling from do_bootefi() by AKASHI Takahiro · 6 years ago
  26. defa7b8 cmd: bootefi: rework set_load_options() by AKASHI Takahiro · 6 years ago
  27. 391bc8a efi_loader: more short texts for protocols in efidebug by Heinrich Schuchardt · 6 years ago
  28. dec88e4 efi_loader: consistent naming of protocol GUIDs by Heinrich Schuchardt · 6 years ago
  29. 3695ea5 cmd: ximg.c: Add support for getting external data address and length by Tien Fong Chee · 6 years ago
  30. dab8788 cmd: add exception command by Heinrich Schuchardt · 6 years ago
  31. 85d0aec usb: reload watchdog during ums command by Patrick Delaunay · 6 years ago
  32. cbc1081 dfu: Avoid declaring unused variables and absent parameters by Andy Shevchenko · 6 years ago
  33. 14b8c42 Merge tag 'xilinx-for-v2019.07' of git://git.denx.de/u-boot-microblaze by Tom Rini · 6 years ago
  34. 9184c92 fpga: Add support for getting external data address and length by Tien Fong Chee · 6 years ago
  35. 38f94d3 Merge tag 'efi-2019-07-rc1-2' of git://git.denx.de/u-boot-efi by Tom Rini · 6 years ago
  36. 216800a Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  37. 29361ec Change FDT memory type from runtime data to boot services data by Ilias Apalodimas · 6 years ago
  38. b0cc1b8 dm: spi: Read default speed and mode values from DT by Patrick Delaunay · 6 years ago
  39. 82a00be cmd: add wdt command by Michael Walle · 6 years ago
  40. 02f173c Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  41. aaa1215 fs: Add a new command to create symbolic links by Jean-Jacques Hiblot · 6 years ago
  42. 51f60a8 usb: Make portspeed return a read-only string by Ismael Luceno Cortes · 6 years ago
  43. c95e632 Convert CONFIG_DEFAULT_SPI_* to Kconfig by Patrick Delaunay · 6 years ago
  44. 1fd7a47 efi_loader: memory leak in efi_dump_single_var() by Heinrich Schuchardt · 6 years ago
  45. 731785d cmd: fastboot: handle watchdog while waiting for fastboot commands. by Sean Nyekjaer · 6 years ago
  46. c8087f6 cmd: thordown: Fix spelling of download. by Vagrant Cascadian · 6 years ago
  47. 1fa442e efi_loader: error handling for `efidebug boot add` by Heinrich Schuchardt · 6 years ago
  48. 00358bb cmd: efidebug: add memmap command by AKASHI Takahiro · 6 years ago
  49. fa53673 cmd: efidebug: add images command by AKASHI Takahiro · 6 years ago
  50. a801462 cmd: efidebug: add dh command by AKASHI Takahiro · 6 years ago
  51. 66eaf56 cmd: efidebug: add drivers command by AKASHI Takahiro · 6 years ago
  52. 355cdb5 cmd: efidebug: add devices command by AKASHI Takahiro · 6 years ago
  53. 59df7e7 cmd: add efidebug command by AKASHI Takahiro · 6 years ago
  54. 49d81fd cmd: env: add "-e" option for handling UEFI variables by AKASHI Takahiro · 6 years ago
  55. 2ab6e74 cmd: Kconfig: LED command depends on LED subsystems by Jan Kiszka · 6 years ago
  56. 48ca690 gpio: Use case-insentive matching on the GPIO name by Simon Glass · 6 years ago
  57. b8989b5 gpio: Show inactive GPIOs when explicitly requested by Simon Glass · 6 years ago
  58. 2d3beff cmd: pcmcia: Build only if CONFIG_CMD_PCMCIA=y by Ismael Luceno Cortes · 6 years ago
  59. 84c7a13 cmd/fs: fix build if CMD_BOOTEFI is not set by Gervais, Francois · 6 years ago
  60. 44ac80e cmd: date: Do not overwrite arguments by Roman Kapl · 6 years ago
  61. 957f51e elf: fix cache flushing in 'bootelf -p' command by Kurban Mallachiev · 6 years ago
  62. 1504bb0 efi_loader: clean up bootefi_test_prepare() by Heinrich Schuchardt · 6 years ago
  63. 914df75 efi_loader: fix EFI entry counting by Heinrich Schuchardt · 6 years ago
  64. f69d63f efi_loader: use efi_start_image() for bootefi by Heinrich Schuchardt · 6 years ago
  65. 8f7e2b2 efi_loader: set entry point in efi_load_pe() by Heinrich Schuchardt · 6 years ago
  66. e35171e Merge tag '2019.01-next' of https://github.com/mbgg/u-boot by Tom Rini · 6 years ago
  67. 7719521 cmd: bmp: Make integer-to-pointer cast platform, independent by Adam Heinrich · 6 years ago
  68. f6c6df7 efi_loader: refactor switch to non-secure mode by Heinrich Schuchardt · 6 years ago
  69. 056b45b efi_loader: move efi_init_obj_list() to a new efi_setup.c by AKASHI Takahiro · 6 years ago
  70. c6d876f efi_loader: avoid unnecessary pointer to long conversion by Heinrich Schuchardt · 6 years ago
  71. 0ea8741 efi_loader: CMD_BOOTEFI_HELLO_COMPILE in configs by Heinrich Schuchardt · 6 years ago
  72. 0a76ba6 efi_loader: use named constant for efi_dp_from_mem() by Heinrich Schuchardt · 6 years ago
  73. b3860bf cmd: sata: add null pointer check for dev by Marcel Ziswiler · 6 years ago
  74. 66f657d gpio: Use more command-specific enums values by Simon Glass · 6 years ago
  75. 240e58e cmd: ximg: Invert check for fit image compression by Stefan Theil · 6 years ago
  76. a645831 cmd: mtd: fix compilation warning for help when SYS_LONGHELP=n by Quentin Schulz · 6 years ago
  77. 9652cfd cmd: adc: Use the sub-command infrastructure by Boris Brezillon · 6 years ago
  78. 9671243 cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commands by Boris Brezillon · 6 years ago
  79. 80a48dd common: command: Rework the 'cmd is repeatable' logic by Boris Brezillon · 6 years ago
  80. d667090 cmd: zip: use correct format code by Heinrich Schuchardt · 6 years ago
  81. 9ae2ddc cmd: unzip: use correct format code by Heinrich Schuchardt · 6 years ago
  82. 7642856 cmd: ubi: remove unreachable code by Heinrich Schuchardt · 6 years ago
  83. 1d1af2a cmd: tpm-v2: use correct format code by Heinrich Schuchardt · 6 years ago
  84. c6b2ea3 cmd: sf: use correct printf code by Heinrich Schuchardt · 6 years ago
  85. 8291951 cmd: nvedit: use correct format code by Heinrich Schuchardt · 6 years ago
  86. b197001 cmd: gpio: use correct printf code by Heinrich Schuchardt · 6 years ago
  87. 1d044d3 cmd: mmc: Invalidate MMC block cache after init by Marek Vasut · 6 years ago
  88. d2a0836 cmd: mmc: Force mmc reinit when no card present by Marek Vasut · 6 years ago
  89. 881bb9a fs: cbfs: Add missing standard CBFS component types by Bin Meng · 6 years ago
  90. 14fdf91 fs: cbfs: Make all CBFS_TYPE_xxx macros consistent by Bin Meng · 6 years ago
  91. 6df41b1 cmd: Move the "dm" command from test/dm/ to cmd/ by Tom Rini · 6 years ago
  92. f2b25c9 dm: sound: Complete migration to driver model by Simon Glass · 6 years ago
  93. d490189 dm: sound: Create a uclass for sound by Simon Glass · 6 years ago
  94. 7ff485c Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 6 years ago
  95. 48d299a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  96. 19f8c4d cmd: i2c: Fix help output of i2c command. by Christoph Muellner · 6 years ago
  97. 65a97e7 cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT by Jean-Jacques Hiblot · 6 years ago
  98. a06955a usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers by Jean-Jacques Hiblot · 6 years ago
  99. bace221 ensure active menuitem is inside menu by Frank Wunderlich · 6 years ago
  100. 9450ab2 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago