1. c60bfe9 at91: vinco: Enable DM_SPI by Jagan Teki · 7 years ago
  2. 1e85626 at91: vinco: Add FDT support by Jagan Teki · 7 years ago
  3. 1a2131c at91: vinco: Enable DM by Jagan Teki · 7 years ago
  4. 8b562ef at91: taurus: Enable DM_SPI by Jagan Teki · 7 years ago
  5. 153b070 configs: gurnard: Move CONFIG_ATMEL_SPI to defconfigs by Jagan Teki · 7 years ago
  6. 08afabc at91: gurnard: Enable DM_SPI by Jagan Teki · 7 years ago
  7. 9bf48e2 spi: atmel: Add ifdef for DM_GPIO code by Jagan Teki · 7 years ago
  8. 6074c38 Merge tag 'signed-rpi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  9. 91e1bc5 rpi: Complete table of models with new revision code scheme by Jonathan Gray · 7 years ago
  10. 806d2fa efi_loader: Respect DT reserved regions by Alexander Graf · 7 years ago
  11. 61a5ced efi_loader: Check machine type in the image header by Ivan Gorinov · 7 years ago
  12. 0c5d2a3 efi_loader: completely initialize network by Heinrich Schuchardt · 7 years ago
  13. 99b8db7 arm: print information about loaded UEFI images by Heinrich Schuchardt · 7 years ago
  14. c9a63f4 efi_loader: new functions to print loaded image information by Heinrich Schuchardt · 7 years ago
  15. 8ae1f82 mmc: use core clock frequency in bcm2835 sdhost by Jonathan Gray · 7 years ago
  16. 79153ff rpi3_32b: Enable lan78xx driver by Peter Robinson · 7 years ago
  17. 7fe7722 rpi: Add identifier for the new RPi3 B+ by Alexander Graf · 7 years ago
  18. 0d1a6c5 rpi3: Enable lan78xx driver by Alexander Graf · 7 years ago
  19. 065dcac rpi: Allow to boot without serial by Alexander Graf · 7 years ago
  20. 1348c17 efi_selftest: test getinfo(EFI_FILE_SYSTEM_INFO) by Heinrich Schuchardt · 7 years ago
  21. db851c8 efi_selftest: partition label for test image by Heinrich Schuchardt · 7 years ago
  22. 9e6835e efi_loader: implement EFI_FILE_SYSTEM_INFO by Heinrich Schuchardt · 7 years ago
  23. c412166 efi_loader: ascii2unicode(): add trailing \0 by Heinrich Schuchardt · 7 years ago
  24. 9c9021e efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOL by Heinrich Schuchardt · 7 years ago
  25. e294ba0 Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago WIP-04Apr2018
  26. 2db1eba efi_loader: correctly determine the boot partition by Heinrich Schuchardt · 7 years ago
  27. b6dd577 efi_loader: use correct types in EFI_FILE_PROTOCOL by Heinrich Schuchardt · 7 years ago
  28. 43dace5 efi_loader: correct types for EFI_LOADED_IMAGE_PROTOCOL by Heinrich Schuchardt · 7 years ago
  29. 8278675 efi_loader: ImageSize must be multiple of SectionAlignment by Heinrich Schuchardt · 7 years ago
  30. 84b40b4 efi_loader: save image relocation address and size by Heinrich Schuchardt · 7 years ago
  31. 7fb96a1 efi_loader: use efi_uintn_t for LoadImage by Heinrich Schuchardt · 7 years ago
  32. eab2dc3 efi_loader: initialize device path on alloc by Patrick Wildt · 7 years ago
  33. e274235 efi_loader: complete efi_pxe_mode struct definition by Patrick Wildt · 7 years ago
  34. f9cfad1 efi_loader: Fix network DP with DM_ETH by Alexander Graf · 7 years ago
  35. 813468c efi_loader: Fix return value for efi_add_runtime_mmio by Alexander Graf · 7 years ago
  36. 8e47506 efi_loader: Optimize GOP more by Alexander Graf · 7 years ago
  37. ba718e6 efi_loader: Optimize GOP switch by Alexander Graf · 7 years ago
  38. 90b658b efi_loader: use __always_inline for pixel conversion by Heinrich Schuchardt · 7 years ago
  39. 0f7fcc7 efi_loader: RestoreTPL should execute queued events by Heinrich Schuchardt · 7 years ago
  40. ee3db4f efi_loader: use TPL_NOTIFY for network timer event by Heinrich Schuchardt · 7 years ago
  41. 0176330 git: mailrc: Add myself and efi to list by Alexander Graf · 7 years ago
  42. 51a0f45 efi_loader: correctly support parameter delta in Blt by Heinrich Schuchardt · 7 years ago
  43. 6fc901c efi_selftest: unit test for event groups by Heinrich Schuchardt · 7 years ago
  44. 9967adb efi_selftest: fix device tree unit test by Heinrich Schuchardt · 7 years ago
  45. bdecaeb efi: Correct header order in efi_memory by Simon Glass · 7 years ago
  46. 7c92fd6 efi_loader: use constants in efi_allocate_pages() by Heinrich Schuchardt · 7 years ago
  47. f7c342f efi_loader: show UEFI revision in helloworld by Heinrich Schuchardt · 7 years ago
  48. 0aa2da7 efi_selftest: unit test for EFI_SIMPLE_TEXT_INPUT_PROTOCOL by Heinrich Schuchardt · 7 years ago
  49. 482fc90 efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC by Heinrich Schuchardt · 7 years ago
  50. b944e47 efi_selftest: test gop bitblt by Heinrich Schuchardt · 7 years ago
  51. 0e0a3ce efi_loader: implement missing bit blit operations in gop by Heinrich Schuchardt · 7 years ago
  52. b095f3c efi_loader: implement event groups by Heinrich Schuchardt · 7 years ago
  53. a3a28f5 efi_loader: define GUIDS for event groups by Heinrich Schuchardt · 7 years ago
  54. 43bce44 efi_loader: manage events in a linked list by Heinrich Schuchardt · 7 years ago
  55. ab9efa9 efi_loader: fix formatting errors by Heinrich Schuchardt · 7 years ago
  56. 7069515 efi_loader: clear signaled state in CheckEvent by Heinrich Schuchardt · 7 years ago
  57. eb68b4e efi_loader: check parameter in InstallConfigurationTable by Heinrich Schuchardt · 7 years ago
  58. 0fb4169 efi_loader: correct input of special keys by Heinrich Schuchardt · 7 years ago
  59. 06c3d5b efi_selftest: check installation of the device tree by Heinrich Schuchardt · 7 years ago
  60. bc4f913 efi_loader: support device tree for bootefi selftest by Heinrich Schuchardt · 7 years ago
  61. fc225e6 efi_loader: check initialization of EFI subsystem is successful by Heinrich Schuchardt · 7 years ago
  62. 45204b1 efi_loader: do_bootefi_exec should always return an EFI status code by Heinrich Schuchardt · 7 years ago
  63. 14ad49d efi_loader: efi_get_time_init should return status code by Heinrich Schuchardt · 7 years ago
  64. 22c793e efi_loader: exit status for efi_reset_system_init by Heinrich Schuchardt · 7 years ago
  65. 098a6cd efi_loader: simplify calling efi_init_obj_list by Heinrich Schuchardt · 7 years ago
  66. d7b181d efi_loader: consistently return efi_status_t efi_watchdog_register by Heinrich Schuchardt · 7 years ago
  67. 075d425 efi_loader: return efi_status_t from efi_net_register by Heinrich Schuchardt · 7 years ago
  68. 80ea9b0 efi_loader: return efi_status_t from efi_gop_register by Heinrich Schuchardt · 7 years ago
  69. 7657152 efi_loader: efi_smbios_register should have a return value by Heinrich Schuchardt · 7 years ago
  70. 1914e5b efi_loader: provide new doc/README.uefi by Heinrich Schuchardt · 7 years ago
  71. e121415 efi_loader: delete doc/README.efi by Heinrich Schuchardt · 7 years ago
  72. e70f8df efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Leif Lindholm · 7 years ago
  73. 8396e3f efi_loader: remove deprecated ConsoleControlProtocol by Heinrich Schuchardt · 7 years ago
  74. 28a4fd4 efi_loader: parameter checks for LoadImage by Heinrich Schuchardt · 7 years ago
  75. f3fed05 Revert "sunxi: Pine64: temporarily remove extra Pine64 non-plus DT" by Andre Przywara · 7 years ago
  76. d14db11 sunxi: revert disabling of features by Andre Przywara · 7 years ago
  77. 901fb09 sunxi: disable direct MMC environment by Andre Przywara · 7 years ago
  78. ecd0cec net: sun8i-emac: remove support for old binding by Andre Przywara · 7 years ago
  79. 0bb48ef arm: dts: sunxi: update H5 to new EMAC binding by Andre Przywara · 7 years ago
  80. e88d2a5 arm: dts: sunxi: update H3 to new EMAC binding by Andre Przywara · 7 years ago
  81. 06a57f65 arm: dts: sunxi: update A64 to new EMAC binding by Andre Przywara · 7 years ago
  82. 12afd95 net: sun8i-emac: add support for new EMAC DT binding by Andre Przywara · 7 years ago
  83. c034117 net: sun8i-emac: support new pinctrl DT bindings by Andre Przywara · 7 years ago
  84. 381996c sunxi: gpio: add missing compatible strings by Andre Przywara · 7 years ago
  85. 35debf8 sunxi: README.sunxi64: Add hint about non-debug of ARM Trusted Firmware by Andre Przywara · 7 years ago
  86. 948071b Makefile: Disable stack-usage check for ARC by Alexey Brodkin · 7 years ago
  87. e63d142 Merge tag 'arc-for-2018.05' of git://git.denx.de/u-boot-arc by Tom Rini · 7 years ago
  88. e71553f configs: add NAND support for NES Classic by Miquel Raynal · 7 years ago
  89. 748b5b3 sunxi: move the NAND parameters to Kconfig by Miquel Raynal · 7 years ago
  90. b56052f sunxi: make NAND_SUNXI use ARCH_SUNXI as default in Kconfig by Miquel Raynal · 7 years ago
  91. 6d094d5 sunxi: automatically select SPL_NAND_SUPPORT in Kconfig by Miquel Raynal · 7 years ago
  92. 491feff sunxi: dts: enable NAND on NES classic by Miquel Raynal · 7 years ago
  93. 663e8a9 sunxi: allow NAND support to be compiled for sun8i platforms by Miquel Raynal · 7 years ago
  94. 136e325 sunxi: spl: remove DMA related settings of the NAND controller by Miquel Raynal · 7 years ago
  95. 6ddbb1e spl: nand: sunxi: use PIO instead of DMA by Miquel Raynal · 7 years ago
  96. 7440bd7 spl: nand: sunxi: declare the ecc_bytes array globally by Miquel Raynal · 7 years ago
  97. ba1c98b sunxi: spl: deassert the NAND controller reset line by Miquel Raynal · 7 years ago
  98. 22f0aa0 spl: nand: sunxi: make the reset column helper more generic by Miquel Raynal · 7 years ago
  99. 4dac80a spl: nand: sunxi: ensure enough time has passed after changing the column by Miquel Raynal · 7 years ago
  100. a084cb6 spl: nand: sunxi: create an helper to handle command execution by Miquel Raynal · 7 years ago