mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 19:56:35 +00:00
boot/boot-wrapper-aarch64: add gicv3 support
This patch adds support for GICv3 (such as GIC-500). Signed-off-by: Jan Kotas <jank@cadence.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
a294a343a2
commit
95ed1429e6
@ -38,4 +38,9 @@ config BR2_TARGET_BOOT_WRAPPER_AARCH64_PSCI
|
|||||||
Boot secondary SMP cores using PSCI firmware calls. If
|
Boot secondary SMP cores using PSCI firmware calls. If
|
||||||
disabled, the spin-table method is used instead.
|
disabled, the spin-table method is used instead.
|
||||||
|
|
||||||
|
config BR2_TARGET_BOOT_WRAPPER_AARCH64_GICV3
|
||||||
|
bool "Enable GICv3 instead of GICv2"
|
||||||
|
help
|
||||||
|
Boot using GICv3 instead of GICv2.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -28,6 +28,10 @@ else
|
|||||||
BOOT_WRAPPER_AARCH64_CONF_OPTS += --disable-psci
|
BOOT_WRAPPER_AARCH64_CONF_OPTS += --disable-psci
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_TARGET_BOOT_WRAPPER_AARCH64_GICV3),y)
|
||||||
|
BOOT_WRAPPER_AARCH64_CONF_OPTS += --enable-gicv3
|
||||||
|
endif
|
||||||
|
|
||||||
# We need to convince the configure script that the Linux kernel tree
|
# We need to convince the configure script that the Linux kernel tree
|
||||||
# exists, as well as the DTB and the kernel Image. Even though those
|
# exists, as well as the DTB and the kernel Image. Even though those
|
||||||
# are available on the build machine, the configure script uses
|
# are available on the build machine, the configure script uses
|
||||||
|
Loading…
x
Reference in New Issue
Block a user