1. 7fe7722 rpi: Add identifier for the new RPi3 B+ by Alexander Graf · 7 years ago
  2. 0d1a6c5 rpi3: Enable lan78xx driver by Alexander Graf · 7 years ago
  3. 065dcac rpi: Allow to boot without serial by Alexander Graf · 7 years ago
  4. 1348c17 efi_selftest: test getinfo(EFI_FILE_SYSTEM_INFO) by Heinrich Schuchardt · 7 years ago
  5. db851c8 efi_selftest: partition label for test image by Heinrich Schuchardt · 7 years ago
  6. 9e6835e efi_loader: implement EFI_FILE_SYSTEM_INFO by Heinrich Schuchardt · 7 years ago
  7. c412166 efi_loader: ascii2unicode(): add trailing \0 by Heinrich Schuchardt · 7 years ago
  8. 9c9021e efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOL by Heinrich Schuchardt · 7 years ago
  9. e294ba0 Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  10. 2db1eba efi_loader: correctly determine the boot partition by Heinrich Schuchardt · 7 years ago
  11. b6dd577 efi_loader: use correct types in EFI_FILE_PROTOCOL by Heinrich Schuchardt · 7 years ago
  12. 43dace5 efi_loader: correct types for EFI_LOADED_IMAGE_PROTOCOL by Heinrich Schuchardt · 7 years ago
  13. 8278675 efi_loader: ImageSize must be multiple of SectionAlignment by Heinrich Schuchardt · 7 years ago
  14. 84b40b4 efi_loader: save image relocation address and size by Heinrich Schuchardt · 7 years ago
  15. 7fb96a1 efi_loader: use efi_uintn_t for LoadImage by Heinrich Schuchardt · 7 years ago
  16. eab2dc3 efi_loader: initialize device path on alloc by Patrick Wildt · 7 years ago
  17. e274235 efi_loader: complete efi_pxe_mode struct definition by Patrick Wildt · 7 years ago
  18. f9cfad1 efi_loader: Fix network DP with DM_ETH by Alexander Graf · 7 years ago
  19. 813468c efi_loader: Fix return value for efi_add_runtime_mmio by Alexander Graf · 7 years ago
  20. 8e47506 efi_loader: Optimize GOP more by Alexander Graf · 7 years ago
  21. ba718e6 efi_loader: Optimize GOP switch by Alexander Graf · 7 years ago
  22. 90b658b efi_loader: use __always_inline for pixel conversion by Heinrich Schuchardt · 7 years ago
  23. 0f7fcc7 efi_loader: RestoreTPL should execute queued events by Heinrich Schuchardt · 7 years ago
  24. ee3db4f efi_loader: use TPL_NOTIFY for network timer event by Heinrich Schuchardt · 7 years ago
  25. 0176330 git: mailrc: Add myself and efi to list by Alexander Graf · 7 years ago
  26. 51a0f45 efi_loader: correctly support parameter delta in Blt by Heinrich Schuchardt · 7 years ago
  27. 6fc901c efi_selftest: unit test for event groups by Heinrich Schuchardt · 7 years ago
  28. 9967adb efi_selftest: fix device tree unit test by Heinrich Schuchardt · 7 years ago
  29. bdecaeb efi: Correct header order in efi_memory by Simon Glass · 7 years ago
  30. 7c92fd6 efi_loader: use constants in efi_allocate_pages() by Heinrich Schuchardt · 7 years ago
  31. f7c342f efi_loader: show UEFI revision in helloworld by Heinrich Schuchardt · 7 years ago
  32. 0aa2da7 efi_selftest: unit test for EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · 7 years ago
  33. 482fc90 efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC by Heinrich Schuchardt · 7 years ago
  34. b944e47 efi_selftest: test gop bitblt by Heinrich Schuchardt · 7 years ago
  35. 0e0a3ce efi_loader: implement missing bit blit operations in gop by Heinrich Schuchardt · 7 years ago
  36. b095f3c efi_loader: implement event groups by Heinrich Schuchardt · 7 years ago
  37. a3a28f5 efi_loader: define GUIDS for event groups by Heinrich Schuchardt · 7 years ago
  38. 43bce44 efi_loader: manage events in a linked list by Heinrich Schuchardt · 7 years ago
  39. ab9efa9 efi_loader: fix formatting errors by Heinrich Schuchardt · 7 years ago
  40. 7069515 efi_loader: clear signaled state in CheckEvent by Heinrich Schuchardt · 7 years ago
  41. eb68b4e efi_loader: check parameter in InstallConfigurationTable by Heinrich Schuchardt · 7 years ago
  42. 0fb4169 efi_loader: correct input of special keys by Heinrich Schuchardt · 7 years ago
  43. 06c3d5b efi_selftest: check installation of the device tree by Heinrich Schuchardt · 7 years ago
  44. bc4f913 efi_loader: support device tree for bootefi selftest by Heinrich Schuchardt · 7 years ago
  45. fc225e6 efi_loader: check initialization of EFI subsystem is successful by Heinrich Schuchardt · 7 years ago
  46. 45204b1 efi_loader: do_bootefi_exec should always return an EFI status code by Heinrich Schuchardt · 7 years ago
  47. 14ad49d efi_loader: efi_get_time_init should return status code by Heinrich Schuchardt · 7 years ago
  48. 22c793e efi_loader: exit status for efi_reset_system_init by Heinrich Schuchardt · 7 years ago
  49. 098a6cd efi_loader: simplify calling efi_init_obj_list by Heinrich Schuchardt · 7 years ago
  50. d7b181d efi_loader: consistently return efi_status_t efi_watchdog_register by Heinrich Schuchardt · 7 years ago
  51. 075d425 efi_loader: return efi_status_t from efi_net_register by Heinrich Schuchardt · 7 years ago
  52. 80ea9b0 efi_loader: return efi_status_t from efi_gop_register by Heinrich Schuchardt · 7 years ago
  53. 7657152 efi_loader: efi_smbios_register should have a return value by Heinrich Schuchardt · 7 years ago
  54. 1914e5b efi_loader: provide new doc/README.uefi by Heinrich Schuchardt · 7 years ago
  55. e121415 efi_loader: delete doc/README.efi by Heinrich Schuchardt · 7 years ago
  56. e70f8df efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Leif Lindholm · 7 years ago
  57. 8396e3f efi_loader: remove deprecated ConsoleControlProtocol by Heinrich Schuchardt · 7 years ago
  58. 28a4fd4 efi_loader: parameter checks for LoadImage by Heinrich Schuchardt · 7 years ago
  59. f3fed05 Revert "sunxi: Pine64: temporarily remove extra Pine64 non-plus DT" by Andre Przywara · 7 years ago
  60. d14db11 sunxi: revert disabling of features by Andre Przywara · 7 years ago
  61. 901fb09 sunxi: disable direct MMC environment by Andre Przywara · 7 years ago
  62. ecd0cec net: sun8i-emac: remove support for old binding by Andre Przywara · 7 years ago
  63. 0bb48ef arm: dts: sunxi: update H5 to new EMAC binding by Andre Przywara · 7 years ago
  64. e88d2a5 arm: dts: sunxi: update H3 to new EMAC binding by Andre Przywara · 7 years ago
  65. 06a57f65 arm: dts: sunxi: update A64 to new EMAC binding by Andre Przywara · 7 years ago
  66. 12afd95 net: sun8i-emac: add support for new EMAC DT binding by Andre Przywara · 7 years ago
  67. c034117 net: sun8i-emac: support new pinctrl DT bindings by Andre Przywara · 7 years ago
  68. 381996c sunxi: gpio: add missing compatible strings by Andre Przywara · 7 years ago
  69. 35debf8 sunxi: README.sunxi64: Add hint about non-debug of ARM Trusted Firmware by Andre Przywara · 7 years ago
  70. 948071b Makefile: Disable stack-usage check for ARC by Alexey Brodkin · 7 years ago
  71. e63d142 Merge tag 'arc-for-2018.05' of git://git.denx.de/u-boot-arc by Tom Rini · 7 years ago
  72. e71553f configs: add NAND support for NES Classic by Miquel Raynal · 7 years ago
  73. 748b5b3 sunxi: move the NAND parameters to Kconfig by Miquel Raynal · 7 years ago
  74. b56052f sunxi: make NAND_SUNXI use ARCH_SUNXI as default in Kconfig by Miquel Raynal · 7 years ago
  75. 6d094d5 sunxi: automatically select SPL_NAND_SUPPORT in Kconfig by Miquel Raynal · 7 years ago
  76. 491feff sunxi: dts: enable NAND on NES classic by Miquel Raynal · 7 years ago
  77. 663e8a9 sunxi: allow NAND support to be compiled for sun8i platforms by Miquel Raynal · 7 years ago
  78. 136e325 sunxi: spl: remove DMA related settings of the NAND controller by Miquel Raynal · 7 years ago
  79. 6ddbb1e spl: nand: sunxi: use PIO instead of DMA by Miquel Raynal · 7 years ago
  80. 7440bd7 spl: nand: sunxi: declare the ecc_bytes array globally by Miquel Raynal · 7 years ago
  81. ba1c98b sunxi: spl: deassert the NAND controller reset line by Miquel Raynal · 7 years ago
  82. 22f0aa0 spl: nand: sunxi: make the reset column helper more generic by Miquel Raynal · 7 years ago
  83. 4dac80a spl: nand: sunxi: ensure enough time has passed after changing the column by Miquel Raynal · 7 years ago
  84. a084cb6 spl: nand: sunxi: create an helper to handle command execution by Miquel Raynal · 7 years ago
  85. 781e70c spl: nand: sunxi: add missing status clear by Miquel Raynal · 7 years ago
  86. 60fb179 spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helper by Miquel Raynal · 7 years ago
  87. 28f7a9d spl: nand: sunxi: introduce the nand_wait_int() helper by Miquel Raynal · 7 years ago
  88. 802f766 spl: nand: sunxi: fix typo on register name by Miquel Raynal · 7 years ago
  89. a0a984e spl: nand: sunxi: fix second case of modulo by zero error by Miquel Raynal · 7 years ago
  90. f3aff37 mtd: nand: sunxi: fix ECC strength choice by Miquel Raynal · 7 years ago
  91. 55fe0e2 spl: fix binman_sym output check by Miquel Raynal · 7 years ago
  92. 645b5af Prepare v2018.05-rc1 by Tom Rini · 7 years ago
  93. f770b3e ARC: HSDK: Enable SPI flash support by Eugeniy Paltsev · 7 years ago
  94. ada8aff ARC: HSDK: Add platform-specific commands by Eugeniy Paltsev · 7 years ago
  95. 1e43118 ARC: Bump ARC tools used in TravisCI to the most recent release arc-2017.09 by Alexey Brodkin · 7 years ago
  96. bdc9f02 ARC: AXS10x: DTS: Remove unused interrupt properties by Eugeniy Paltsev · 7 years ago
  97. 0e5d3e3 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  98. 641599a image.h: add forward declaration of struct fdt_region by Masahiro Yamada · 7 years ago
  99. 414e2db fdt_region: remove unneeded fdt_internal.h inclusion by Masahiro Yamada · 7 years ago
  100. c960a68 libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c by Masahiro Yamada · 7 years ago