Angel Pons has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/47341 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com --- A configs/config.scaleway_tagada 1 file changed, 15 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/configs/config.scaleway_tagada b/configs/config.scaleway_tagada new file mode 100644 index 0000000..eaa4288 --- /dev/null +++ b/configs/config.scaleway_tagada @@ -0,0 +1,15 @@ +CONFIG_VENDOR_SCALEWAY=y +CONFIG_BOARD_SCALEWAY_TAGADA=y +CONFIG_CBFS_SIZE=0x400000 +CONFIG_CONSOLE_POST=y +# CONFIG_DRIVERS_INTEL_WIFI is not set +# CONFIG_IQAT_ENABLE is not set +CONFIG_LEGACY_UART_MODE=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