From 3b8ddee47fe2b20ad73bfe79bedc6a8e22403388 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 19 Feb 2021 10:53:00 +0100 Subject: [PATCH] configs/config.asrock_b85m_pro4...: Build-test ASan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This build-tests ASan support for both romstage and ramstage, because the Haswell northbridge selects the HAVE_ASAN_IN_ROMSTAGE option. x86 Kconfig selects the HAVE_ASAN_IN_RAMSTAGE option, and Haswell is x86. Change-Id: I892881d2315c09aa6d9d80903a8399d0f4d648e4 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/50903 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Arthur Heymans Reviewed-by: Kyösti Mälkki Reviewed-by: Harshit Sharma Reviewed-by: Tim Wawrzynczak --- ...fig.asrock_b85m_pro4.debug_smmstore_hotplug_gcov_ubsan_em100 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/config.asrock_b85m_pro4.debug_smmstore_hotplug_gcov_ubsan_em100 b/configs/config.asrock_b85m_pro4.debug_smmstore_hotplug_gcov_ubsan_em100 index 563f83ac5e..0d6a744500 100644 --- a/configs/config.asrock_b85m_pro4.debug_smmstore_hotplug_gcov_ubsan_em100 +++ b/configs/config.asrock_b85m_pro4.debug_smmstore_hotplug_gcov_ubsan_em100 @@ -3,6 +3,7 @@ # the future, then this config can be split into several smaller chunks. # Exercises, among other things: # + Code coverage +# + ASAN # + UBSAN # + Debug options # + SMMSTORE @@ -11,6 +12,7 @@ # + EM100 support # + SMM module loader V2 CONFIG_COVERAGE=y +CONFIG_ASAN=y CONFIG_UBSAN=y CONFIG_VENDOR_ASROCK=y CONFIG_ONBOARD_VGA_IS_PRIMARY=y