Harshit Sharma has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44159 )
Change subject: soc/intel/apollolake: Select ASAN_IN_ROMSTAGE ......................................................................
soc/intel/apollolake: Select ASAN_IN_ROMSTAGE
ASan in romstage is disabled by default. So, enable it when ASan is selected.
Tested on Siemens MC-APL3
Change-Id: I2f2f965151a4ef4672f2f16979a6ad8492879aeb Signed-off-by: Harshit Sharma harshitsharmajs@gmail.com --- M src/soc/intel/apollolake/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/44159/1
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig index f837a2e..b485845 100644 --- a/src/soc/intel/apollolake/Kconfig +++ b/src/soc/intel/apollolake/Kconfig @@ -105,6 +105,7 @@ select NO_UART_ON_SUPERIO select INTEL_GMA_ACPI select INTEL_GMA_SWSMISCI + select ASAN_IN_ROMSTAGE if ASAN_IN_RAMSTAGE
config CHROMEOS select CHROMEOS_RAMOOPS_DYNAMIC