From ae3bb50a6c0075f9c1ac432ae101011446096aad Mon Sep 17 00:00:00 2001 From: Hollis Blanchard Date: Fri, 7 Oct 2016 15:45:04 -0700 Subject: boot-wrapper-aarch64: Allow users to select the PSCI SMP boot method Signed-off-by: Hollis Blanchard [Thomas: - remove "default n" - pass explicit --disable-psci] Signed-off-by: Thomas Petazzoni --- boot/boot-wrapper-aarch64/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'boot/boot-wrapper-aarch64/Config.in') diff --git a/boot/boot-wrapper-aarch64/Config.in b/boot/boot-wrapper-aarch64/Config.in index c4e63e23d..73d790fed 100644 --- a/boot/boot-wrapper-aarch64/Config.in +++ b/boot/boot-wrapper-aarch64/Config.in @@ -32,4 +32,10 @@ config BR2_TARGET_BOOT_WRAPPER_AARCH64_BOOTARGS Kernel bootargs to embed inside the image generated by the boot wrapper. +config BR2_TARGET_BOOT_WRAPPER_AARCH64_PSCI + bool "Boot secondary SMP cores using PSCI" + help + Boot secondary SMP cores using PSCI firmware calls. If + disabled, the spin-table method is used instead. + endif -- cgit v1.2.3