1. 84b40b4 efi_loader: save image relocation address and size by Heinrich Schuchardt · 7 years ago
  2. 7fb96a1 efi_loader: use efi_uintn_t for LoadImage by Heinrich Schuchardt · 7 years ago
  3. eab2dc3 efi_loader: initialize device path on alloc by Patrick Wildt · 7 years ago
  4. e274235 efi_loader: complete efi_pxe_mode struct definition by Patrick Wildt · 7 years ago
  5. f9cfad1 efi_loader: Fix network DP with DM_ETH by Alexander Graf · 7 years ago
  6. 813468c efi_loader: Fix return value for efi_add_runtime_mmio by Alexander Graf · 7 years ago
  7. 8e47506 efi_loader: Optimize GOP more by Alexander Graf · 7 years ago
  8. ba718e6 efi_loader: Optimize GOP switch by Alexander Graf · 7 years ago
  9. 90b658b efi_loader: use __always_inline for pixel conversion by Heinrich Schuchardt · 7 years ago
  10. 0f7fcc7 efi_loader: RestoreTPL should execute queued events by Heinrich Schuchardt · 7 years ago
  11. ee3db4f efi_loader: use TPL_NOTIFY for network timer event by Heinrich Schuchardt · 7 years ago
  12. 0176330 git: mailrc: Add myself and efi to list by Alexander Graf · 7 years ago
  13. 51a0f45 efi_loader: correctly support parameter delta in Blt by Heinrich Schuchardt · 7 years ago
  14. 6fc901c efi_selftest: unit test for event groups by Heinrich Schuchardt · 7 years ago
  15. 9967adb efi_selftest: fix device tree unit test by Heinrich Schuchardt · 7 years ago
  16. bdecaeb efi: Correct header order in efi_memory by Simon Glass · 7 years ago
  17. 7c92fd6 efi_loader: use constants in efi_allocate_pages() by Heinrich Schuchardt · 7 years ago
  18. f7c342f efi_loader: show UEFI revision in helloworld by Heinrich Schuchardt · 7 years ago
  19. 0aa2da7 efi_selftest: unit test for EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · 7 years ago
  20. 482fc90 efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC by Heinrich Schuchardt · 7 years ago
  21. b944e47 efi_selftest: test gop bitblt by Heinrich Schuchardt · 7 years ago
  22. 0e0a3ce efi_loader: implement missing bit blit operations in gop by Heinrich Schuchardt · 7 years ago
  23. b095f3c efi_loader: implement event groups by Heinrich Schuchardt · 7 years ago
  24. a3a28f5 efi_loader: define GUIDS for event groups by Heinrich Schuchardt · 7 years ago
  25. 43bce44 efi_loader: manage events in a linked list by Heinrich Schuchardt · 7 years ago
  26. ab9efa9 efi_loader: fix formatting errors by Heinrich Schuchardt · 7 years ago
  27. 7069515 efi_loader: clear signaled state in CheckEvent by Heinrich Schuchardt · 7 years ago
  28. eb68b4e efi_loader: check parameter in InstallConfigurationTable by Heinrich Schuchardt · 7 years ago
  29. 0fb4169 efi_loader: correct input of special keys by Heinrich Schuchardt · 7 years ago
  30. 06c3d5b efi_selftest: check installation of the device tree by Heinrich Schuchardt · 7 years ago
  31. bc4f913 efi_loader: support device tree for bootefi selftest by Heinrich Schuchardt · 7 years ago
  32. fc225e6 efi_loader: check initialization of EFI subsystem is successful by Heinrich Schuchardt · 7 years ago
  33. 45204b1 efi_loader: do_bootefi_exec should always return an EFI status code by Heinrich Schuchardt · 7 years ago
  34. 14ad49d efi_loader: efi_get_time_init should return status code by Heinrich Schuchardt · 7 years ago
  35. 22c793e efi_loader: exit status for efi_reset_system_init by Heinrich Schuchardt · 7 years ago
  36. 098a6cd efi_loader: simplify calling efi_init_obj_list by Heinrich Schuchardt · 7 years ago
  37. d7b181d efi_loader: consistently return efi_status_t efi_watchdog_register by Heinrich Schuchardt · 7 years ago
  38. 075d425 efi_loader: return efi_status_t from efi_net_register by Heinrich Schuchardt · 7 years ago
  39. 80ea9b0 efi_loader: return efi_status_t from efi_gop_register by Heinrich Schuchardt · 7 years ago
  40. 7657152 efi_loader: efi_smbios_register should have a return value by Heinrich Schuchardt · 7 years ago
  41. 1914e5b efi_loader: provide new doc/README.uefi by Heinrich Schuchardt · 7 years ago
  42. e121415 efi_loader: delete doc/README.efi by Heinrich Schuchardt · 7 years ago
  43. e70f8df efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Leif Lindholm · 7 years ago
  44. 8396e3f efi_loader: remove deprecated ConsoleControlProtocol by Heinrich Schuchardt · 7 years ago
  45. 28a4fd4 efi_loader: parameter checks for LoadImage by Heinrich Schuchardt · 7 years ago
  46. 645b5af Prepare v2018.05-rc1 by Tom Rini · 7 years ago v2018.05-rc1
  47. 0e5d3e3 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago WIP-01Apr2018
  48. 641599a image.h: add forward declaration of struct fdt_region by Masahiro Yamada · 7 years ago
  49. 414e2db fdt_region: remove unneeded fdt_internal.h inclusion by Masahiro Yamada · 7 years ago
  50. c960a68 libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c by Masahiro Yamada · 7 years ago
  51. e8d5291 core: ofnode: Fix translation for #size-cells == 0 by Mario Six · 7 years ago
  52. bcfdf05 dm: core: make fixed-clock dt scan live dt compatible by Andy Yan · 7 years ago
  53. 4468317 fs: cbfs: fix locating the cbfs header by Andre Heider · 7 years ago
  54. 33222c8 cmd: cbfs: fix reading the end_of_rom pointer for 64bit archs by Andre Heider · 7 years ago
  55. 1e656ad pinctrl-uclass: convert to use live dt by Kever Yang · 7 years ago
  56. d255fad core: add uclass_get_device_by_phandle_id() api by Kever Yang · 7 years ago
  57. f3b623f Merge git://git.denx.de/u-boot-marvell by Tom Rini · 7 years ago WIP-30Mar2018
  58. 80a66a5 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  59. 0ca0a54 Merge git://git.denx.de/u-boot-riscv by Tom Rini · 7 years ago
  60. 25db371 arm64: a37xx: defconfigs: enable PCI_CMD and E1000 driver by Ken Ma · 7 years ago
  61. 9734104 arm64: a37xx: dts: enable pcie port by Wilson Ding · 7 years ago
  62. f38c098 arm64: a37xx: defconfigs: enable aardvark pcie driver by Wilson Ding · 7 years ago
  63. e51f2b1 arm64: a37xx: pci: add support for aardvark pcie driver by Wilson Ding · 7 years ago
  64. 92e7a68 arm64: a37xx: populate pcie memory region by Wilson Ding · 7 years ago
  65. d6aed54 arm64: a37xx: remove old pinctrl implementation by Ken Ma · 7 years ago
  66. fd81eb9 Revert "arm64: a37xx: dts: Add pin control nodes to DT" by Ken Ma · 7 years ago
  67. 65b2e66 doc: a37xx: Introduce pinctrl device tree binding by Ken Ma · 7 years ago
  68. 30aecc0 arm64: a37xx: dts: Correct mpp definitions by Ken Ma · 7 years ago
  69. dc36235 arm64: a37xx: pinctrl: Correct mpp definitions by Ken Ma · 7 years ago
  70. 0237448 arm64: a37xx: pinctrl: Fix gpio pin offset in register by Ken Ma · 7 years ago
  71. 23626ca arm64: a37xx: pinctrl: Fix the pin 23 on south bridge by Ken Ma · 7 years ago
  72. 8aecbcd arm64: a37xx: dts: Fix the number of GPIO on south bridge by Ken Ma · 7 years ago
  73. 44ac747 arm64: a37xx: pinctrl: Fix number of pin in south bridge by Ken Ma · 7 years ago
  74. 4382e53 arm64: a37xx: dts: Add additional pinctrl definition by Ken Ma · 7 years ago
  75. d7d3ee5 arm64: a37xx: dts: Add pinctrl configuration for ESPRESSOBin board by Ken Ma · 7 years ago
  76. e732a5e arm64: a37xx: defconfig: Enable PINCTRL and GPIO support for ESPRESSOBin board by Ken Ma · 7 years ago
  77. d13d8ba arm64: a37xx: dts: add gpio head file including by Ken Ma · 7 years ago
  78. bdca661 arm64: mvebu: a8k: Add distro boot support by Mark Kettenis · 7 years ago
  79. 6cd5678 kwbimage: Fix out of bounds access by Alexander Graf · 7 years ago
  80. bc8cb15 configs: clearfog: enable random random MAC address by Baruch Siach · 7 years ago
  81. b8478fc dm: pcie: designware: add correct ATU handling by Igal Liberman · 7 years ago
  82. 5d73292 x86: zImage: Pass working device tree data to the kernel by Ivan Gorinov · 7 years ago
  83. 0851f34 x86: mmc: Fix mapping of BAR memory by Bernhard Messerklinger · 7 years ago
  84. ee1109b dm: pci: Avoid setting a PCI region that has 0 size by Bin Meng · 7 years ago
  85. 1eaf780 dm: pci: Check board information pointer in decode_regions() by Bin Meng · 7 years ago
  86. 14d61d4 efi_stub: Fix GDT_NOTSYS check by Alexander Graf · 7 years ago
  87. d58717e riscv: ae250: Support DT provided by the board at runtime by Rick Chen · 7 years ago
  88. 2bc5bea configs: Drop CONFIG_MMC_NDS32 by Rick Chen · 7 years ago
  89. bf9ba4d mmc: ftsdc010: Merge nds32_mmc to ftsdc010 by Rick Chen · 7 years ago
  90. 095c9f3 mmc: ftsdc010: Migrate CONFIG_FTSDC010_SDIO to Kconfig by Rick Chen · 7 years ago
  91. 88a0b76 Drop CONFIG_FTSDC010_NUMBER by Rick Chen · 7 years ago
  92. ebce73f Drop CONFIG_FTSDC010_BASE by Rick Chen · 7 years ago
  93. 5ff6b3d board: Drop ftsdc010 non-dm code by Rick Chen · 7 years ago
  94. cf52231 mmc: ftsdc010: Drop non-dm code by Rick Chen · 7 years ago
  95. 2060a69 nds32: dts: AG101P support sd High-Speed mode by Rick Chen · 7 years ago
  96. 177c16c riscv: dts: AE250 support sd High-Speed mode by Rick Chen · 7 years ago
  97. 7459c88 mmc: ftsdc010: Support High-Speed mode by Rick Chen · 7 years ago
  98. fcc7a07 doc: ae250: Describe riscv-linux booting via u-boot by Rick Chen · 7 years ago
  99. 86aa65a tools: mkimage: Support RISC-V arch by Rick Chen · 7 years ago
  100. 22b7e6f riscv: bootm: Remove ATAGS by Rick Chen · 7 years ago