diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-02-19 10:53:00 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-22 07:33:11 +0000 |
commit | 3b8ddee47fe2b20ad73bfe79bedc6a8e22403388 (patch) | |
tree | fdd0245a2915efe56779824d22f5e633e08cdb4b | |
parent | cf0cd6503866f529a6573e7374c3f96d70d9ec38 (diff) |
configs/config.asrock_b85m_pro4...: Build-test ASan
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50903
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Harshit Sharma <harshitsharmajs@gmail.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
-rw-r--r-- | configs/config.asrock_b85m_pro4.debug_smmstore_hotplug_gcov_ubsan_em100 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |