Julien Viard de Galbert has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47341 )
Change subject: configs: Add a sample config for scaleway tagada ......................................................................
configs: Add a sample config for scaleway tagada
Signed-off-by: Julien Viard de Galbert julien@vdg.name Change-Id: I39fd9aabe7285d39e1883622ee9d6a60c6651b6e --- A configs/config.scaleway_tagada 1 file changed, 14 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/47341/1
diff --git a/configs/config.scaleway_tagada b/configs/config.scaleway_tagada new file mode 100644 index 0000000..1ec73c4 --- /dev/null +++ b/configs/config.scaleway_tagada @@ -0,0 +1,14 @@ +CONFIG_VENDOR_SCALEWAY=y +CONFIG_CBFS_SIZE=0x400000 +CONFIG_CONSOLE_POST=y +# CONFIG_DRIVERS_INTEL_WIFI is not set +# CONFIG_IQAT_ENABLE is not set +CONFIG_ENABLE_HSUART=y +CONFIG_USE_DENVERTON_NS_FSP_CAR=y +CONFIG_SPI_FLASH_NO_FAST_READ=y +CONFIG_PAYLOAD_ELF=y +CONFIG_PAYLOAD_FILE="UEFIPAYLOAD.fd" +CONFIG_DISPLAY_FSP_CALLS_AND_STATUS=y +CONFIG_DISPLAY_FSP_HEADER=y +CONFIG_DEBUG_CBFS=y +CONFIG_DEBUG_BOOT_STATE=y