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_gen1 | |
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_gen1')
-rw-r--r-- | configs/config.intel_galileo_gen1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/config.intel_galileo_gen1 b/configs/config.intel_galileo_gen1 new file mode 100644 index 0000000000..27552a63b3 --- /dev/null +++ b/configs/config.intel_galileo_gen1 @@ -0,0 +1,10 @@ +CONFIG_COLLECT_TIMESTAMPS=y +CONFIG_VENDOR_INTEL=y +CONFIG_BOARD_INTEL_GALILEO=y +# CONFIG_GALILEO_GEN2 is not set +# CONFIG_FSP_DEBUG_ALL is not set +# CONFIG_ENABLE_SD_TESTING is not set +CONFIG_BOOTBLOCK_NORMAL=y +CONFIG_ON_DEVICE_ROM_LOAD=y +# CONFIG_DRIVERS_INTEL_WIFI is not set +CONFIG_CONSOLE_SERIAL_460800=y |