From dc3f35d53bb8188adf6c0376ece19b051f3ed79c Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 29 Oct 2018 22:07:59 -0400 Subject: Add targets file for Nyan Depthcharge target Necessary to build Depthcharge for Nyan Big and Nyan Blaze with their respective defconfig. --- projects/depthcharge/configs/nyan/targets | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 projects/depthcharge/configs/nyan/targets (limited to 'projects') diff --git a/projects/depthcharge/configs/nyan/targets b/projects/depthcharge/configs/nyan/targets new file mode 100644 index 00000000..419aafc5 --- /dev/null +++ b/projects/depthcharge/configs/nyan/targets @@ -0,0 +1,2 @@ +big +blaze -- cgit v1.2.3-70-g09d2 From 95fec697e466f82a272195e69611fe5f1e13e3f7 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 29 Oct 2018 21:44:44 -0400 Subject: Create 4,16MiB Coreboot configs/targets for Nyan Big 4MiB flash is the default for this board. A 16MiB config is included for those looking to modify their board with a larger flash chip. 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. Nyan Big Coreboot ROMs can be built with, e.g.: './libreboot build coreboot nyan big corebootfb 4mb' --- projects/coreboot/configs/nyan/big/corebootfb/16mb/config | 5 +++++ projects/coreboot/configs/nyan/big/corebootfb/4mb/config | 4 ++++ projects/coreboot/configs/nyan/big/corebootfb/targets | 2 ++ projects/coreboot/configs/nyan/big/targets | 1 + 4 files changed, 12 insertions(+) create mode 100644 projects/coreboot/configs/nyan/big/corebootfb/16mb/config create mode 100644 projects/coreboot/configs/nyan/big/corebootfb/4mb/config create mode 100644 projects/coreboot/configs/nyan/big/corebootfb/targets create mode 100644 projects/coreboot/configs/nyan/big/targets (limited to 'projects') diff --git a/projects/coreboot/configs/nyan/big/corebootfb/16mb/config b/projects/coreboot/configs/nyan/big/corebootfb/16mb/config new file mode 100644 index 00000000..d3e3b7aa --- /dev/null +++ b/projects/coreboot/configs/nyan/big/corebootfb/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/corebootfb/4mb/config b/projects/coreboot/configs/nyan/big/corebootfb/4mb/config new file mode 100644 index 00000000..f8445518 --- /dev/null +++ b/projects/coreboot/configs/nyan/big/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/nyan/big/corebootfb/targets b/projects/coreboot/configs/nyan/big/corebootfb/targets new file mode 100644 index 00000000..0169dcf0 --- /dev/null +++ b/projects/coreboot/configs/nyan/big/corebootfb/targets @@ -0,0 +1,2 @@ +16mb +4mb diff --git a/projects/coreboot/configs/nyan/big/targets b/projects/coreboot/configs/nyan/big/targets new file mode 100644 index 00000000..ffc50041 --- /dev/null +++ b/projects/coreboot/configs/nyan/big/targets @@ -0,0 +1 @@ +corebootfb -- cgit v1.2.3-70-g09d2 From 5b5ce146ddf720577eb396222ea25b648025dd93 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 29 Oct 2018 21:56:38 -0400 Subject: Create Coreboot Depthcharge target for Nyan Big Nyan Big ROMs are built with Depthcharge as its default payload, e.g.: './libreboot build coreboot nyan big corebootfb 4mb depthcharge' --- projects/coreboot/configs/nyan/big/corebootfb/16mb/depthcharge/config | 1 + projects/coreboot/configs/nyan/big/corebootfb/16mb/targets | 1 + projects/coreboot/configs/nyan/big/corebootfb/4mb/depthcharge/config | 1 + projects/coreboot/configs/nyan/big/corebootfb/4mb/targets | 1 + 4 files changed, 4 insertions(+) create mode 100644 projects/coreboot/configs/nyan/big/corebootfb/16mb/depthcharge/config create mode 100644 projects/coreboot/configs/nyan/big/corebootfb/16mb/targets create mode 100644 projects/coreboot/configs/nyan/big/corebootfb/4mb/depthcharge/config create mode 100644 projects/coreboot/configs/nyan/big/corebootfb/4mb/targets (limited to 'projects') diff --git a/projects/coreboot/configs/nyan/big/corebootfb/16mb/depthcharge/config b/projects/coreboot/configs/nyan/big/corebootfb/16mb/depthcharge/config new file mode 100644 index 00000000..4fb44ffa --- /dev/null +++ b/projects/coreboot/configs/nyan/big/corebootfb/16mb/depthcharge/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-nyan-big/depthcharge.elf" diff --git a/projects/coreboot/configs/nyan/big/corebootfb/16mb/targets b/projects/coreboot/configs/nyan/big/corebootfb/16mb/targets new file mode 100644 index 00000000..d7e90413 --- /dev/null +++ b/projects/coreboot/configs/nyan/big/corebootfb/16mb/targets @@ -0,0 +1 @@ +depthcharge diff --git a/projects/coreboot/configs/nyan/big/corebootfb/4mb/depthcharge/config b/projects/coreboot/configs/nyan/big/corebootfb/4mb/depthcharge/config new file mode 100644 index 00000000..4fb44ffa --- /dev/null +++ b/projects/coreboot/configs/nyan/big/corebootfb/4mb/depthcharge/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-nyan-big/depthcharge.elf" diff --git a/projects/coreboot/configs/nyan/big/corebootfb/4mb/targets b/projects/coreboot/configs/nyan/big/corebootfb/4mb/targets new file mode 100644 index 00000000..d7e90413 --- /dev/null +++ b/projects/coreboot/configs/nyan/big/corebootfb/4mb/targets @@ -0,0 +1 @@ +depthcharge -- cgit v1.2.3-70-g09d2 From 761199586be09b68609926eb572cdaaab5e95941 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 29 Oct 2018 22:01:53 -0400 Subject: Create 4,16MiB Coreboot configs/targets for Nyan Blaze 4MiB flash is the default for this board. A 16MiB config is included for those looking to modify their board with a larger flash chip. 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. Nyan Blaze Coreboot ROMs can be built with, e.g.: './libreboot build coreboot nyan blaze corebootfb 4mb' --- projects/coreboot/configs/nyan/blaze/corebootfb/16mb/config | 5 +++++ projects/coreboot/configs/nyan/blaze/corebootfb/4mb/config | 4 ++++ projects/coreboot/configs/nyan/blaze/corebootfb/targets | 2 ++ projects/coreboot/configs/nyan/blaze/targets | 1 + 4 files changed, 12 insertions(+) create mode 100644 projects/coreboot/configs/nyan/blaze/corebootfb/16mb/config create mode 100644 projects/coreboot/configs/nyan/blaze/corebootfb/4mb/config create mode 100644 projects/coreboot/configs/nyan/blaze/corebootfb/targets create mode 100644 projects/coreboot/configs/nyan/blaze/targets (limited to 'projects') diff --git a/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/config b/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/config new file mode 100644 index 00000000..d3e3b7aa --- /dev/null +++ b/projects/coreboot/configs/nyan/blaze/corebootfb/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/blaze/corebootfb/4mb/config b/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/config new file mode 100644 index 00000000..f8445518 --- /dev/null +++ b/projects/coreboot/configs/nyan/blaze/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/nyan/blaze/corebootfb/targets b/projects/coreboot/configs/nyan/blaze/corebootfb/targets new file mode 100644 index 00000000..0169dcf0 --- /dev/null +++ b/projects/coreboot/configs/nyan/blaze/corebootfb/targets @@ -0,0 +1,2 @@ +16mb +4mb diff --git a/projects/coreboot/configs/nyan/blaze/targets b/projects/coreboot/configs/nyan/blaze/targets new file mode 100644 index 00000000..ffc50041 --- /dev/null +++ b/projects/coreboot/configs/nyan/blaze/targets @@ -0,0 +1 @@ +corebootfb -- cgit v1.2.3-70-g09d2 From b0ea58332c257cc5a805f5c70ab2b1631282646e Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Mon, 29 Oct 2018 22:04:34 -0400 Subject: Create Coreboot Depthcharge target for Nyan Blaze Nyan Blaze ROMs are built with Depthcharge as the default payload, e.g.: './libreboot build coreboot nyan blaze corebootfb 4mb depthcharge' --- projects/coreboot/configs/nyan/blaze/corebootfb/16mb/depthcharge/config | 1 + projects/coreboot/configs/nyan/blaze/corebootfb/16mb/targets | 1 + projects/coreboot/configs/nyan/blaze/corebootfb/4mb/depthcharge/config | 1 + projects/coreboot/configs/nyan/blaze/corebootfb/4mb/targets | 1 + 4 files changed, 4 insertions(+) create mode 100644 projects/coreboot/configs/nyan/blaze/corebootfb/16mb/depthcharge/config create mode 100644 projects/coreboot/configs/nyan/blaze/corebootfb/16mb/targets create mode 100644 projects/coreboot/configs/nyan/blaze/corebootfb/4mb/depthcharge/config create mode 100644 projects/coreboot/configs/nyan/blaze/corebootfb/4mb/targets (limited to 'projects') diff --git a/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/depthcharge/config b/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/depthcharge/config new file mode 100644 index 00000000..1a6c06bc --- /dev/null +++ b/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/depthcharge/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-nyan-blaze/depthcharge.elf" diff --git a/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/targets b/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/targets new file mode 100644 index 00000000..d7e90413 --- /dev/null +++ b/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/targets @@ -0,0 +1 @@ +depthcharge diff --git a/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/depthcharge/config b/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/depthcharge/config new file mode 100644 index 00000000..1a6c06bc --- /dev/null +++ b/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/depthcharge/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-nyan-blaze/depthcharge.elf" diff --git a/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/targets b/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/targets new file mode 100644 index 00000000..d7e90413 --- /dev/null +++ b/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/targets @@ -0,0 +1 @@ +depthcharge -- cgit v1.2.3-70-g09d2