1. f7c342f efi_loader: show UEFI revision in helloworld by Heinrich Schuchardt · 7 years ago
  2. 0aa2da7 efi_selftest: unit test for EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · 7 years ago
  3. 482fc90 efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC by Heinrich Schuchardt · 7 years ago
  4. b944e47 efi_selftest: test gop bitblt by Heinrich Schuchardt · 7 years ago
  5. 0e0a3ce efi_loader: implement missing bit blit operations in gop by Heinrich Schuchardt · 7 years ago
  6. b095f3c efi_loader: implement event groups by Heinrich Schuchardt · 7 years ago
  7. a3a28f5 efi_loader: define GUIDS for event groups by Heinrich Schuchardt · 7 years ago
  8. 43bce44 efi_loader: manage events in a linked list by Heinrich Schuchardt · 7 years ago
  9. ab9efa9 efi_loader: fix formatting errors by Heinrich Schuchardt · 7 years ago
  10. 7069515 efi_loader: clear signaled state in CheckEvent by Heinrich Schuchardt · 7 years ago
  11. eb68b4e efi_loader: check parameter in InstallConfigurationTable by Heinrich Schuchardt · 7 years ago
  12. 0fb4169 efi_loader: correct input of special keys by Heinrich Schuchardt · 7 years ago
  13. 06c3d5b efi_selftest: check installation of the device tree by Heinrich Schuchardt · 7 years ago
  14. bc4f913 efi_loader: support device tree for bootefi selftest by Heinrich Schuchardt · 7 years ago
  15. fc225e6 efi_loader: check initialization of EFI subsystem is successful by Heinrich Schuchardt · 7 years ago
  16. 45204b1 efi_loader: do_bootefi_exec should always return an EFI status code by Heinrich Schuchardt · 7 years ago
  17. 14ad49d efi_loader: efi_get_time_init should return status code by Heinrich Schuchardt · 7 years ago
  18. 22c793e efi_loader: exit status for efi_reset_system_init by Heinrich Schuchardt · 7 years ago
  19. 098a6cd efi_loader: simplify calling efi_init_obj_list by Heinrich Schuchardt · 7 years ago
  20. d7b181d efi_loader: consistently return efi_status_t efi_watchdog_register by Heinrich Schuchardt · 7 years ago
  21. 075d425 efi_loader: return efi_status_t from efi_net_register by Heinrich Schuchardt · 7 years ago
  22. 80ea9b0 efi_loader: return efi_status_t from efi_gop_register by Heinrich Schuchardt · 7 years ago
  23. 7657152 efi_loader: efi_smbios_register should have a return value by Heinrich Schuchardt · 7 years ago
  24. 1914e5b efi_loader: provide new doc/README.uefi by Heinrich Schuchardt · 7 years ago
  25. e121415 efi_loader: delete doc/README.efi by Heinrich Schuchardt · 7 years ago
  26. e70f8df efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Leif Lindholm · 7 years ago
  27. 8396e3f efi_loader: remove deprecated ConsoleControlProtocol by Heinrich Schuchardt · 7 years ago
  28. 28a4fd4 efi_loader: parameter checks for LoadImage by Heinrich Schuchardt · 7 years ago
  29. f3fed05 Revert "sunxi: Pine64: temporarily remove extra Pine64 non-plus DT" by Andre Przywara · 7 years ago
  30. d14db11 sunxi: revert disabling of features by Andre Przywara · 7 years ago
  31. 901fb09 sunxi: disable direct MMC environment by Andre Przywara · 7 years ago
  32. ecd0cec net: sun8i-emac: remove support for old binding by Andre Przywara · 7 years ago
  33. 0bb48ef arm: dts: sunxi: update H5 to new EMAC binding by Andre Przywara · 7 years ago
  34. e88d2a5 arm: dts: sunxi: update H3 to new EMAC binding by Andre Przywara · 7 years ago
  35. 06a57f65 arm: dts: sunxi: update A64 to new EMAC binding by Andre Przywara · 7 years ago
  36. 12afd95 net: sun8i-emac: add support for new EMAC DT binding by Andre Przywara · 7 years ago
  37. c034117 net: sun8i-emac: support new pinctrl DT bindings by Andre Przywara · 7 years ago
  38. 381996c sunxi: gpio: add missing compatible strings by Andre Przywara · 7 years ago
  39. 35debf8 sunxi: README.sunxi64: Add hint about non-debug of ARM Trusted Firmware by Andre Przywara · 7 years ago
  40. 948071b Makefile: Disable stack-usage check for ARC by Alexey Brodkin · 7 years ago
  41. e63d142 Merge tag 'arc-for-2018.05' of git://git.denx.de/u-boot-arc by Tom Rini · 7 years ago
  42. e71553f configs: add NAND support for NES Classic by Miquel Raynal · 7 years ago
  43. 748b5b3 sunxi: move the NAND parameters to Kconfig by Miquel Raynal · 7 years ago
  44. b56052f sunxi: make NAND_SUNXI use ARCH_SUNXI as default in Kconfig by Miquel Raynal · 7 years ago
  45. 6d094d5 sunxi: automatically select SPL_NAND_SUPPORT in Kconfig by Miquel Raynal · 7 years ago
  46. 491feff sunxi: dts: enable NAND on NES classic by Miquel Raynal · 7 years ago
  47. 663e8a9 sunxi: allow NAND support to be compiled for sun8i platforms by Miquel Raynal · 7 years ago
  48. 136e325 sunxi: spl: remove DMA related settings of the NAND controller by Miquel Raynal · 7 years ago
  49. 6ddbb1e spl: nand: sunxi: use PIO instead of DMA by Miquel Raynal · 7 years ago
  50. 7440bd7 spl: nand: sunxi: declare the ecc_bytes array globally by Miquel Raynal · 7 years ago
  51. ba1c98b sunxi: spl: deassert the NAND controller reset line by Miquel Raynal · 7 years ago
  52. 22f0aa0 spl: nand: sunxi: make the reset column helper more generic by Miquel Raynal · 7 years ago
  53. 4dac80a spl: nand: sunxi: ensure enough time has passed after changing the column by Miquel Raynal · 7 years ago
  54. a084cb6 spl: nand: sunxi: create an helper to handle command execution by Miquel Raynal · 7 years ago
  55. 781e70c spl: nand: sunxi: add missing status clear by Miquel Raynal · 7 years ago
  56. 60fb179 spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helper by Miquel Raynal · 7 years ago
  57. 28f7a9d spl: nand: sunxi: introduce the nand_wait_int() helper by Miquel Raynal · 7 years ago
  58. 802f766 spl: nand: sunxi: fix typo on register name by Miquel Raynal · 7 years ago
  59. a0a984e spl: nand: sunxi: fix second case of modulo by zero error by Miquel Raynal · 7 years ago
  60. f3aff37 mtd: nand: sunxi: fix ECC strength choice by Miquel Raynal · 7 years ago
  61. 55fe0e2 spl: fix binman_sym output check by Miquel Raynal · 7 years ago
  62. 645b5af Prepare v2018.05-rc1 by Tom Rini · 7 years ago
  63. f770b3e ARC: HSDK: Enable SPI flash support by Eugeniy Paltsev · 7 years ago
  64. ada8aff ARC: HSDK: Add platform-specific commands by Eugeniy Paltsev · 7 years ago
  65. 1e43118 ARC: Bump ARC tools used in TravisCI to the most recent release arc-2017.09 by Alexey Brodkin · 7 years ago
  66. bdc9f02 ARC: AXS10x: DTS: Remove unused interrupt properties by Eugeniy Paltsev · 7 years ago
  67. 0e5d3e3 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  68. 641599a image.h: add forward declaration of struct fdt_region by Masahiro Yamada · 7 years ago
  69. 414e2db fdt_region: remove unneeded fdt_internal.h inclusion by Masahiro Yamada · 7 years ago
  70. c960a68 libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c by Masahiro Yamada · 7 years ago
  71. e8d5291 core: ofnode: Fix translation for #size-cells == 0 by Mario Six · 7 years ago
  72. bcfdf05 dm: core: make fixed-clock dt scan live dt compatible by Andy Yan · 7 years ago
  73. 4468317 fs: cbfs: fix locating the cbfs header by Andre Heider · 7 years ago
  74. 33222c8 cmd: cbfs: fix reading the end_of_rom pointer for 64bit archs by Andre Heider · 7 years ago
  75. 1e656ad pinctrl-uclass: convert to use live dt by Kever Yang · 7 years ago
  76. d255fad core: add uclass_get_device_by_phandle_id() api by Kever Yang · 7 years ago
  77. f3b623f Merge git://git.denx.de/u-boot-marvell by Tom Rini · 7 years ago
  78. 80a66a5 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  79. 0ca0a54 Merge git://git.denx.de/u-boot-riscv by Tom Rini · 7 years ago
  80. 25db371 arm64: a37xx: defconfigs: enable PCI_CMD and E1000 driver by Ken Ma · 7 years ago
  81. 9734104 arm64: a37xx: dts: enable pcie port by Wilson Ding · 7 years ago
  82. f38c098 arm64: a37xx: defconfigs: enable aardvark pcie driver by Wilson Ding · 7 years ago
  83. e51f2b1 arm64: a37xx: pci: add support for aardvark pcie driver by Wilson Ding · 7 years ago
  84. 92e7a68 arm64: a37xx: populate pcie memory region by Wilson Ding · 7 years ago
  85. d6aed54 arm64: a37xx: remove old pinctrl implementation by Ken Ma · 7 years ago
  86. fd81eb9 Revert "arm64: a37xx: dts: Add pin control nodes to DT" by Ken Ma · 7 years ago
  87. 65b2e66 doc: a37xx: Introduce pinctrl device tree binding by Ken Ma · 7 years ago
  88. 30aecc0 arm64: a37xx: dts: Correct mpp definitions by Ken Ma · 7 years ago
  89. dc36235 arm64: a37xx: pinctrl: Correct mpp definitions by Ken Ma · 7 years ago
  90. 0237448 arm64: a37xx: pinctrl: Fix gpio pin offset in register by Ken Ma · 7 years ago
  91. 23626ca arm64: a37xx: pinctrl: Fix the pin 23 on south bridge by Ken Ma · 7 years ago
  92. 8aecbcd arm64: a37xx: dts: Fix the number of GPIO on south bridge by Ken Ma · 7 years ago
  93. 44ac747 arm64: a37xx: pinctrl: Fix number of pin in south bridge by Ken Ma · 7 years ago
  94. 4382e53 arm64: a37xx: dts: Add additional pinctrl definition by Ken Ma · 7 years ago
  95. d7d3ee5 arm64: a37xx: dts: Add pinctrl configuration for ESPRESSOBin board by Ken Ma · 7 years ago
  96. e732a5e arm64: a37xx: defconfig: Enable PINCTRL and GPIO support for ESPRESSOBin board by Ken Ma · 7 years ago
  97. d13d8ba arm64: a37xx: dts: add gpio head file including by Ken Ma · 7 years ago
  98. bdca661 arm64: mvebu: a8k: Add distro boot support by Mark Kettenis · 7 years ago
  99. 6cd5678 kwbimage: Fix out of bounds access by Alexander Graf · 7 years ago
  100. bc8cb15 configs: clearfog: enable random random MAC address by Baruch Siach · 7 years ago