summaryrefslogtreecommitdiff
path: root/resources/coreboot/veyron/board.cfg
diff options
context:
space:
mode:
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>2022-08-28 16:57:44 +0300
committerAlper Nebi Yasak <alpernebiyasak@gmail.com>2022-08-29 12:09:57 +0300
commit2ed1111d83bc8a75dfde774c253db1c71baa4ce5 (patch)
tree4dd52215fcffff2df473e048ff742f132b1f6645 /resources/coreboot/veyron/board.cfg
parentfa5535660bf6d1ec4ba3709254ecc68dbf4ed084 (diff)
coreboot: Add veyron speedy chromebook configs
This adds coreboot configuration for the ASUS Chromebook C201PA, which is based on the "google/veyron" mainboard in upstream coreboot. Also adds a shared "veyron" board directory to share with others having the same baseboard. The config is based on the following defconfig: # CONFIG_USE_BLOBS is not set CONFIG_VENDOR_GOOGLE=y CONFIG_CBFS_SIZE=0x400000 CONFIG_BOARD_GOOGLE_VEYRON_SPEEDY=y CONFIG_CONSOLE_CBMEM_BUFFER_SIZE=0x20000 CONFIG_UART_PCI_ADDR=0x0 CONFIG_I2C_TRANSFER_TIMEOUT_US=500000 Untested since I don't have the veyron speedy chromebook. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'resources/coreboot/veyron/board.cfg')
-rw-r--r--resources/coreboot/veyron/board.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/coreboot/veyron/board.cfg b/resources/coreboot/veyron/board.cfg
new file mode 100644
index 00000000..59f8600e
--- /dev/null
+++ b/resources/coreboot/veyron/board.cfg
@@ -0,0 +1,4 @@
+cbtree="veyron"
+cbrevision="8da4bfe5b573f395057fbfb5a9d99b376e25c2a4" # 4.17
+romtype="normal"
+arch="ARMv7"