On Sat, 27 Jul 2024 at 01:20, Patrick Rudolph <[email protected]> wrote: > > On FDT platforms the APs are brought out of reset using the spin-table > as defined in the DT. On ACPI enabled platforms there's no FDT, thus > enable the ARMV8_MULTIENTRY to use the ACPI parking protocol instead. > > TEST: - Aps enter U-Boot when run on qemu-system-aarch64 -machine raspi4b > - APs on real hardware do not enter U-Boot! To be investigated. > > Signed-off-by: Patrick Rudolph <[email protected]> > Cc: Matthias Brugger <[email protected]> > Cc: Peter Robinson <[email protected]> > Cc: Tom Rini <[email protected]> > --- > arch/arm/mach-bcm283x/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) >
Reviewed-by: Simon Glass <[email protected]>

