summaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorHarshit Sharma <harshitsharmajs@gmail.com>2020-08-04 00:06:48 -0700
committerPatrick Georgi <pgeorgi@google.com>2020-08-21 07:44:51 +0000
commitd196e04e22878afa4e67a6b336bdb4f597327f7e (patch)
tree75f292ac3cf3defd82dd8f60fd78dfdae5586708 /src/cpu
parent65bec1c996269faa8a7684802638da55381308fd (diff)
downloadcoreboot-d196e04e22878afa4e67a6b336bdb4f597327f7e.tar.xz
cpu/intel/haswell: Select HAVE_ASAN_IN_ROMSTAGE
Enable ASan in romstage for haswell as it has been tested on Lenovo ThinkPad T440P. Change-Id: I6eae242c71f41c9159658ae68d61b4036ad42d42 Signed-off-by: Harshit Sharma <harshitsharmajs@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44160 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/intel/haswell/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/haswell/Kconfig b/src/cpu/intel/haswell/Kconfig
index 18fc3920e0..fe0b9a7e68 100644
--- a/src/cpu/intel/haswell/Kconfig
+++ b/src/cpu/intel/haswell/Kconfig
@@ -21,6 +21,7 @@ config CPU_SPECIFIC_OPTIONS
select PARALLEL_MP
select CPU_INTEL_COMMON
select CPU_INTEL_COMMON_TIMEBASE
+ select HAVE_ASAN_IN_ROMSTAGE
config SMM_TSEG_SIZE
hex