1. aa6e94d global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 1 year, 11 months ago
  2. 2db82bf Convert CONFIG_SYS_PMAN et al to Kconfig by Tom Rini · 1 year, 11 months ago
  3. ecc8d42 global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI* by Tom Rini · 1 year, 11 months ago
  4. 9109213 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · 1 year, 11 months ago
  5. 6cc0454 global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · 2 years ago
  6. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years ago
  7. 3ed84e7 arm: layerscape: Disable unused parts of ICID tables by Sean Anderson · 2 years ago
  8. 3d970cb arm: layerscape: Don't select FSL_IFC when booting from SD card by Sean Anderson · 2 years ago
  9. 8fd1113 arm64: layerscape: Support SYSRESET by Sean Anderson · 2 years, 1 month ago
  10. 0c3eec2 arm64: ls104x: Enable eDMA snooping by Sean Anderson · 2 years, 1 month ago
  11. ae17910 armv8: cache_v8: Fix pgtables setup when MMU is already enabled by Pali Rohár · 2 years, 1 month ago
  12. bdbdaed ARMv8/sec_firmware: Convert to use fit_get_data_conf_prop by Sean Anderson · 2 years, 2 months ago
  13. 1b0e982 ARMv8/sec_firmware: Remove SEC_FIRMWARE_FIT_CNF_NAME by Sean Anderson · 2 years, 2 months ago
  14. 6622c30 armv8: layerscape: spl: mark OCRAM as non-secure by Michael Walle · 2 years, 2 months ago
  15. cd9b71c layerscape: Disable CONFIG_FMAN_ENET on *aqds* platforms by Tom Rini · 2 years, 2 months ago
  16. 4b05301 arm64: explicitly disable pointer authentication instructions by Rasmus Villemoes · 2 years, 2 months ago
  17. ff4e87c Convert CONFIG_SYS_FSL_QMAN_V3 et al to Kconfig by Tom Rini · 2 years, 3 months ago
  18. 1de46d9 Convert CONFIG_SYS_FSL_NUM_CC_PLLS to Kconfig by Tom Rini · 2 years, 3 months ago
  19. d074889 Convert CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS et al to Kconfig by Tom Rini · 2 years, 3 months ago
  20. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 3 months ago
  21. 923a855 Convert CONFIG_SYS_FSL_CCSR_GUR_BE et al to Kconfig by Tom Rini · 2 years, 3 months ago
  22. 36b661d Merge branch 'next' by Tom Rini · 2 years, 3 months ago
  23. 95cc3ef arm: Remove strongarm support by Tom Rini · 2 years, 4 months ago
  24. 9ff4ce8 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 3 months ago
  25. a457ebd arm: Remove PXA architecture support by Tom Rini · 2 years, 4 months ago
  26. b340199 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 4 months ago
  27. 540b73a arch/Kconfig.nxp: Re-organize slightly by Tom Rini · 2 years, 4 months ago
  28. 2b2817b Convert CONFIG_ESBC_HDR_LS et al to Kconfig by Tom Rini · 2 years, 4 months ago
  29. 1f7e2fc Convert CONFIG_DP_DDR_DIMM_SLOTS_PER_CTLR to Kconfig by Tom Rini · 2 years, 4 months ago
  30. de0a732 Rename CONFIG_PWM to CONFIG_PWM_S5P and move to Kconfig by Tom Rini · 2 years, 4 months ago
  31. 5858b90 spl: Move SPL_LDSCRIPT defaults to one place by Tom Rini · 2 years, 4 months ago
  32. e87da57 armv8: u-boot-spl.lds: mark __image_copy_start as symbol by Peng Fan · 2 years, 4 months ago
  33. 0fcc1c7 armv8 SHA-256 using ARMv8 Crypto Extensions by Loic Poulain · 2 years, 5 months ago
  34. 084d8e6 armv8 SHA-1 using ARMv8 Crypto Extensions: by Loic Poulain · 2 years, 5 months ago
  35. 47ca7b5 sunxi: psci: Fix sunxi_power_switch on sun8i-r40 platform by qianfan Zhao · 2 years, 5 months ago
  36. 99e2fbc linker_lists: Rename sections to remove . prefix by Andrew Scull · 2 years, 5 months ago
  37. 52af010 Merge branch 'master' into next by Tom Rini · 2 years, 4 months ago
  38. 2f7821a Merge tag 'u-boot-stm32-20220620' of https://source.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · 2 years, 4 months ago
  39. bcb3dae ARM: layerscape: Use ARCH_LS104?A insead of TARGET_LS104?ARDB by Sean Anderson · 2 years, 6 months ago
  40. eae488b stm32mp1: fix reference for STMicroelectronics by Patrick Delaunay · 2 years, 5 months ago
  41. ce9c579 armv8: always use current exception level for TCR_ELx access by Andre Przywara · 2 years, 4 months ago
  42. eaf6ea6 Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h by Tom Rini · 2 years, 5 months ago
  43. 3135ba6 arm: pxa: Remove CONFIG_CPU_PXA25X by Tom Rini · 2 years, 5 months ago
  44. cda8f87 caam: Fix crash in case caam_jr_probe failed by Ye Li · 2 years, 5 months ago
  45. 3b06577 armv8/fsl-lsch3: Suppress spurious warning on Layerscape CPUs by Stephen Carlson · 2 years, 7 months ago
  46. aaaa1be armv8: layerscape: fix the function mismatch issue by Yuantian Tang · 2 years, 8 months ago
  47. 49bb245 armv8: psci: add ARMV8_PSCI_RELOCATE Kconfig option by Michael Walle · 2 years, 8 months ago
  48. de58ac4 armv8: psci: skip setup code if we are not EL3 by Michael Walle · 2 years, 8 months ago
  49. cb14cc8 armv8: layerscape: get rid of smc_call() by Michael Walle · 2 years, 6 months ago
  50. eb21720 armv8: include psci_update_dt() unconditionally by Michael Walle · 2 years, 8 months ago
  51. 881284b arm: layerscape: Disable erratum A009007 on LS1021A, LS1043A, and LS1046A by Sean Anderson · 2 years, 6 months ago
  52. 9c18c69 armv8: fsl-layerscape: Respect Kconfig for erratum A009007 by Sean Anderson · 2 years, 8 months ago
  53. 151a030 arm: set cntfrq_el0 if CONFIG_COUNTER_FREQUENCY is valid by Peng Fan · 2 years, 6 months ago
  54. c5b9bf5 include/configs: drop COUNTER_FREQUENCY by Peng Fan · 2 years, 6 months ago
  55. e50f66e Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 6 months ago
  56. dfb6da5 armv8: layerscape: env: Switch to arch_env_get_location() by Marek Vasut · 2 years, 7 months ago
  57. 372779a arm: Introduce new CONFIG_SPL_SYS_NO_VECTOR_TABLE option by Pali Rohár · 2 years, 7 months ago
  58. 8976556 Layerscape: Enable Job ring driver model. by Gaurav Jain · 2 years, 7 months ago
  59. 2fc0995 arm: Remove unused ep93xx code by Tom Rini · 2 years, 7 months ago
  60. 6751b70 arm: fsl-layerscape: Migrate more DP-DDR options to Kconfig by Tom Rini · 2 years, 7 months ago
  61. 53b953f arm64: ls1046a: Support semihosting fallback by Sean Anderson · 2 years, 7 months ago
  62. e75d791 arm64: Save spsr in pt_regs by Sean Anderson · 2 years, 7 months ago
  63. e97ac47 arm64: Save esr in pt_regs by Sean Anderson · 2 years, 7 months ago
  64. 93c3d32 ls1046ardb: Add support for JTAG boot by Sean Anderson · 2 years, 7 months ago
  65. 77f46f0 video: fsl: colibri_vf: Drop FSL DCU driver by Simon Glass · 2 years, 9 months ago
  66. b53a280 Convert CONFIG_ARMV8_SWITCH_TO_EL1 to Kconfig by Tom Rini · 2 years, 7 months ago
  67. 0da35fa Convert CONFIG_ARMV7_SECURE_BASE et al to Kconfig by Tom Rini · 2 years, 7 months ago
  68. 2abf048 Merge tag 'v2022.04-rc4' into next by Tom Rini · 2 years, 7 months ago
  69. f9147d6 Convert CONFIG_CHIP_SELECTS_PER_CTRL to Kconfig by Tom Rini · 2 years, 8 months ago
  70. c21f3d4 sunxi: f1c100s: Fix FEL registers restore by Andre Przywara · 2 years, 8 months ago
  71. 5ff4857 armv8: Fix and simplify branch_if_master/branch_if_slave by Andre Przywara · 2 years, 8 months ago
  72. 7ed340a armv8: Force SP_ELx stack pointer usage by Andre Przywara · 2 years, 8 months ago
  73. 6c7691e armv8: Always unmask SErrors by Andre Przywara · 2 years, 8 months ago
  74. 014315b spl: Provide more space to be used for storing SPL on imx28 OCRAM by Lukasz Majewski · 2 years, 10 months ago
  75. 91f27f3 mxs: power: Change sequence of enabling DCDC switches by Lukasz Majewski · 3 years ago
  76. 3aaabfe Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 9 months ago
  77. 88998f7 arm: arm926ej-s: Add sunxi code by Icenowy Zheng · 2 years, 9 months ago
  78. 0d4377f mach-sunxi: Move timer code to mach folder by Jesse Taube · 2 years, 9 months ago
  79. 508f75a arm: arm926ej-s: start.S: port save_boot_params support from armv7 code by Icenowy Zheng · 2 years, 9 months ago
  80. b8cd7f4 armv8: remove no longer needed lowlevel_init.S by Andre Przywara · 2 years, 9 months ago
  81. 534b82a sunxi: move early "SRAM setup" into separate file by Andre Przywara · 2 years, 9 months ago
  82. 2564fce sunxi: move Cortex SMPEN setting into start.S by Andre Przywara · 2 years, 9 months ago
  83. 68f0896 armv8: start.S: remove CONFIG_SYS_RESET_SCTRL code by Andre Przywara · 2 years, 9 months ago
  84. 22eb7ba armv8: spl: Fix build with LINUX_KERNEL_IMAGE_HEADER by Alper Nebi Yasak · 2 years, 9 months ago
  85. d6b318d Convert CONFIG_TIMESTAMP to Kconfig by Simon Glass · 2 years, 10 months ago
  86. 2d7a463 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 9 months ago
  87. 3058e28 fdt_support: Add fdt_for_each_node_by_compatible() helper macro by Marek Behún · 2 years, 9 months ago
  88. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  89. 027b0e9 common: spl: move armv7m-specific code to spl_perform_fixups() by Ovidiu Panait · 2 years, 10 months ago
  90. 3cdfa31 armv8: apple: Disable PSCI reset by Mark Kettenis · 2 years, 10 months ago
  91. 9413e3a arch/arm/cpu/armv8/fsl-layerscape/fsl_lsch2_serdes.c: Fix spelling of "resetting". by Vagrant Cascadian · 2 years, 10 months ago
  92. 2f8a6db Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig by Tom Rini · 2 years, 10 months ago
  93. ada261f Finish converting CONFIG_SYS_FSL_CLK to Kconfig by Tom Rini · 2 years, 10 months ago
  94. 7856cd5 Convert CONFIG_SYS_PCI_64BIT to Kconfig by Tom Rini · 2 years, 10 months ago
  95. d06e4b7 Finish CONFIG_VID et al conversion to Kconfig by Tom Rini · 2 years, 10 months ago
  96. f76750d Convert CONFIG_CONS_INDEX et al to Kconfig by Tom Rini · 2 years, 10 months ago
  97. 98ab831 Convert CONFIG_FSL_IFC to Kconfig by Tom Rini · 2 years, 10 months ago
  98. 2105cd0 fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE by Marek Behún · 2 years, 11 months ago
  99. 33b02e9 Convert CONFIG_FSL_DDR_BIST et al to Kconfig by Tom Rini · 3 years ago
  100. 75c995a Convert CONFIG_FSL_LAYERSCAPE to Kconfig by Tom Rini · 3 years ago