diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-08-26 12:52:12 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-12-20 17:51:52 +0000 |
commit | 57af68fec90bb44449e33066d641dd5f2108b83e (patch) | |
tree | fb4cb76a6a9e7f739f9d7086d8a37cdee27928e1 | |
parent | aff245772386a0a1d46265e6c7ed97a25c8da077 (diff) |
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57168
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Justin van Son <justin.van.son@prodrive-technologies.com>
-rw-r--r-- | configs/config.prodrive_hermes | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/config.prodrive_hermes b/configs/config.prodrive_hermes new file mode 100644 index 0000000000..34556cc3be --- /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" |