Sean Rhodes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/58429 )
Change subject: configs: Add config file for LabTop Mk IV ......................................................................
configs: Add config file for LabTop Mk IV
Add a minimal config file that doesn't include Descriptor and CSME blobs so that they can be built by Mr Jenkins.
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: I500396064fb8fff1bed2f75646a5ff35e9e19258 --- A configs/config.starlabs_labtop_cml_nb 1 file changed, 16 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/58429/1
diff --git a/configs/config.starlabs_labtop_cml_nb b/configs/config.starlabs_labtop_cml_nb new file mode 100644 index 0000000..6a4545e --- /dev/null +++ b/configs/config.starlabs_labtop_cml_nb @@ -0,0 +1,16 @@ +# VENDOR # +CONFIG_VENDOR_STARLABS=y +# BOARD # +CONFIG_BOARD_STARLABS_LABTOP_CML=y +CONFIG_EC_STARLABS_IT_BIN=y +CONFIG_MAINBOARD_SERIAL_NUMBER="L400000" +# STANDARD # +CONFIG_SMMSTORE=y +CONFIG_SMMSTORE_V2=y +CONFIG_USE_OPTION_TABLE=y +# PAYLOAD # +CONFIG_PAYLOAD_TIANOCORE=y +CONFIG_TIANOCORE_UEFIPAYLOAD=y +CONFIG_TIANOCORE_BOOTSPLASH_IMAGE=y +CONFIG_TIANOCORE_REVISION_ID="origin/uefipayload_202107" +CONFIG_TIANOCORE_BOOT_TIMEOUT=1