From 57af68fec90bb44449e33066d641dd5f2108b83e Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 26 Aug 2021 12:52:12 +0200 Subject: configs: Add config for Prodrive Hermes Build-test the configuration Prodrive uses to build coreboot for their Hermes mainboard. Change-Id: I62e79d3143851bf14dfdbe70e60c60f13dd06c3f Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/57168 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Justin van Son --- configs/config.prodrive_hermes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 configs/config.prodrive_hermes (limited to 'configs/config.prodrive_hermes') diff --git a/configs/config.prodrive_hermes b/configs/config.prodrive_hermes new file mode 100644 index 000000000000..34556cc3be25 --- /dev/null +++ b/configs/config.prodrive_hermes @@ -0,0 +1,13 @@ +# Settings used by Prodrive to build coreboot for the Hermes +CONFIG_VENDOR_PRODRIVE=y +CONFIG_BOARD_PRODRIVE_HERMES=y +CONFIG_MAINBOARD_SMBIOS_MANUFACTURER="Prodrive Techonologies B.V." +CONFIG_POST_IO=y +CONFIG_USE_LEGACY_8254_TIMER=y +CONFIG_HERMES_USES_SPS_FIRMWARE=y +CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y +CONFIG_SMMSTORE=y +CONFIG_SMMSTORE_V2=y +CONFIG_DEFAULT_CONSOLE_LOGLEVEL_3=y +CONFIG_POST_DEVICE_LPC=y +CONFIG_MAINBOARD_SERIAL_NUMBER="N/A" -- cgit v1.2.3