diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2019-01-14 21:52:17 -0500 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2019-01-14 21:52:17 -0500 |
commit | c37c32ef93c2eab98c181a56bb64bdb747887f3f (patch) | |
tree | 515274e0a325d10a90e6fa9f8c19b95670fbb6bd /projects/coreboot/configs/nyan/blaze/corebootfb | |
parent | a4cf49a3c73a8d44319b547c27c72c47e761a6da (diff) | |
download | librebootfr-c37c32ef93c2eab98c181a56bb64bdb747887f3f.tar.gz librebootfr-c37c32ef93c2eab98c181a56bb64bdb747887f3f.zip |
Restructure Nyan Blaze 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.
Diffstat (limited to 'projects/coreboot/configs/nyan/blaze/corebootfb')
7 files changed, 0 insertions, 15 deletions
diff --git a/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/config b/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/config deleted file mode 100644 index d3e3b7aa..00000000 --- a/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/config +++ /dev/null @@ -1,5 +0,0 @@ -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/16mb/depthcharge/config b/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/depthcharge/config deleted file mode 100644 index 1a6c06bc..00000000 --- a/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/depthcharge/config +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index d7e90413..00000000 --- a/projects/coreboot/configs/nyan/blaze/corebootfb/16mb/targets +++ /dev/null @@ -1 +0,0 @@ -depthcharge diff --git a/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/config b/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/config deleted file mode 100644 index f8445518..00000000 --- a/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/config +++ /dev/null @@ -1,4 +0,0 @@ -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/4mb/depthcharge/config b/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/depthcharge/config deleted file mode 100644 index 1a6c06bc..00000000 --- a/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/depthcharge/config +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index d7e90413..00000000 --- a/projects/coreboot/configs/nyan/blaze/corebootfb/4mb/targets +++ /dev/null @@ -1 +0,0 @@ -depthcharge diff --git a/projects/coreboot/configs/nyan/blaze/corebootfb/targets b/projects/coreboot/configs/nyan/blaze/corebootfb/targets deleted file mode 100644 index 0169dcf0..00000000 --- a/projects/coreboot/configs/nyan/blaze/corebootfb/targets +++ /dev/null @@ -1,2 +0,0 @@ -16mb -4mb |