1. 32d5695 x86: mp: Park CPUs before running the OS by Simon Glass · Fri Jul 17 08:48:20 2020 -0600
  2. 6871dff x86: mp: Allow running functions on multiple CPUs by Simon Glass · Fri Jul 17 08:48:19 2020 -0600
  3. 4943de6 x86: Set the SMP flag when MP init is complete by Simon Glass · Fri Jul 17 08:48:18 2020 -0600
  4. 4a30bbb x86: mp: Support APs waiting for instructions by Simon Glass · Fri Jul 17 08:48:16 2020 -0600
  5. 84163ae x86: cpu: Remove unnecessary #ifdefs by Simon Glass · Fri Jul 17 08:48:15 2020 -0600
  6. 653781b x86: mp_init: Adjust bsp_init() to return more information by Simon Glass · Fri Jul 17 08:48:14 2020 -0600
  7. ebb239a x86: mp_init: Set up the CPU numbers at the start by Simon Glass · Fri Jul 17 08:48:13 2020 -0600
  8. 3307d0c x86: mp_init: Drop the num_cpus static variable by Simon Glass · Fri Jul 17 08:48:11 2020 -0600
  9. a3ee7b8 x86: mp_init: Switch parameter names in start_aps() by Simon Glass · Fri Jul 17 08:48:10 2020 -0600
  10. 35ee0de x86: mp_init: Avoid declarations in header files by Simon Glass · Fri Jul 17 08:48:09 2020 -0600
  11. e40633d x86: Move MP code into mp_init by Simon Glass · Fri Jul 17 08:48:08 2020 -0600
  12. 740e908 x86: mp_init: Switch to livetree by Simon Glass · Fri Jul 17 08:48:07 2020 -0600
  13. a6f2ea4 mips: octeon: Add minimal Octeon 3 EBB7304 EVK support by Stefan Roese · Tue Jun 30 12:08:58 2020 +0200
  14. 15ba802 mips: octeon: use mips_mach_early_init() to copy to L2 cache by Stefan Roese · Tue Jun 30 12:33:17 2020 +0200
  15. 9e29eff mips: octeon: dts: Add Octeon 3 cn73xx base dtsi file by Stefan Roese · Tue Jun 30 12:08:57 2020 +0200
  16. b2ea818 mips: octeon: Initial minimal support for the Marvell Octeon SoC by Aaron Williams · Tue Jun 30 12:08:56 2020 +0200
  17. c6f54b4 mips: Add CONFIG_MIPS_MACH_EARLY_INIT for very early mach init code by Stefan Roese · Tue Jun 30 12:33:16 2020 +0200
  18. e4ccb47 mips: sync asm/mipsregs.h with Linux 5.7 by Daniel Schwierzeck · Sun Jul 12 01:46:18 2020 +0200
  19. b018d6b mips: sync asm/addrspace.h with Linux 5.7 by Daniel Schwierzeck · Sun Jul 12 01:46:17 2020 +0200
  20. 53056e4 mips: sync asm/asm.h with Linux 5.7 by Daniel Schwierzeck · Sun Jul 12 01:46:16 2020 +0200
  21. e61db37 mips: remove deprecated UNCACHED_SDRAM() macro by Daniel Schwierzeck · Sun Jul 12 01:46:15 2020 +0200
  22. c95e7f1 mips: add config options for generic cache setup code by Daniel Schwierzeck · Sun Jul 12 00:45:57 2020 +0200
  23. 765f417 mips: refactor disabling of caches by Daniel Schwierzeck · Sun Jul 12 00:45:56 2020 +0200
  24. ab1d86e mips: add KSEG1 wrapper for change_k0_cca by Daniel Schwierzeck · Sun Jul 12 00:45:55 2020 +0200
  25. de4987c mips: start.S: remove dead code by Daniel Schwierzeck · Sun Jul 12 00:45:54 2020 +0200
  26. e4a3ba2 mips: cache: Make invalidate_dcache_range() weak to enable overwrite by Stefan Roese · Tue Jun 30 12:33:19 2020 +0200
  27. fef1b82 mips: cache: Make flush_cache() weak to enable overwrite by Stefan Roese · Thu May 14 11:59:04 2020 +0200
  28. bfcce78 mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CM by Stefan Roese · Thu May 14 11:59:03 2020 +0200
  29. 459a76d mips: reloc: Change R_MIPS_NONE to catch pre-reloc BSS usage by Stefan Roese · Fri Jun 05 10:29:25 2020 +0200
  30. fb79cbd mips: traps: Set WG bit in EBase register on Octeon by Stefan Roese · Thu May 14 11:59:06 2020 +0200
  31. 56a4381 mips: time: Only compile the weak get_tbclk() when needed by Stefan Roese · Thu May 14 11:59:05 2020 +0200
  32. 940a922 treewide: convert bd_t to struct bd_info manually by Masahiro Yamada · Fri Jun 26 15:13:34 2020 +0900
  33. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  34. f8a4df8 Convert CONFIG_ARMV7_PSCI_1_0 and CONFIG_ARMV7_PSCI_0_2 to Kconfig by Patrick Delaunay · Wed Jun 17 18:19:18 2020 +0200
  35. 76c449c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Fri Jul 17 08:04:48 2020 -0400
  36. 01a2218 Merge tag 'u-boot-imx-20200716' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Fri Jul 17 08:04:28 2020 -0400
  37. 55f3cde acpi: Enable ACPI table generation by default on x86 by Simon Glass · Thu Jul 16 21:22:39 2020 -0600
  38. 75ece5f x86: Rename board_final_cleanup() to board_final_init() by Simon Glass · Thu Jul 16 21:22:38 2020 -0600
  39. f3694aa x86: acpi: Correct the version of the MADT by Simon Glass · Thu Jul 16 21:22:37 2020 -0600
  40. 7fbd04f x86: Drop setup_pcat_compatibility() by Simon Glass · Thu Jul 16 21:22:36 2020 -0600
  41. 1062e34 x86: Update the comment about booting for FSP2 by Simon Glass · Thu Jul 16 21:22:35 2020 -0600
  42. fb8736d x86: Store the coreboot table address in global_data by Simon Glass · Thu Jul 16 21:22:34 2020 -0600
  43. c28a1e0 x86: apl: Adjust FSP-M code to avoid hard-coded address by Simon Glass · Thu Jul 16 21:22:33 2020 -0600
  44. a929b93 x86: apl: Set the correct boot mode in the FSP-M code by Simon Glass · Thu Jul 16 21:22:32 2020 -0600
  45. f66fb30 x86: Add debugging to table writing by Simon Glass · Thu Jul 16 21:22:31 2020 -0600
  46. d89f193 x86: apl: Fix save/restore of ITSS priorities by Simon Glass · Thu Jul 16 21:22:30 2020 -0600
  47. 2b36648 x86: irq: Support flags for acpi_gpe by Simon Glass · Tue Jul 07 21:32:34 2020 -0600
  48. 8719dcc x86: apl: Hide the p2sb on exit from U-Boot by Simon Glass · Tue Jul 07 21:32:32 2020 -0600
  49. 459a474 x86: apl: Support set_hide() in p2sb driver by Simon Glass · Tue Jul 07 21:32:31 2020 -0600
  50. 5e40c05 x86: apl: Use memory-mapped access for VBT by Simon Glass · Tue Jul 07 21:32:25 2020 -0600
  51. 9eb8004 x86: Add error checking for csrt table generation by Simon Glass · Tue Jul 07 21:32:24 2020 -0600
  52. 9255118 x86: pinctrl: Drop the acpi_path member by Simon Glass · Tue Jul 07 21:32:23 2020 -0600
  53. 86e5db5 x86: pinctrl: Update comment for intel_pinctrl_get_pad() by Simon Glass · Tue Jul 07 21:32:20 2020 -0600
  54. 25f16c1 x86: pinctrl: Add a way to get the pinctrl reg address by Simon Glass · Tue Jul 07 21:32:19 2020 -0600
  55. f6cdb91 x86: Add support for building up an NHLT structure by Simon Glass · Tue Jul 07 21:32:16 2020 -0600
  56. 9ed41e7 acpi: Allow creating the GNVS to fail by Simon Glass · Tue Jul 07 21:32:05 2020 -0600
  57. 0964239 dm: acpi: Enhance acpi_get_name() by Simon Glass · Tue Jul 07 13:12:11 2020 -0600
  58. 6ca9315 x86: Allow devices to write to DSDT by Simon Glass · Tue Jul 07 13:12:09 2020 -0600
  59. 990cd5b acpi: Add support for DSDT generation by Simon Glass · Tue Jul 07 13:12:08 2020 -0600
  60. f0a8d68 x86: Allow devices to write an SSDT by Simon Glass · Tue Jul 07 13:12:07 2020 -0600
  61. 3c601b1 acpi: Support ordering SSDT data by device by Simon Glass · Tue Jul 07 13:12:06 2020 -0600
  62. c7c46e8 x86: acpi: Move MADT down a bit by Simon Glass · Tue Jul 07 13:12:04 2020 -0600
  63. d43e0ba acpi: Add support for SSDT generation by Simon Glass · Tue Jul 07 13:12:03 2020 -0600
  64. dd0ed90 acpi: Support copying properties from device tree to ACPI by Simon Glass · Tue Jul 07 13:11:58 2020 -0600
  65. ebb2e83 acpi: Add a function to get a device path and scope by Simon Glass · Tue Jul 07 13:11:39 2020 -0600
  66. 1d2a334 x86: fsp: Support a warning message when DRAM init is slow by Simon Glass · Thu Jul 09 18:43:17 2020 -0600
  67. e6ad202 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME by Simon Glass · Thu Jul 09 18:43:16 2020 -0600
  68. a785185 x86: p2sb: make P2SB driver depend on P2SB uclass by Wolfgang Wallner · Wed Jul 01 13:37:24 2020 +0200
  69. f19de2f arm: dts: imx7: Fix error in coresight TPIU graph connection by Ilko Iliev · Mon Jul 13 15:25:10 2020 +0200
  70. cdd0c85 ARM: mx6: make CAAM usable on the i.MX6 boards by Heinrich Schuchardt · Fri Jun 26 19:57:55 2020 +0200
  71. c9c35a4 misc: scu_api: Add SCFW API to get the index of boot container set by Ye Li · Tue Jun 09 03:34:42 2020 -0700
  72. 8ee1907 arm: imx6q: pcm058: Convert pcm058 to use DM with DTs by Niel Fourie · Tue May 19 14:01:43 2020 +0200
  73. fc8645d arm: dts: imx6q: Add Linux dts files for Phytec Mira by Niel Fourie · Tue May 19 14:01:41 2020 +0200
  74. 85447c1 imx8m: implement armv8_el2_to_aarch32 by Peng Fan · Fri Jul 10 11:22:20 2020 +0800
  75. fa35c3d imx8m: Refactor the OPTEE memory removal by Peng Fan · Thu Jul 09 15:26:06 2020 +0800
  76. 435dc12 imx8m: disable nodes before kernel/mfgtool boot for fused part by Peng Fan · Thu Jul 09 14:06:49 2020 +0800
  77. 0513f36 imx8mn/imx8mp: override env_get_offset and env_get_location by Ye Li · Mon Jul 15 01:16:46 2019 -0700
  78. 9cf2aa3 imx8m: power down fused cores by Peng Fan · Thu Jul 09 13:52:41 2020 +0800
  79. d2d754f imx8mp: Add fused parts support by Ye Li · Mon Apr 20 20:12:54 2020 -0700
  80. a35215d imx8m: workaround ROM serror by Peng Fan · Thu Jul 09 13:39:26 2020 +0800
  81. 1dd259c imx8m: add eqos clk by Peng Fan · Thu Jul 09 13:14:20 2020 +0800
  82. c61ec9b imx8m: add sdhc/nand/ecspi clk api by Peng Fan · Thu Jul 09 11:35:15 2020 +0800
  83. e565393 imx8m: configure NoC clk by Peng Fan · Thu Jul 09 11:18:50 2020 +0800
  84. 4e36e33 imx8m: configure arm clk sources from PLL by Peng Fan · Thu Jul 09 11:06:24 2020 +0800
  85. a068997 imx: remove imx sip file by Peng Fan · Mon May 11 15:19:53 2020 +0800
  86. d2d9338 imx: bootaux: use arm_smccc_smc by Peng Fan · Mon May 11 15:15:21 2020 +0800
  87. 45d843a imx8m: soc: use arm_smccc_smc by Peng Fan · Mon May 11 15:14:04 2020 +0800
  88. 4bd5e43 imx8: misc: use arm_smccc_smc by Peng Fan · Mon May 11 15:13:34 2020 +0800
  89. 42eda3a drivers: ddr: imx Workaround for i.MX8M DDRPHY rank to rank issue by Oliver Chen · Tue Apr 21 14:48:09 2020 +0800
  90. 7957bd6 drivers: ddr: imx8mp: Add inline ECC feature support by Sherry Sun · Mon Jan 20 11:13:14 2020 +0800
  91. 35c949c arm: k3: use correct weak function name spl_board_prepare_for_linux by Patrick Delaunay · Tue Jul 07 14:25:15 2020 +0200
  92. 826927a arm: k3: Consolidate and silence k3_fit_atf.sh call by Jan Kiszka · Wed Jul 01 20:09:40 2020 +0200
  93. 388b117 arm: dts: k3-am65: Sync CPSW DT node from kernel by Vignesh Raghavendra · Mon Jul 06 13:36:56 2020 +0530
  94. 3f09ed4 arm: dts: k3-j721e: Sync CPSW DT node from kernel by Vignesh Raghavendra · Mon Jul 06 13:36:55 2020 +0530
  95. 01250d8 arm: dts: k3-am65/j721e: Sync DMA DT bindings from Kernel DT by Vignesh Raghavendra · Tue Jul 07 13:43:35 2020 +0530
  96. 191cad6 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · Sat Jul 11 17:40:00 2020 -0400
  97. 62e309e Merge tag 'uniphier-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier by Tom Rini · Sat Jul 11 11:50:49 2020 -0400
  98. e1d082e ARM: uniphier: remove NAND reset code by Masahiro Yamada · Fri Jul 10 22:31:27 2020 +0900
  99. 98b5f34 ARM: uniphier: remove sbc/ directory by Masahiro Yamada · Thu Jul 09 15:08:20 2020 +0900
  100. ed16cf0 bus: uniphier-system-bus: move hardware init from board files by Masahiro Yamada · Thu Jul 09 15:08:19 2020 +0900