From 8448a05f3883c2f056b20cec257e3c9f3a5d1518 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 14 Jan 2019 22:22:46 -0500 Subject: Restructure Veyron Minnie coreboot target directories The intent is to create a simple rule of thumb where arguments are given beginning with those that relate to the device's physical attributes, such as flash chip size, continuing with arguments on how to use the hardware (e.g. display mode), and ending with anything else. --- projects/coreboot/configs/veyron/minnie/16mb/config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 projects/coreboot/configs/veyron/minnie/16mb/config (limited to 'projects/coreboot/configs/veyron/minnie/16mb/config') diff --git a/projects/coreboot/configs/veyron/minnie/16mb/config b/projects/coreboot/configs/veyron/minnie/16mb/config new file mode 100644 index 00000000..d3e3b7aa --- /dev/null +++ b/projects/coreboot/configs/veyron/minnie/16mb/config @@ -0,0 +1,5 @@ +CONFIG_CBFS_SIZE=0x1000000 +CONFIG_COREBOOT_ROMSIZE_KB_4096=n +CONFIG_COREBOOT_ROMSIZE_KB_16384=y +CONFIG_COREBOOT_ROMSIZE_KB=16384 +CONFIG_ROM_SIZE=0x1000000 -- cgit v1.2.3-70-g09d2