diff options
author | Sean Rhodes <sean@starlabs.systems> | 2023-05-23 14:15:33 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-08-16 15:23:46 +0000 |
commit | 9df40bef7a17cc7e8c76c63a5572c4375814f51f (patch) | |
tree | 0ca4aa4be2ccf7a539d5445bfb203a4431b26166 | |
parent | 9a04ec6c9f4973ae214bd073531bd82e923a79b3 (diff) |
configs: Add starlabs/starbook/adl
Add a limited config for starbook/adl so that Jenkins will build
test it, and specifically, ramtop.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Idcfa45532835a6d89b167fa498b5023b62db0f0a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75386
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | configs/config.starlabs_starbook_adl_option_table | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/config.starlabs_starbook_adl_option_table b/configs/config.starlabs_starbook_adl_option_table new file mode 100644 index 0000000000..56211266a1 --- /dev/null +++ b/configs/config.starlabs_starbook_adl_option_table @@ -0,0 +1,8 @@ +CONFIG_VENDOR_STARLABS=y +CONFIG_BOARD_STARLABS_STARBOOK_ADL=y +CONFIG_MAINBOARD_SERIAL_NUMBER="B6I0000" +CONFIG_USE_OPTION_TABLE=y +CONFIG_LOCALVERSION="8.42" +CONFIG_MAINBOARD_USE_LIBGFXINIT=n +CONFIG_SMMSTORE=y +CONFIG_SMMSTORE_V2=y |