diff options
author | Lee Leahy <leroy.p.leahy@intel.com> | 2017-06-19 10:57:39 -0700 |
---|---|---|
committer | Lee Leahy <leroy.p.leahy@intel.com> | 2017-06-20 18:10:47 +0200 |
commit | 0cae6e9e5d1be31daf80894dbf5f01880c786bbb (patch) | |
tree | fbf67a4c350efa13870a450be5427d4081a2c7bb /configs/config.intel_galileo_gen2.debug | |
parent | eacda2eb8311c3cf301ec80f12b02ed90636282c (diff) |
configs: Add intel/galileo test configurations
Add Quark/Galileo configurations to build various test code:
* Galileo Gen1
* Galileo Gen2
* Galileo Gen2 + Quark debugging code
* Galileo Gen2 + FSP 1.1 debugging code
* Galileo Gen2 + FSP 2.0 debugging code
* Galileo Gen2 + SD debugging code
* Galileo Gen2 + vboot
TEST=Build for Galileo Gen1/Gen2
Change-Id: I04358fd9f6a0958b10dad3e01690b0d47e738684
Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com>
Reviewed-on: https://review.coreboot.org/20272
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'configs/config.intel_galileo_gen2.debug')
-rw-r--r-- | configs/config.intel_galileo_gen2.debug | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/config.intel_galileo_gen2.debug b/configs/config.intel_galileo_gen2.debug new file mode 100644 index 0000000000..ceea7d0af7 --- /dev/null +++ b/configs/config.intel_galileo_gen2.debug @@ -0,0 +1,14 @@ +CONFIG_COLLECT_TIMESTAMPS=y +CONFIG_VENDOR_INTEL=y +CONFIG_BOARD_INTEL_GALILEO=y +# CONFIG_FSP_DEBUG_ALL is not set +CONFIG_DISPLAY_MTRRS=y +CONFIG_DISPLAY_SMM_MEMORY_MAP=y +CONFIG_DISPLAY_ESRAM_LAYOUT=y +CONFIG_BOOTBLOCK_NORMAL=y +CONFIG_ON_DEVICE_ROM_LOAD=y +CONFIG_VERIFY_HOBS=y +# CONFIG_DRIVERS_INTEL_WIFI is not set +CONFIG_BOOTBLOCK_CONSOLE=y +CONFIG_POSTCAR_CONSOLE=y +CONFIG_CONSOLE_SERIAL_921600=y |