From 37ab282b3619012d9c97aaac03fd82aa8b3d3bac Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Tue, 30 Oct 2018 00:36:19 -0400 Subject: Create 4MiB Coreboot config/target for Veyron Mickey 4MiB flash is the default for this board. A 16MiB config is not included (yet) as I was unable to find a teardown of this device (Asus Chromebit CS10) online to be sure that reassembly is possible. Also, corebootfb is the only display mode available for this board; as such, inclusion of the corebootfb subtarget serves only to explicitly indicate the display mode when packaging ROMs upon release. Veyron Mickey Coreboot ROMs can be built with, e.g.: './libreboot build coreboot veyron mickey corebootfb 4mb' --- projects/coreboot/configs/veyron/mickey/corebootfb/4mb/config | 4 ++++ projects/coreboot/configs/veyron/mickey/corebootfb/targets | 1 + 2 files changed, 5 insertions(+) create mode 100644 projects/coreboot/configs/veyron/mickey/corebootfb/4mb/config create mode 100644 projects/coreboot/configs/veyron/mickey/corebootfb/targets (limited to 'projects/coreboot/configs/veyron/mickey/corebootfb') diff --git a/projects/coreboot/configs/veyron/mickey/corebootfb/4mb/config b/projects/coreboot/configs/veyron/mickey/corebootfb/4mb/config new file mode 100644 index 00000000..f8445518 --- /dev/null +++ b/projects/coreboot/configs/veyron/mickey/corebootfb/4mb/config @@ -0,0 +1,4 @@ +CONFIG_CBFS_SIZE=0x400000 +CONFIG_COREBOOT_ROMSIZE_KB_4096=y +CONFIG_COREBOOT_ROMSIZE_KB=4096 +CONFIG_ROM_SIZE=0x400000 diff --git a/projects/coreboot/configs/veyron/mickey/corebootfb/targets b/projects/coreboot/configs/veyron/mickey/corebootfb/targets new file mode 100644 index 00000000..50d4bf27 --- /dev/null +++ b/projects/coreboot/configs/veyron/mickey/corebootfb/targets @@ -0,0 +1 @@ +4mb -- cgit v1.2.3-70-g09d2 From 8acbf2f5b25d43ab8a6619e1d30a41cd68d04a41 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Tue, 30 Oct 2018 00:39:31 -0400 Subject: Create Coreboot Depthcharge target for Veyron Mickey Veyron Mickey ROMs are built with Depthcharge as the default payload, e.g.: './libreboot build coreboot veyron mickey corebootfb 4mb depthcharge' --- .../coreboot/configs/veyron/mickey/corebootfb/4mb/depthcharge/config | 1 + projects/coreboot/configs/veyron/mickey/corebootfb/4mb/targets | 1 + 2 files changed, 2 insertions(+) create mode 100644 projects/coreboot/configs/veyron/mickey/corebootfb/4mb/depthcharge/config create mode 100644 projects/coreboot/configs/veyron/mickey/corebootfb/4mb/targets (limited to 'projects/coreboot/configs/veyron/mickey/corebootfb') diff --git a/projects/coreboot/configs/veyron/mickey/corebootfb/4mb/depthcharge/config b/projects/coreboot/configs/veyron/mickey/corebootfb/4mb/depthcharge/config new file mode 100644 index 00000000..e27c1a5b --- /dev/null +++ b/projects/coreboot/configs/veyron/mickey/corebootfb/4mb/depthcharge/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-veyron-mickey/depthcharge.elf" diff --git a/projects/coreboot/configs/veyron/mickey/corebootfb/4mb/targets b/projects/coreboot/configs/veyron/mickey/corebootfb/4mb/targets new file mode 100644 index 00000000..d7e90413 --- /dev/null +++ b/projects/coreboot/configs/veyron/mickey/corebootfb/4mb/targets @@ -0,0 +1 @@ +depthcharge -- cgit v1.2.3-70-g09d2