1. c6efee5 x86: mp: Add more comments to the module by Simon Glass · 4 years, 3 months ago
  2. 8dda2ba x86: mtrr: Add support for writing to MTRRs on any CPU by Simon Glass · 4 years, 3 months ago
  3. aa3a4d8 x86: mtrr: Update MTRRs on all CPUs by Simon Glass · 4 years, 3 months ago
  4. 3d734b5 x86: Don't enable SMP in SPL by Simon Glass · 4 years, 3 months ago
  5. 240752c x86: mtrr: Use MP calls to list the MTRRs by Simon Glass · 4 years, 3 months ago
  6. 0538d68 x86: mp: Add iterators for CPUs by Simon Glass · 4 years, 3 months ago
  7. 99a573f x86: mp: Park CPUs before running the OS by Simon Glass · 4 years, 3 months ago
  8. 84d3ed1 x86: mp: Allow running functions on multiple CPUs by Simon Glass · 4 years, 3 months ago
  9. db3a37c x86: Set the SMP flag when MP init is complete by Simon Glass · 4 years, 3 months ago
  10. c33aa35 x86: mp: Support APs waiting for instructions by Simon Glass · 4 years, 3 months ago
  11. 8bccbc5 x86: cpu: Remove unnecessary #ifdefs by Simon Glass · 4 years, 3 months ago
  12. 20b049e x86: mp_init: Adjust bsp_init() to return more information by Simon Glass · 4 years, 3 months ago
  13. 77a5e2d x86: mp_init: Set up the CPU numbers at the start by Simon Glass · 4 years, 3 months ago
  14. a6c9fd4 x86: mp_init: Drop the num_cpus static variable by Simon Glass · 4 years, 3 months ago
  15. 3a5752c x86: mp_init: Switch parameter names in start_aps() by Simon Glass · 4 years, 3 months ago
  16. e624858 x86: mp_init: Avoid declarations in header files by Simon Glass · 4 years, 3 months ago
  17. 78d57d6 x86: Move MP code into mp_init by Simon Glass · 4 years, 3 months ago
  18. cb1cb71 x86: mp_init: Switch to livetree by Simon Glass · 4 years, 3 months ago
  19. 5fef24c mips: octeon: Add minimal Octeon 3 EBB7304 EVK support by Stefan Roese · 4 years, 4 months ago
  20. e9609dc mips: octeon: use mips_mach_early_init() to copy to L2 cache by Stefan Roese · 4 years, 4 months ago
  21. ff7e4f0 mips: octeon: dts: Add Octeon 3 cn73xx base dtsi file by Stefan Roese · 4 years, 4 months ago
  22. 0dc4ab9 mips: octeon: Initial minimal support for the Marvell Octeon SoC by Aaron Williams · 4 years, 4 months ago
  23. de34a61 mips: Add CONFIG_MIPS_MACH_EARLY_INIT for very early mach init code by Stefan Roese · 4 years, 4 months ago
  24. 81d4b14 mips: sync asm/mipsregs.h with Linux 5.7 by Daniel Schwierzeck · 4 years, 3 months ago
  25. c0f9957 mips: sync asm/addrspace.h with Linux 5.7 by Daniel Schwierzeck · 4 years, 3 months ago
  26. eac8000 mips: sync asm/asm.h with Linux 5.7 by Daniel Schwierzeck · 4 years, 3 months ago
  27. dd1bb42 mips: remove deprecated UNCACHED_SDRAM() macro by Daniel Schwierzeck · 4 years, 3 months ago
  28. 57bfb1a mips: add config options for generic cache setup code by Daniel Schwierzeck · 4 years, 3 months ago
  29. 6077243 mips: refactor disabling of caches by Daniel Schwierzeck · 4 years, 3 months ago
  30. b55e07e mips: add KSEG1 wrapper for change_k0_cca by Daniel Schwierzeck · 4 years, 3 months ago
  31. 54e7fbd mips: start.S: remove dead code by Daniel Schwierzeck · 4 years, 3 months ago
  32. 60a0559 mips: cache: Make invalidate_dcache_range() weak to enable overwrite by Stefan Roese · 4 years, 4 months ago
  33. 1d4ba15 mips: cache: Make flush_cache() weak to enable overwrite by Stefan Roese · 4 years, 5 months ago
  34. 2eed3dc mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CM by Stefan Roese · 4 years, 5 months ago
  35. c372813 mips: reloc: Change R_MIPS_NONE to catch pre-reloc BSS usage by Stefan Roese · 4 years, 5 months ago
  36. a02bc1f mips: traps: Set WG bit in EBase register on Octeon by Stefan Roese · 4 years, 5 months ago
  37. a414281 mips: time: Only compile the weak get_tbclk() when needed by Stefan Roese · 4 years, 5 months ago
  38. bb5a2cf treewide: convert bd_t to struct bd_info manually by Masahiro Yamada · 4 years, 4 months ago
  39. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 4 months ago
  40. b4d14bc Convert CONFIG_ARMV7_PSCI_1_0 and CONFIG_ARMV7_PSCI_0_2 to Kconfig by Patrick Delaunay · 4 years, 4 months ago
  41. 7c3cc6f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 3 months ago
  42. 42e7659 Merge tag 'u-boot-imx-20200716' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 3 months ago
  43. d40d2c5 acpi: Enable ACPI table generation by default on x86 by Simon Glass · 4 years, 3 months ago
  44. 4021ee6 x86: Rename board_final_cleanup() to board_final_init() by Simon Glass · 4 years, 3 months ago
  45. 22a7396 x86: acpi: Correct the version of the MADT by Simon Glass · 4 years, 3 months ago
  46. a308b1f x86: Drop setup_pcat_compatibility() by Simon Glass · 4 years, 3 months ago
  47. 538c9b3 x86: Update the comment about booting for FSP2 by Simon Glass · 4 years, 3 months ago
  48. 9ef1686 x86: Store the coreboot table address in global_data by Simon Glass · 4 years, 3 months ago
  49. 487852b x86: apl: Adjust FSP-M code to avoid hard-coded address by Simon Glass · 4 years, 3 months ago
  50. efd3132 x86: apl: Set the correct boot mode in the FSP-M code by Simon Glass · 4 years, 3 months ago
  51. b336a2b x86: Add debugging to table writing by Simon Glass · 4 years, 3 months ago
  52. b95611f x86: apl: Fix save/restore of ITSS priorities by Simon Glass · 4 years, 3 months ago
  53. a8c2789 x86: irq: Support flags for acpi_gpe by Simon Glass · 4 years, 3 months ago
  54. 62fba44 x86: apl: Hide the p2sb on exit from U-Boot by Simon Glass · 4 years, 3 months ago
  55. f549d9b x86: apl: Support set_hide() in p2sb driver by Simon Glass · 4 years, 3 months ago
  56. eb2ebbc x86: apl: Use memory-mapped access for VBT by Simon Glass · 4 years, 3 months ago
  57. 31b410a x86: Add error checking for csrt table generation by Simon Glass · 4 years, 3 months ago
  58. 59cf264 x86: pinctrl: Drop the acpi_path member by Simon Glass · 4 years, 3 months ago
  59. 05516e3 x86: pinctrl: Update comment for intel_pinctrl_get_pad() by Simon Glass · 4 years, 3 months ago
  60. 4916f45 x86: pinctrl: Add a way to get the pinctrl reg address by Simon Glass · 4 years, 3 months ago
  61. 7f926c9 x86: Add support for building up an NHLT structure by Simon Glass · 4 years, 3 months ago
  62. 8d7ff12 acpi: Allow creating the GNVS to fail by Simon Glass · 4 years, 3 months ago
  63. fefac0b dm: acpi: Enhance acpi_get_name() by Simon Glass · 4 years, 3 months ago
  64. 58a6ccd x86: Allow devices to write to DSDT by Simon Glass · 4 years, 3 months ago
  65. 0169458 acpi: Add support for DSDT generation by Simon Glass · 4 years, 3 months ago
  66. 351fef5 x86: Allow devices to write an SSDT by Simon Glass · 4 years, 3 months ago
  67. 0f7b111 acpi: Support ordering SSDT data by device by Simon Glass · 4 years, 3 months ago
  68. 85f2def x86: acpi: Move MADT down a bit by Simon Glass · 4 years, 3 months ago
  69. b518317 acpi: Add support for SSDT generation by Simon Glass · 4 years, 3 months ago
  70. 0667900 acpi: Support copying properties from device tree to ACPI by Simon Glass · 4 years, 3 months ago
  71. 1361a53 acpi: Add a function to get a device path and scope by Simon Glass · 4 years, 3 months ago
  72. 0990c89 x86: fsp: Support a warning message when DRAM init is slow by Simon Glass · 4 years, 3 months ago
  73. ef5f5f6 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME by Simon Glass · 4 years, 3 months ago
  74. ce04a90 x86: p2sb: make P2SB driver depend on P2SB uclass by Wolfgang Wallner · 4 years, 4 months ago
  75. 8794cb5 arm: dts: imx7: Fix error in coresight TPIU graph connection by Ilko Iliev · 4 years, 3 months ago
  76. 9086561 ARM: mx6: make CAAM usable on the i.MX6 boards by Heinrich Schuchardt · 4 years, 4 months ago
  77. dfbdaa6 misc: scu_api: Add SCFW API to get the index of boot container set by Ye Li · 4 years, 4 months ago
  78. 26a6ed1 arm: imx6q: pcm058: Convert pcm058 to use DM with DTs by Niel Fourie · 4 years, 5 months ago
  79. 08310cf arm: dts: imx6q: Add Linux dts files for Phytec Mira by Niel Fourie · 4 years, 5 months ago
  80. eb39673 imx8m: implement armv8_el2_to_aarch32 by Peng Fan · 4 years, 3 months ago
  81. 3c41728 imx8m: Refactor the OPTEE memory removal by Peng Fan · 4 years, 3 months ago
  82. 6036dba imx8m: disable nodes before kernel/mfgtool boot for fused part by Peng Fan · 4 years, 3 months ago
  83. 2707faf imx8mn/imx8mp: override env_get_offset and env_get_location by Ye Li · 5 years ago
  84. 7a42bf0 imx8m: power down fused cores by Peng Fan · 4 years, 3 months ago
  85. d1eee7e imx8mp: Add fused parts support by Ye Li · 4 years, 6 months ago
  86. 2f3c920 imx8m: workaround ROM serror by Peng Fan · 4 years, 3 months ago
  87. 3c9221a imx8m: add eqos clk by Peng Fan · 4 years, 3 months ago
  88. 3c1c28d imx8m: add sdhc/nand/ecspi clk api by Peng Fan · 4 years, 3 months ago
  89. 14254e6 imx8m: configure NoC clk by Peng Fan · 4 years, 3 months ago
  90. 46a8a28 imx8m: configure arm clk sources from PLL by Peng Fan · 4 years, 3 months ago
  91. d6498bc imx: remove imx sip file by Peng Fan · 4 years, 5 months ago
  92. bf26b94 imx: bootaux: use arm_smccc_smc by Peng Fan · 4 years, 5 months ago
  93. a2f143e imx8m: soc: use arm_smccc_smc by Peng Fan · 4 years, 5 months ago
  94. dc57520 imx8: misc: use arm_smccc_smc by Peng Fan · 4 years, 5 months ago
  95. b335966 drivers: ddr: imx Workaround for i.MX8M DDRPHY rank to rank issue by Oliver Chen · 4 years, 6 months ago
  96. f3acb02 drivers: ddr: imx8mp: Add inline ECC feature support by Sherry Sun · 4 years, 9 months ago
  97. 865fdfd arm: k3: use correct weak function name spl_board_prepare_for_linux by Patrick Delaunay · 4 years, 3 months ago
  98. dde9da8 arm: k3: Consolidate and silence k3_fit_atf.sh call by Jan Kiszka · 4 years, 4 months ago
  99. 3f09ebf arm: dts: k3-am65: Sync CPSW DT node from kernel by Vignesh Raghavendra · 4 years, 4 months ago
  100. aeeca07 arm: dts: k3-j721e: Sync CPSW DT node from kernel by Vignesh Raghavendra · 4 years, 4 months ago