summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorJulien Viard de Galbert <julien@vdg.name>2020-11-07 23:41:59 +0100
committerAngel Pons <th3fanbus@gmail.com>2020-11-20 00:45:37 +0000
commita56e4672873b4ad52c5e0459febbc7075433cec5 (patch)
tree65510b470e788a7a4fd6e51c074c6639064980f6 /configs
parentc660600e420a3fe2fb41387d332403933d6dfe8a (diff)
downloadcoreboot-a56e4672873b4ad52c5e0459febbc7075433cec5.tar.gz
coreboot-a56e4672873b4ad52c5e0459febbc7075433cec5.tar.bz2
coreboot-a56e4672873b4ad52c5e0459febbc7075433cec5.zip
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/config.scaleway_tagada15
1 files changed, 15 insertions, 0 deletions
diff --git a/configs/config.scaleway_tagada b/configs/config.scaleway_tagada
new file mode 100644
index 000000000000..eaa428831b25
--- /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