Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56108 )
Change subject: configs: Add config file for Prodrive Hermes ......................................................................
configs: Add config file for Prodrive Hermes
Add a config file to build test the options Prodrive uses to build coreboot for their Hermes mainboard. This file can also be used as a base to automatically build complete coreboot images.
Change-Id: I69ec088bf083c213b9165f948dd9cdd9fc29b660 Signed-off-by: Angel Pons th3fanbus@gmail.com --- A configs/config.prodrive_hermes 1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/56108/1
diff --git a/configs/config.prodrive_hermes b/configs/config.prodrive_hermes new file mode 100644 index 0000000..6eba6e3 --- /dev/null +++ b/configs/config.prodrive_hermes @@ -0,0 +1,17 @@ +CONFIG_TSEG_STAGE_CACHE=y +CONFIG_VENDOR_PRODRIVE=y +CONFIG_MAINBOARD_SMBIOS_MANUFACTURER="Prodrive Technologies B.V." +CONFIG_POST_IO=y +# CONFIG_CONSOLE_POST is not set +# CONFIG_POST_DEVICE is not set +CONFIG_USE_LEGACY_8254_TIMER=y +CONFIG_HERMES_USES_SPS_FIRMWARE=y +CONFIG_PCIEXP_L1_SUB_STATE=y +CONFIG_PCIEXP_CLK_PM=y +CONFIG_GENERIC_LINEAR_FRAMEBUFFER=y +CONFIG_SMMSTORE=y +CONFIG_SMMSTORE_V2=y +# CONFIG_BOOTBLOCK_CONSOLE is not set +# CONFIG_POSTCAR_CONSOLE is not set +CONFIG_DEFAULT_CONSOLE_LOGLEVEL_3=y +CONFIG_MAINBOARD_SERIAL_NUMBER="N/A"