1. 6ee28cb arm64: zynqmp: Do not perform reset in case of panic by Michal Simek · 8 years ago
  2. 52b36fd arm: zynq: Fix SPL SD boot mode by Michal Simek · 7 years ago
  3. 8b93a92 fpga: allow programming fpga from FIT image for all FPGA drivers by Goldschmidt Simon · 7 years ago
  4. a1be94b SPL: Add FIT data-position property support by Peng Fan · 7 years ago
  5. 157af4f ARM: omap3_logic: Unlock NAND automatically in U-Boot by Adam Ford · 7 years ago
  6. cf71338 ata: Migrate CONFIG_MVSATA_IDE to Kconfig by Tuomas Tynkkynen · 7 years ago
  7. b82e667 ata: Migrate CONFIG_LIBATA to Kconfig by Tuomas Tynkkynen · 7 years ago
  8. 9fd95ef ata: Migrate CONFIG_SCSI_AHCI to Kconfig by Tuomas Tynkkynen · 7 years ago
  9. 477b16a ata: Migrate CONFIG_DWC_AHSATA to Kconfig by Tuomas Tynkkynen · 7 years ago
  10. 9920d15 ata: Migrate CONFIG_FSL_SATA to Kconfig by Tuomas Tynkkynen · 7 years ago
  11. ad0ac54 ata: Migrate CONFIG_SATA_MV to Kconfig by Tuomas Tynkkynen · 7 years ago
  12. 32f0398 ata: Migrate CONFIG_SATA_SIL3114 to Kconfig by Tuomas Tynkkynen · 7 years ago
  13. c88ecf4 ata: Migrate CONFIG_SATA_SIL to Kconfig by Tuomas Tynkkynen · 7 years ago
  14. e80dac0 ARC: clk: introduce HSDK CGU clock driver by Eugeniy Paltsev · 7 years ago
  15. 335f7b1 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 7 years ago
  16. 6c7010b Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago WIP-07Dec2017
  17. af1bc0c log: Plumb logging into the init sequence by Simon Glass · 7 years ago
  18. ef11ed8 log: Add a test command by Simon Glass · 7 years ago
  19. e9c8d49 log: Add an implementation of logging by Simon Glass · 7 years ago
  20. c5404b6 Drop the log buffer by Simon Glass · 7 years ago
  21. 0e98b0a Move debug and logging support to a separate header by Simon Glass · 7 years ago
  22. 0b189b6 Revert "sandbox: remove os_putc() and os_puts()" by Simon Glass · 7 years ago
  23. d798a6e armv8: ls1088a: Add nand support for ls1088ardb by Ashish Kumar · 7 years ago
  24. 9b457cc SECURE BOOT: Add fall back option by Vinitha Pillai-B57223 · 7 years ago
  25. 30c41d2 armv8: LS1088A_QSPI: SECURE_BOOT: Images validation by Udit Agarwal · 7 years ago
  26. 4def378 armv8: ls1012a: Modify Kernel and Environment offset by Bhaskar Upadhaya · 7 years ago
  27. 2557c5a driver: net: fsl-mc: flib changes for MC 10.3.0 by Yogesh Gaur · 7 years ago
  28. 0f2296b powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalization by Ran Wang · 7 years ago
  29. e6a727f powerpc/T104xRDB: Fix endian access issue on EHCI intinalization by Ran Wang · 7 years ago
  30. 9188c43 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago WIP-05Dec2017
  31. 0c4d248 Merge git://git.denx.de/u-boot-uniphier by Tom Rini · 7 years ago WIP-04Dec2017
  32. 8a3556e omap3: evm: Explicitly use DISTRO_DEFAULTS features at startup by Derald D. Woods · 7 years ago
  33. c7be3e5 ARM: arch-meson: build memory banks using reported memory from registers by Neil Armstrong · 7 years ago
  34. 5ff2ee4 arm: Add Khadas VIM support based on Meson GXL family by Neil Armstrong · 7 years ago
  35. 96e7b5a arm: Add LibreTech CC support based on Meson GXL family by Neil Armstrong · 7 years ago
  36. 8993056 add support for Raspberry Pi Zero W by Dmitry Korunov · 7 years ago
  37. 0aac10f test: compression: Convert to unit test framework by Simon Glass · 7 years ago
  38. ba8c9ea mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.h by Masahiro Yamada · 7 years ago
  39. 6ae3900 mtd: nand: Rename nand.h into rawnand.h by Masahiro Yamada · 7 years ago
  40. 4d869c1 test: Add a command function for test execution by Simon Glass · 7 years ago
  41. 44549d6 efi_loader: helper function to add EFI object to list by Heinrich Schuchardt · 7 years ago
  42. 69fb6b1 efi_loader: manage protocols in a linked list by Heinrich Schuchardt · 7 years ago
  43. ebb4dd5 efi_loader: efi_console: use helper functions by Heinrich Schuchardt · 7 years ago
  44. 3f79a2b efi_loader: helper functions for protocol management by Heinrich Schuchardt · 7 years ago
  45. 1c38a77 efi_loader: efi_gop: use correct types for parameters by Heinrich Schuchardt · 7 years ago
  46. 085d07c efi_loader: argument of efi_search_obj should be const by Heinrich Schuchardt · 7 years ago
  47. 2edab5e efi_loader: make efi_create_handle non-static by Heinrich Schuchardt · 7 years ago
  48. ff401d3 efi_loader: efi_dp_match should have const arguments by Heinrich Schuchardt · 7 years ago
  49. 1b68153 efi_loader: rework efi_search_obj by Heinrich Schuchardt · 7 years ago
  50. f5a2a93 efi_loader: consistently use efi_uintn_t in boot services by Heinrich Schuchardt · 7 years ago
  51. 152cade efi_loader: replace UINTN by efi_uintn_t by Heinrich Schuchardt · 7 years ago
  52. 7e82449 efi_loader: remove unused typedef for INTN by Heinrich Schuchardt · 7 years ago
  53. 927ca89 efi_selftest: test protocol management by Heinrich Schuchardt · 7 years ago
  54. 9f0770f efi_loader: capitalize EFI_LOCATE_SEARCH_TYPE values by Heinrich Schuchardt · 7 years ago
  55. d78e40d efi_selftest: allow to select a single test for execution by Heinrich Schuchardt · 7 years ago
  56. cd9e18d efi_loader: guard against double inclusion of efi_loader.h by Heinrich Schuchardt · 7 years ago
  57. f58c5ec efi_loader: new function utf8_to_utf16 by Heinrich Schuchardt · 7 years ago
  58. b3d6090 efi_loader: implement SetWatchdogTimer by Heinrich Schuchardt · 7 years ago
  59. 6074cfa rockchip: rk3128: add evb-rk3128 support by Kever Yang · 7 years ago
  60. daeed1d rockchip: rk3128: add soc basic support by Kever Yang · 7 years ago
  61. bbd6e6d rockchip: rk3128: add device tree file by Kever Yang · 7 years ago
  62. 9804d88 Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago WIP-30Nov2017
  63. 55e76b3 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 7 years ago
  64. 6ea51d2 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 7 years ago
  65. ab61e17 ARM: rmobile: Rework the ULCB CPLD driver by Marek Vasut · 7 years ago
  66. f86474e arm64: mvebu: armada-7k/8k: drop useless #ifdef by Baruch Siach · 7 years ago
  67. a53fbf4 distro bootcmd: define bootloader name for x86 by Heinrich Schuchardt · 7 years ago
  68. b2e01ff board: laird: add WB50N CPU module by Ben Whitten · 7 years ago
  69. 5aaef60 board: laird: add WB45N CPU module by Ben Whitten · 7 years ago
  70. 9bd76b8 spl: make CONFIG_OF_EMBED pass dts through fdtgrep by Goldschmidt Simon · 7 years ago
  71. aaa4ba9 board: atmel: add sama5d2_ptc_ek board by Ludovic Desroches · 7 years ago
  72. 014a953 stm32: migrate clock structs in include/stm32_rcc.h by Patrice Chotard · 7 years ago
  73. 4e97e25 clk: clk_stm32fx: add clock configuration for mmc usage by Patrice Chotard · 7 years ago
  74. 928954f dm: misc: bind STM32F4/F7 clock from rcc MFD driver by Patrice Chotard · 7 years ago
  75. c39b79d nds32: board: Support ftsdc010 DM. by Rick Chen · 7 years ago
  76. 02e80f0 ARM: rmobile: Migrate boards to RCar IIC drivers by Marek Vasut · 7 years ago
  77. 76080d0 ARM: rmobile: Remove SCIF configs by Marek Vasut · 7 years ago
  78. 61e2ff8 ARM: rmobile: Clean up ad-hoc clock macros by Marek Vasut · 7 years ago
  79. 8c1b52f ARM: rmobile: Zap ad-hoc DRAM configuration macros by Marek Vasut · 7 years ago
  80. 1bb8ea3 ARM: rmobile: Zap rmobile_sysinfo on Gen3 by Marek Vasut · 7 years ago
  81. e23eb94 ARM: rmobile: Stop using rcar-common/common.c on Gen3 by Marek Vasut · 7 years ago
  82. 7bcdd0c ARM: rmobile: Clean up GIC macros by Marek Vasut · 7 years ago
  83. fab5c41 ARM: rmobile: Drop CONFIG_USB_MAX_CONTROLLER_COUNT on Gen3 boards by Marek Vasut · 7 years ago
  84. fade9f2 ARM: rmobile: Enable Micrel KSZ90x1 PHY driver on ULCB by Marek Vasut · 7 years ago
  85. b06c46d Merge tag 'xilinx-for-v2018.01' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 7 years ago WIP-29Nov2017
  86. d28dc3d arm: zynq: Do not show information from checkboard twice by Michal Simek · 7 years ago
  87. fcc8250 Merge git://git.denx.de/u-boot-mips by Tom Rini · 7 years ago WIP-28Nov2017
  88. 74a4818 Merge git://git.denx.de/u-boot-uniphier by Tom Rini · 7 years ago
  89. fabcffe boston: Set CONFIG_SYS_LOAD_ADDR to 0x88000000 by Paul Burton · 7 years ago
  90. c5bf161 Update Paul Burton's email address by Paul Burton · 7 years ago
  91. a27bcbf ARM: uniphier: remove unused NAND CONFIG options by Masahiro Yamada · 7 years ago
  92. e9986a4 gpio: uniphier: import dt-binginds header from Linux by Masahiro Yamada · 7 years ago
  93. e600137 mtd: nand: introduce NAND_ROW_ADDR_3 flag by Masahiro Yamada · 7 years ago
  94. a01549b mtd: nand: add a shorthand to generate nand_ecc_caps structure by Masahiro Yamada · 7 years ago
  95. 470c29d mtd: nand: add generic helpers to check, match, maximize ECC settings by Masahiro Yamada · 7 years ago
  96. 52cde35 mtd: nand: Pass the CS line to ->setup_data_interface() by Boris Brezillon · 7 years ago
  97. 436fb2b mtd: nand: allow drivers to request minimum alignment for passed buffer by Masahiro Yamada · 7 years ago
  98. 94b50a8 mtd: nand: Drop the ->errstat() hook by Boris Brezillon · 7 years ago
  99. 4d75596 mtd: nand: Drop unused cached programming support by Boris Brezillon · 7 years ago
  100. 13f3b04 mtd: add mtd_ooblayout_xxx() helper functions by Boris Brezillon · 7 years ago