Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43604 )
Change subject: lib: Add ASan support to romstage on x86 arch ......................................................................
Patch Set 10:
(1 comment)
https://review.coreboot.org/c/coreboot/+/43604/1/src/arch/x86/assembly_entry... File src/arch/x86/assembly_entry.S:
https://review.coreboot.org/c/coreboot/+/43604/1/src/arch/x86/assembly_entry... PS1, Line 52: #if CONFIG(ASAN)
I guess we should rather use a new Kconfig switch to enable Asan in romstage since we most likely wi […]
Done