ANDROID: [GKI] Include ioremap_guard in cmdline arg

The idea is to move the 'early boot' args to built-in kernel commandline
to allow kernel to boot directly without bootloader.

Note - This is an arm64 only option. AVF uses this to enable KVM MMIO
guard functionality. It is also guarded by
kvm_arm_hyp_service_available(xx).

Bug: 247813394
Signed-off-by: Shikha Panwar <shikhapanwar@google.com>
Change-Id: I032b51b264614f5859869ee77bf34ec2b54baadc
This commit is contained in:
Shikha Panwar
2022-09-20 17:45:19 +00:00
parent 782ed2c9f9
commit 75a03dbfc8

View File

@@ -64,7 +64,7 @@ CONFIG_SETEND_EMULATION=y
CONFIG_ARM64_MPAM=y
CONFIG_RANDOMIZE_BASE=y
# CONFIG_RANDOMIZE_MODULE_REGION_FULL is not set
CONFIG_CMDLINE="console=ttynull stack_depot_disable=on cgroup_disable=pressure kasan.stacktrace=off bootconfig"
CONFIG_CMDLINE="console=ttynull stack_depot_disable=on cgroup_disable=pressure kasan.stacktrace=off bootconfig ioremap_guard"
CONFIG_CMDLINE_EXTEND=y
# CONFIG_DMI is not set
CONFIG_PM_WAKELOCKS=y