git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac0c1fd
)
arm: socfpga: Disable "spin-table" method for booting Linux
author
Chee Hong Ang
<chee.hong.ang@intel.com>
Thu, 24 Dec 2020 10:20:59 +0000
(18:20 +0800)
committer
Ley Foon Tan
<ley.foon.tan@intel.com>
Fri, 15 Jan 2021 09:48:35 +0000
(17:48 +0800)
Standard PSCI function "CPU_ON" provided by ATF is now used
by Linux kernel to bring up the secondary CPUs to enable SMP
booting in Linux on SoC 64bits platform.
Signed-off-by: Chee Hong Ang <chee.hong.ang@intel.com>
arch/arm/mach-socfpga/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-socfpga/Kconfig
b/arch/arm/mach-socfpga/Kconfig
index
26f2cf8
..
01f5a1f
100644
(file)
--- a/
arch/arm/mach-socfpga/Kconfig
+++ b/
arch/arm/mach-socfpga/Kconfig
@@
-33,7
+33,6
@@
config TARGET_SOCFPGA_AGILEX
bool
select ARMV8_MULTIENTRY
select ARMV8_SET_SMPEN
- select ARMV8_SPIN_TABLE
select CLK
select FPGA_INTEL_SDM_MAILBOX
select NCORE_CACHE
@@
-79,7
+78,6
@@
config TARGET_SOCFPGA_STRATIX10
bool
select ARMV8_MULTIENTRY
select ARMV8_SET_SMPEN
- select ARMV8_SPIN_TABLE
select FPGA_INTEL_SDM_MAILBOX
choice