diff options
author | Lee Leahy <leroy.p.leahy@intel.com> | 2017-06-20 14:34:58 -0700 |
---|---|---|
committer | Lee Leahy <leroy.p.leahy@intel.com> | 2017-06-26 15:32:17 +0000 |
commit | 82890928d335023d50d8428b2f147baec99aed55 (patch) | |
tree | 46c254820a24293a44b19c43b2e6c07e4bc0316e /payloads | |
parent | f2a2db3a42ce8f6a5a08d2d4172d2457bc0a1683 (diff) | |
download | coreboot-82890928d335023d50d8428b2f147baec99aed55.tar.gz coreboot-82890928d335023d50d8428b2f147baec99aed55.tar.bz2 coreboot-82890928d335023d50d8428b2f147baec99aed55.zip |
libpayload/configs: Add configuration for Galileo
Add the default configuration file for the Galileo board. The Quark SOC
requires building libpayload with march=i586.
TEST=Build and run on Galileo Gen2
Change-Id: Ifd4b533feacbab6f0d357e13d8cebb64bc1c18c6
Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com>
Reviewed-on: https://review.coreboot.org/20323
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'payloads')
-rw-r--r-- | payloads/libpayload/configs/config.galileo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/payloads/libpayload/configs/config.galileo b/payloads/libpayload/configs/config.galileo new file mode 100644 index 000000000000..76077e96f429 --- /dev/null +++ b/payloads/libpayload/configs/config.galileo @@ -0,0 +1,6 @@ +CONFIG_LP_CHROMEOS=y +CONFIG_LP_ARCH_X86=y +CONFIG_LP_USE_MARCH_586=y +CONFIG_LP_8250_SERIAL_CONSOLE=y +CONFIG_LP_USB_OHCI=y +CONFIG_LP_USB_EHCI=y |