1. 1e32715 riscv: Add SBI v0.2 extension definitions by Bin Meng · 5 years ago
  2. f58fc34 riscv: Add basic support for SBI v0.2 by Bin Meng · 5 years ago
  3. 215c3a7 riscv: Mark existing SBI as v0.1 SBI by Bin Meng · 5 years ago
  4. f295e00 riscv: Avoid calling sbi_clear_ipi() by Bin Meng · 5 years ago
  5. fe13692 riscv: Fix sbi_remote_sfence_vma{,_asid} by Bin Meng · 5 years ago
  6. 6e3cd0a Merge tag 'u-boot-stm32-20200310' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
  7. 36bdcf7 Merge tag 'mmc-2020-3-9' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 5 years ago
  8. db41d98 arm: mediatek: remove unused binman config by Sam Shih · 5 years ago
  9. 7a02e4d stm32mp: update dependency for STM32_ETZPC by Patrick Delaunay · 5 years ago
  10. a604b67 arm: dts: imx8mq-evk: add phy-reset-gpios for fec1 by Alifer Moraes · 5 years ago
  11. d40aa43 ARM: dts: imx8mm-verdin: drop rgmii_rxc_dly/txc_dly by Max Krummenacher · 5 years ago
  12. 0c45a51 ARM: dts: imx8mm-verdin: dm-spl for pinctrl_usdhc1 node by Igor Opaniuk · 5 years ago
  13. 291e3ab imx8mm/mn: Add missing root clock entry for ARM core clock by Frieder Schrempf · 5 years ago
  14. 789ddde imx: Makefile: added missing ahab.o by Oliver Graute · 5 years ago
  15. 823c4cd imx: mx6ul_14x14_evk: configure for 24bpp display by Anatolij Gustschin · 5 years ago
  16. a29d79d ARM: dts: imx6sx-sdb: Sync with kernel 5.4.16 by Fabio Estevam · 5 years ago
  17. 47c2eae ARM: dts: imx6sx: Sync with kernel 5.4.16 by Fabio Estevam · 5 years ago
  18. c82b70b imx: remove woodburn board by Stefano Babic · 5 years ago
  19. 0abf600 arm: dts: k3-j721e-r5-common-proc-board: Use unique names for dummy clocks by Faiz Abbas · 5 years ago
  20. d45ffb7 arm: K3: sysfw-loader: Add a config_pm_pre_callback() by Faiz Abbas · 5 years ago
  21. cf00825 spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementation by Faiz Abbas · 5 years ago
  22. c7d106b mmc: am654_sdhci: Update output tap delay writes by Faiz Abbas · 5 years ago
  23. 2c64d11 x86: apl: Use cpu_x86_get_count() for cpu_ops.get_count by Wolfgang Wallner · 5 years ago
  24. fc35d7e x86: cpu_x86: Make cpu_x86_get_count() non-static by Wolfgang Wallner · 5 years ago
  25. 5a9d7f9 x86: p2sb: Drop 'apl' prefix by Wolfgang Wallner · 5 years ago
  26. fa97ca1 Revert "x86: use invd instead of wbinvd in real mode start code" by Andy Shevchenko · 5 years ago
  27. 7149d38 x86: Correct error return value in mrccache_get_region() by Simon Glass · 5 years ago
  28. c12ee85 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 5 years ago
  29. 468ba8d ARM: socfpga: Add initial support for the ABB SECU board by Holger Brunck · 5 years ago
  30. 1e85aaf Merge tag 'uniphier-v2020.04-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier by Tom Rini · 5 years ago
  31. 5326515 ARM: dts: uniphier: remove U-Boot own EEPROM compatible and property by Masahiro Yamada · 5 years ago
  32. 5ad1596 ARM: dts: uniphier: add reset-names to NAND controller node by Masahiro Yamada · 5 years ago
  33. 44ebaa8 ARM: dts: uniphier: rename DT nodes to follow json-schema by Masahiro Yamada · 5 years ago
  34. a682560 watchdog: mpc8xx: Revert the 8xx watchdog back to CONFIG_HW_WATCHDOG by Christophe Leroy · 5 years ago
  35. 2ba1d39 ARM: uniphier: detect the base of micro support card at run-time by Masahiro Yamada · 5 years ago
  36. 1320fa2 ARM: uniphier: remove workaround for the NAND write protect by Masahiro Yamada · 5 years ago
  37. ce4e9ff ARM: uniphier: move NAND reset assertion to U-Boot proper from SPL by Masahiro Yamada · 5 years ago
  38. ef5c7d6 ARM: uniphier: add sdscript, sdboot, sdupdate environment variables by Masahiro Yamada · 5 years ago
  39. 1234d17 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 5 years ago
  40. f381a26 arch: arm: Fix SZ_64K undeclared compilation error by Wasim Khan · 5 years ago
  41. ce92b89 arch: powerpc: Rewrite the sata node to fit the driver by Peng Ma · 5 years ago
  42. a2d4cb2 Revert "powerpc: mpc85xx: delete FSL_SATA for T2080QDS board." by Peng Ma · 5 years ago
  43. 8e51bf7 Merge tag 'u-boot-rockchip-20200220' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 5 years ago
  44. 0575163 dma-mapping: add <asm/dma-mapping.h> for all architectures by Masahiro Yamada · 5 years ago
  45. f9561d8 arch: arm: rockchip: order the rk3399 entries alphabetically by Peter Robinson · 5 years ago
  46. 9d86b89 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · 5 years ago
  47. 950c596 dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · 5 years ago
  48. c22c0db dma-mapping: fix the prototype of dma_map_single() by Masahiro Yamada · 5 years ago
  49. 5a6d3d1 board: roc-pc-rk3399: Add support for onboard LED's and push button to indicate power mode by Suniel Mahesh · 5 years ago
  50. 01892d2 rockchip: rk3399: split roc-pc-rk3399 out of evb_rk3399 by Suniel Mahesh · 5 years ago
  51. 80b9882 rockchip: boot_mode: find the saradc device name by Hugh Cole-Baker · 5 years ago
  52. 8040d8e ARM: dts: rockchip: Sync rk3288-vyasa dts from linux by Jagan Teki · 5 years ago
  53. 3807017 rockchip: rk3288: Enable pre console buffer by Jagan Teki · 5 years ago
  54. ac3d121 rockchip: px30: sync the main px30 dtsi from mainline by Heiko Stuebner · 5 years ago
  55. ab800e5 arm: dts: rockchip: puma: move U-Boot specific bits to u-boot.dtsi by Peter Robinson · 5 years ago
  56. 5532e3b arm: dts: rockchip: rk3399: Move U-Boot specific bits to rk3399-u-boot by Peter Robinson · 5 years ago
  57. 4d08de5 arm: dts: rockchip: Update EVB/Puma devices to upstream USB/dwc3 conventions by Peter Robinson · 5 years ago
  58. 552e7cc rockchip: make the global board_fit_config_name_match __weak by Heiko Stuebner · 5 years ago
  59. dfa6470 rockchip: make_fit_atf: use correct fdt_x references in config nodes by Heiko Stuebner · 5 years ago
  60. f2a73d6 Merge tag 'u-boot-stm32-20200214' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
  61. cf0818b stm32mp1: support of STM32MP15x Rev.Z by Patrick Delaunay · 5 years ago
  62. 8d93a97 ARM: dts: stm32m1: add reg for pll nodes by Patrick Delaunay · 5 years ago
  63. 5c34684 ARM: dts: stm32mp1: correct ddr node by Patrick Delaunay · 5 years ago
  64. db0cd2d ARM: dts: stm32mp1: move FDCAN to PLL4_R by Antonio Borneo · 5 years ago
  65. d35a5af ARM: dts: stm32mp1: DT alignment with kernel v5.5-rc7 by Patrick Delaunay · 5 years ago
  66. 7915b99 stm32mp1: pwr: use the last binding for pwr by Patrick Delaunay · 5 years ago
  67. 4f28092 ARM: dts: stm32mp1: DT alignment with kernel v5.4 by Patrick Delaunay · 5 years ago
  68. 96dd223 armV7R: K3: am654: Activate early console functionality by Andreas Dannenberg · 6 years ago
  69. a06df8f arm: K3: j721e: Fix boot parameter table index memory address by Andreas Dannenberg · 6 years ago
  70. b9c268c arm: mach-k3: Fix nomenclature on Silicon Revisions by Lokesh Vutla · 5 years ago
  71. fde109d arm: dts: k3-j721e-r5-common-proc-board: Disable power-domains for mcu uart by Lokesh Vutla · 5 years ago
  72. f9dd353 arm: dts: am437x-gp-evm: Add some nodes to u-boot.dtsi by Faiz Abbas · 5 years ago
  73. 1995373 ARM: dts: stm32: Add DH Electronics DHCOM SoM and PDK2 board by Marek Vasut · 5 years ago
  74. 07906b3 ARC: Switch to generic accessors by Alexey Brodkin · 5 years ago
  75. c77bbc2 ARC: rework setting of ARC CPU specific compiler options by Eugeniy Paltsev · 5 years ago
  76. 95f7103 ARC: nsim_hs38: Add support of Virtio NET & BLK by Alexey Brodkin · 5 years ago
  77. 9515e41 ARC: nSIM: switch from ARC UART to DW UART by Alexey Brodkin · 5 years ago
  78. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
  79. 4e5c468 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 5 years ago
  80. c998cbe Merge tag 'u-boot-imx-20200210' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  81. 4043397 riscv: Remove unnecessary instruction by Sean Anderson · 5 years ago
  82. fd1f6e9 riscv: Add option to print registers on exception by Sean Anderson · 5 years ago
  83. d9f1cee riscv: Fix breakage caused by linker relaxation by Sean Anderson · 5 years ago
  84. bd58b1a board: ge: bx50v3: override panel by Ian Ray · 5 years ago
  85. 9167c20 board: ge: mx53ppd: enable DM_VIDEO by Ian Ray · 5 years ago
  86. 1d06dc6 board: ge: mx53ppd: add i2c eeprom bootcount storage by Robert Beckett · 5 years ago
  87. 41613a7 board: ge: bx50v3: add i2c eeprom bootcount storage by Robert Beckett · 5 years ago
  88. 1dec7fa board: ge: bx50v3, imx53ppd: use DM I2C by Robert Beckett · 5 years ago
  89. b64088c board: ge: bx50v3, imx53ppd: add eeprom partitions by Robert Beckett · 5 years ago
  90. b91f28d ARM: imx: novena: Enable DM ethernet by Marek Vasut · 5 years ago
  91. e772b4f ARM: imx: novena: Move defconfig bits to arch Kconfig by Marek Vasut · 5 years ago
  92. 41fe56e mx7dsabre: Fix usbtog probe when use dfu or ums by Joris Offouga · 5 years ago
  93. b3ebcc7 arm: dts: imx7s-warp7: Move u-boot specific node in u-boot.dtsi by Joris Offouga · 5 years ago
  94. a05eb8b arm: xea: dts: Add 'fec-3v3' regulator properties to prevent accidental disablement by Lukasz Majewski · 5 years ago
  95. 14d5aef board: toradex: Add Verdin iMX8M Mini support by Igor Opaniuk · 5 years ago
  96. 1c12b67 arm: dts: imx8mm-pinfunc: sync latest linux-next pin func header by Marcel Ziswiler · 5 years ago
  97. 7d706a8 board: presidio-asic: Add basic G3 engr. development board support by Alex Nemirovsky · 5 years ago
  98. f267f84 gpio: do not include <asm/arch/gpio.h> for Cortina CAxxxx SoCs by Jason Li · 5 years ago
  99. 3f3c153 mpc8xx: Expose show_regs() by Tom Rini · 5 years ago
  100. 6efa450 arm: dts: mediatek: add ethernet and sgmii dts node for mt7622 by MarkLee · 5 years ago