From a4cf49a3c73a8d44319b547c27c72c47e761a6da Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 14 Jan 2019 21:48:49 -0500 Subject: Restructure Nyan Big 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/nyan/big/16mb/config | 5 +++++ .../coreboot/configs/nyan/big/16mb/corebootfb/depthcharge/config | 1 + projects/coreboot/configs/nyan/big/16mb/corebootfb/targets | 1 + projects/coreboot/configs/nyan/big/16mb/targets | 1 + 4 files changed, 8 insertions(+) create mode 100644 projects/coreboot/configs/nyan/big/16mb/config create mode 100644 projects/coreboot/configs/nyan/big/16mb/corebootfb/depthcharge/config create mode 100644 projects/coreboot/configs/nyan/big/16mb/corebootfb/targets create mode 100644 projects/coreboot/configs/nyan/big/16mb/targets (limited to 'projects/coreboot/configs/nyan/big/16mb') diff --git a/projects/coreboot/configs/nyan/big/16mb/config b/projects/coreboot/configs/nyan/big/16mb/config new file mode 100644 index 00000000..d3e3b7aa --- /dev/null +++ b/projects/coreboot/configs/nyan/big/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 diff --git a/projects/coreboot/configs/nyan/big/16mb/corebootfb/depthcharge/config b/projects/coreboot/configs/nyan/big/16mb/corebootfb/depthcharge/config new file mode 100644 index 00000000..4fb44ffa --- /dev/null +++ b/projects/coreboot/configs/nyan/big/16mb/corebootfb/depthcharge/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-nyan-big/depthcharge.elf" diff --git a/projects/coreboot/configs/nyan/big/16mb/corebootfb/targets b/projects/coreboot/configs/nyan/big/16mb/corebootfb/targets new file mode 100644 index 00000000..d7e90413 --- /dev/null +++ b/projects/coreboot/configs/nyan/big/16mb/corebootfb/targets @@ -0,0 +1 @@ +depthcharge diff --git a/projects/coreboot/configs/nyan/big/16mb/targets b/projects/coreboot/configs/nyan/big/16mb/targets new file mode 100644 index 00000000..ffc50041 --- /dev/null +++ b/projects/coreboot/configs/nyan/big/16mb/targets @@ -0,0 +1 @@ +corebootfb -- cgit v1.2.3-70-g09d2