Harshit Sharma has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44259 )
Change subject: arch/x86: Select HAVE_ASAN_IN_RAMSTAGE ......................................................................
arch/x86: Select HAVE_ASAN_IN_RAMSTAGE
Enable ASan in ramstage for all x86 platforms.
Change-Id: Id5b3dc18368a5da6bdc70c84527b95d1688dc19f Signed-off-by: Harshit Sharma harshitsharmajs@gmail.com --- M src/arch/x86/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/44259/1
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 660ff2d..d906436 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -4,6 +4,7 @@ bool select PCI select RELOCATABLE_MODULES + select HAVE_ASAN_IN_RAMSTAGE
# stage selectors for x86