1. 33b02e9 Convert CONFIG_FSL_DDR_BIST et al to Kconfig by Tom Rini · 3 years ago
  2. 75c995a Convert CONFIG_FSL_LAYERSCAPE to Kconfig by Tom Rini · 3 years, 1 month ago
  3. cdf8534 armv8: layerscape: use memalign() to allocate spintable code by Michael Walle · 3 years, 1 month ago
  4. f53e102 armv8: fsl-layerscape: rework the dwc3 snooping enable code by Michael Walle · 3 years, 1 month ago
  5. fb5ff32 armv8: ls1028a: use the official compatible string for the GPU by Michael Walle · 3 years, 1 month ago
  6. 2a98944 armv8: fsl-layerscape: Erratum A010315 needs PCIE support by Alban Bedel · 3 years, 3 months ago
  7. 60b9b47 Revert "arch: arm: use dt and UCLASS_SYSCON to get gic lpi details" by Michael Walle · 3 years, 1 month ago
  8. a84cea0 Revert "arm64: Layerscape: Survive LPI one-way reset workaround" by Tom Rini · 3 years, 1 month ago
  9. 6a86f12 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-tegra by Tom Rini · 3 years, 1 month ago WIP/15Oct2021
  10. b9aad37 fdtdec: Support reserved-memory flags by Thierry Reding · 3 years, 3 months ago
  11. 46cb067 fdtdec: Support compatible string list for reserved memory by Thierry Reding · 3 years, 3 months ago
  12. 776bf6a Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 1 month ago
  13. 20a3969 stv0991: remove specific CONFIG_STV0991 configs by Patrick Delaunay · 3 years, 2 months ago
  14. 8ba5960 arm: Remove zmx25 board and ARCH_MX25 by Tom Rini · 3 years, 3 months ago
  15. d9be860 arm: Remove aspenite board by Tom Rini · 3 years, 3 months ago
  16. 14b38cb arm: Remove flea3 board by Tom Rini · 3 years, 2 months ago
  17. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago WIP/2021-09-30-whitespace-cleanups
  18. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
  19. 6eecaf5 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · 3 years, 2 months ago WIP/29Sep2021-next
  20. 77b11f7 net: replace the "xfi" phy-mode with "10gbase-r" by Vladimir Oltean · 3 years, 2 months ago
  21. 37479e6 armv8/cache.S: Triple with single instruction by Pierre-Clément Tosi · 3 years, 3 months ago
  22. f050bfa armv8/cache.S: Read sysreg fields through ubfx by Pierre-Clément Tosi · 3 years, 3 months ago
  23. a6bbb8b ARM: at91: remove references to RM9200DK by Eugen Hristev · 3 years, 3 months ago
  24. 2a73606 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · 3 years, 4 months ago
  25. 103c5f1 mmc: Rename MMC_SUPPORT to MMC by Simon Glass · 3 years, 4 months ago
  26. 0017931 Revert most of the series for adding vexpress_aemv8r support by Tom Rini · 3 years, 3 months ago WIP/03Sep2021-next
  27. 2f5b7b7 armv8: Add ARMv8 MPU configuration logic by Peter Hoyes · 3 years, 3 months ago
  28. 53b40e8 armv8: Disable pointer authentication traps for EL1 by Peter Hoyes · 3 years, 3 months ago
  29. cd82f19 armv7: Add Position Independent Execution support by Chia-Wei Wang · 3 years, 4 months ago
  30. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
  31. a2ac2b9 Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig by Tom Rini · 3 years, 3 months ago
  32. efb5dab7 nxp: Migrate CONFIG_DDR_CLK_FREQ to Kconfig by Tom Rini · 3 years, 3 months ago
  33. 5afdcca arm: Migrate GICV2 / GICV3 to Kconfig by Tom Rini · 3 years, 3 months ago
  34. 15e7b76 Convert CONFIG_SYS_I2C_MXC et al to Kconfig by Tom Rini · 3 years, 3 months ago
  35. 55dabcc Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY by Tom Rini · 3 years, 3 months ago
  36. d7d40f6 Convert CONFIG_ID_EEPROM to Kconfig by Tom Rini · 3 years, 3 months ago
  37. b62c174 armv8: fsl : create bootcmd and mcinitcmd as per boot source by Wasim Khan · 3 years, 4 months ago
  38. a968e9a arm: Finish migration of HAS_FSL_XHCI_USB by Tom Rini · 3 years, 4 months ago
  39. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  40. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  41. 268f6ac arm64: Update memcpy_{from, to}io() helpers by Patrice Chotard · 3 years, 4 months ago
  42. 975e7cf i2c: Rename SPL/TPL_I2C_SUPPORT to I2C by Simon Glass · 3 years, 5 months ago
  43. 69d9eda i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY by Simon Glass · 3 years, 5 months ago
  44. c48fec6 armv8: Initialize CNTFRQ if at highest exception level by Peter Hoyes · 3 years, 5 months ago
  45. f7b845b arm: armv8: Fix warning about redeclaring global functions as weak by Tom Rini · 3 years, 5 months ago WIP/2021-07-09-arm-updates
  46. bfb7984 armv8: Handle EL2 Host mode by Mark Kettenis · 3 years, 10 months ago
  47. 570c3dc arm: Remove spear600 boards and the rest of SPEAr support by Tom Rini · 3 years, 6 months ago
  48. d7221d0 arm: Remove spear320 boards by Tom Rini · 3 years, 6 months ago
  49. 1dc77c2 arm: Remove spear310 boards by Tom Rini · 3 years, 6 months ago
  50. 0e377bb arm: Remove spear300 boards by Tom Rini · 3 years, 6 months ago
  51. f4a6f75 arm: Remove at91rm9200ek boards by Tom Rini · 3 years, 6 months ago
  52. 9fe79ca arm: iproc: Add higher speed configurations by Chris Packham · 3 years, 6 months ago
  53. 390c73b armv8: Update erratum number to align with doc by Ran Wang · 3 years, 5 months ago
  54. ff64e9a armv8: ls1012a: Pass PPFE firmware to Linux through FDT by Chaitanya Sakinam · 3 years, 7 months ago
  55. addec35 armv8: layerscape: enable eMMC HS400 workarounds for LX2160A/LX2162A by Yangbo Lu · 3 years, 7 months ago
  56. 84c2e04 armv8: layerscape: add PSCI support for cpu release by Jiafei Pan · 3 years, 7 months ago
  57. 37de198 armv8: SPL: discard relocation information by Marek Behún · 3 years, 6 months ago
  58. 3cd7541 ARM: kona: fix clk_bsc_enable() type mismatch for LTO by Marek Behún · 3 years, 6 months ago
  59. b83120d ARM: fix LTO for imx28_xea by Marek Behún · 3 years, 6 months ago
  60. e5fc903 ARM: fix LTO build for some thumb-interwork cases by Marek Behún · 3 years, 6 months ago
  61. 86c5e21 ARM: make gd a function call for LTO and set via set_gd() by Marek Behún · 3 years, 6 months ago
  62. 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 6 months ago
  63. 58b504e Revert "spl: Drop bd_info in the data section" by Alexandru Gagniuc · 3 years, 8 months ago
  64. a6232e0 Merge branch '2021-04-14-assorted-vboot-improvements' by Tom Rini · 3 years, 7 months ago WIP/15Apr2021
  65. 918c72f armv8: fsl-layerscape: spl: call spl_early_init() by Michael Walle · 3 years, 8 months ago
  66. 019438e armv8: fsl-layerscape: spl: add debug UART support by Michael Walle · 3 years, 8 months ago
  67. d442f69 common: fit: Add weak board_fit_config_name_match by Sean Anderson · 3 years, 8 months ago
  68. 9ac8368 arm: Remove s32v234evb board by Tom Rini · 3 years, 9 months ago
  69. d3b745f mmc: fsl_esdhc: add pulse width detection workaround by Michael Walle · 3 years, 8 months ago
  70. bd7b850 mmc: fsl_esdhc: add workaround for erratum A-011334 by Michael Walle · 3 years, 8 months ago
  71. 22fc991 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 9 months ago
  72. 504debc configs: fsl: move bootrom specific defines to Kconfig by Rajesh Bhagat · 3 years, 10 months ago
  73. 8ca0f51 arm: cp15: remove weak function arm_init_domains by Patrick Delaunay · 3 years, 10 months ago
  74. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 4 years ago
  75. c581970 image: Adjust the workings of fit_check_format() by Simon Glass · 3 years, 9 months ago
  76. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 9 months ago
  77. 2ce7b65 arm: Remove ls2080a_simu board by Tom Rini · 3 years, 10 months ago
  78. 19dba8b armv7: ls102xa: Enable I-Cache to speed up the boot time by Hou Zhiqiang · 3 years, 10 months ago
  79. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago WIP/2021-02-02-drop-asm_global_data-when-unused
  80. e18bf39 arm: Remove #include <version.h> from armv8/fwcall.c by Pali Rohár · 3 years, 10 months ago
  81. 3d594ef sunxi: Add H616 FEL support by Jernej Skrabec · 3 years, 11 months ago
  82. 0634b37 armv8: Makefile: build cache files when needed by Peng Fan · 4 years ago
  83. 0e4d5db sunxi: Add arm64 FEL support by Andre Przywara · 8 years ago
  84. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
  85. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago WIP/05Jan2021-next
  86. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  87. 38d6b7e spl: Drop bd_info in the data section by Simon Glass · 4 years ago
  88. 2ef5364 arm: ls102xa: select USB PHY erratum's only if USB is enabled by Aleksandar Gerasimovski · 4 years ago
  89. cbf77d2 armv8: fsl-layerscape: Fix automatic setting of bootmcd with TF-A by Alban Bedel · 4 years ago
  90. 03d095e layerscape: fdt.c: Check for NULL return value from fdt_getprop() by Priyanka Singh · 4 years, 1 month ago
  91. 3a187cf armv8: lx2162a: Add Soc changes to support LX2162A by Meenakshi Aggarwal · 4 years, 1 month ago
  92. 8084e91 armv8: layerscape: don't initialize GIC in SPL by Michael Walle · 4 years ago
  93. 59b07a2 treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORT by Michael Walle · 4 years ago
  94. 4eecc6f armv8: layerscape: don't remove crypto node if just partially disabled by Michael Walle · 4 years, 1 month ago
  95. c760095 net: lx2160a.c: Update to set ECx_PMUX precedence by Razvan Ionut Cirjan · 4 years, 1 month ago
  96. 2a5bbb1 pci: layerscape: add a way of specifying additional iommu mappings by Laurentiu Tudor · 4 years, 3 months ago
  97. e1f306c arm: fsl-layerscape: Include device_compat.h in soc.c by Tom Rini · 4 years, 1 month ago
  98. 9a984f1 arm64: PIE: Skip fixups if distance is zero by Andre Przywara · 4 years, 2 months ago
  99. b7e7831 Merge branch 'next' by Tom Rini · 4 years, 2 months ago
  100. d31f3a1 armv8: lx2160a: fix reset sequence by Meenakshi Aggarwal · 4 years, 3 months ago