mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 15:57:19 +00:00
meta-arm-bsp: Remove Xen specifics
Remove all variables, settings and operations specific to Xen from meta-arm-bsp. These implementations will be added later in another separate layer. Change-Id: I971a6898f985f5ec7264da5ad5e4b6436067e3dd Issue-Id: SCM-769 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
-5
@@ -9,8 +9,3 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
||||
|
||||
CONFIG_CPU_IDLE=y
|
||||
CONFIG_ARM_CPUIDLE=y
|
||||
|
||||
# We need to turn off SVE support in the Linux kernel otherwise Xen is stopping
|
||||
# Linux kernel with a coredump while trying to access ZEN bit of CPACR1 core
|
||||
# register.
|
||||
# CONFIG_ARM64_SVE is not set
|
||||
|
||||
-5
@@ -21,8 +21,3 @@ CONFIG_MFD_VEXPRESS_SYSREG=y
|
||||
# Turn off RAID to speed up boot
|
||||
CONFIG_MD=n
|
||||
CONFIG_BTRFS_FS=n
|
||||
|
||||
# We need to turn off SVE support in the Linux kernel otherwise Xen is stopping
|
||||
# Linux kernel with a coredump while trying to access ZEN bit of CPACR1 core
|
||||
# register.
|
||||
# CONFIG_ARM64_SVE is not set
|
||||
|
||||
Reference in New Issue
Block a user