diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2019-01-14 22:25:27 -0500 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2019-01-14 22:25:27 -0500 |
commit | dea1eecef93ee4da3cdf64a600d147084e81ee27 (patch) | |
tree | 7f7739b61215edf31e08d49c79519d973be34dea /projects/coreboot/configs/veyron/speedy/corebootfb | |
parent | 8448a05f3883c2f056b20cec257e3c9f3a5d1518 (diff) | |
download | librebootfr-dea1eecef93ee4da3cdf64a600d147084e81ee27.tar.gz librebootfr-dea1eecef93ee4da3cdf64a600d147084e81ee27.zip |
Restructure Veyron Speedy 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/veyron/speedy/corebootfb')
7 files changed, 0 insertions, 15 deletions
diff --git a/projects/coreboot/configs/veyron/speedy/corebootfb/16mb/config b/projects/coreboot/configs/veyron/speedy/corebootfb/16mb/config deleted file mode 100644 index d3e3b7aa..00000000 --- a/projects/coreboot/configs/veyron/speedy/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/veyron/speedy/corebootfb/16mb/depthcharge/config b/projects/coreboot/configs/veyron/speedy/corebootfb/16mb/depthcharge/config deleted file mode 100644 index 8b705934..00000000 --- a/projects/coreboot/configs/veyron/speedy/corebootfb/16mb/depthcharge/config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-veyron-speedy/depthcharge.elf" diff --git a/projects/coreboot/configs/veyron/speedy/corebootfb/16mb/targets b/projects/coreboot/configs/veyron/speedy/corebootfb/16mb/targets deleted file mode 100644 index d7e90413..00000000 --- a/projects/coreboot/configs/veyron/speedy/corebootfb/16mb/targets +++ /dev/null @@ -1 +0,0 @@ -depthcharge diff --git a/projects/coreboot/configs/veyron/speedy/corebootfb/4mb/config b/projects/coreboot/configs/veyron/speedy/corebootfb/4mb/config deleted file mode 100644 index f8445518..00000000 --- a/projects/coreboot/configs/veyron/speedy/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/veyron/speedy/corebootfb/4mb/depthcharge/config b/projects/coreboot/configs/veyron/speedy/corebootfb/4mb/depthcharge/config deleted file mode 100644 index 8b705934..00000000 --- a/projects/coreboot/configs/veyron/speedy/corebootfb/4mb/depthcharge/config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-veyron-speedy/depthcharge.elf" diff --git a/projects/coreboot/configs/veyron/speedy/corebootfb/4mb/targets b/projects/coreboot/configs/veyron/speedy/corebootfb/4mb/targets deleted file mode 100644 index d7e90413..00000000 --- a/projects/coreboot/configs/veyron/speedy/corebootfb/4mb/targets +++ /dev/null @@ -1 +0,0 @@ -depthcharge diff --git a/projects/coreboot/configs/veyron/speedy/corebootfb/targets b/projects/coreboot/configs/veyron/speedy/corebootfb/targets deleted file mode 100644 index 0169dcf0..00000000 --- a/projects/coreboot/configs/veyron/speedy/corebootfb/targets +++ /dev/null @@ -1,2 +0,0 @@ -16mb -4mb |