aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/configs/veyron/jerry/corebootfb
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2019-01-14 22:18:08 -0500
committerAndrew Robbins <contact@andrewrobbins.info>2019-01-14 22:18:08 -0500
commit3244640a6caf8b73099783126e41abdfa11bd009 (patch)
treec606ab54c84f25eb173a085ac422e2ec42160fd1 /projects/coreboot/configs/veyron/jerry/corebootfb
parentc7b5f74c0e92fa282ddfa408cdd856c5373ddd64 (diff)
downloadlibrebootfr-3244640a6caf8b73099783126e41abdfa11bd009.tar.gz
librebootfr-3244640a6caf8b73099783126e41abdfa11bd009.zip
Restructure Veyron Jerry 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/jerry/corebootfb')
-rw-r--r--projects/coreboot/configs/veyron/jerry/corebootfb/16mb/config5
-rw-r--r--projects/coreboot/configs/veyron/jerry/corebootfb/16mb/depthcharge/config1
-rw-r--r--projects/coreboot/configs/veyron/jerry/corebootfb/16mb/targets1
-rw-r--r--projects/coreboot/configs/veyron/jerry/corebootfb/4mb/config4
-rw-r--r--projects/coreboot/configs/veyron/jerry/corebootfb/4mb/depthcharge/config1
-rw-r--r--projects/coreboot/configs/veyron/jerry/corebootfb/4mb/targets1
-rw-r--r--projects/coreboot/configs/veyron/jerry/corebootfb/targets2
7 files changed, 0 insertions, 15 deletions
diff --git a/projects/coreboot/configs/veyron/jerry/corebootfb/16mb/config b/projects/coreboot/configs/veyron/jerry/corebootfb/16mb/config
deleted file mode 100644
index d3e3b7aa..00000000
--- a/projects/coreboot/configs/veyron/jerry/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/jerry/corebootfb/16mb/depthcharge/config b/projects/coreboot/configs/veyron/jerry/corebootfb/16mb/depthcharge/config
deleted file mode 100644
index afde4a80..00000000
--- a/projects/coreboot/configs/veyron/jerry/corebootfb/16mb/depthcharge/config
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-veyron-jerry/depthcharge.elf"
diff --git a/projects/coreboot/configs/veyron/jerry/corebootfb/16mb/targets b/projects/coreboot/configs/veyron/jerry/corebootfb/16mb/targets
deleted file mode 100644
index d7e90413..00000000
--- a/projects/coreboot/configs/veyron/jerry/corebootfb/16mb/targets
+++ /dev/null
@@ -1 +0,0 @@
-depthcharge
diff --git a/projects/coreboot/configs/veyron/jerry/corebootfb/4mb/config b/projects/coreboot/configs/veyron/jerry/corebootfb/4mb/config
deleted file mode 100644
index f8445518..00000000
--- a/projects/coreboot/configs/veyron/jerry/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/jerry/corebootfb/4mb/depthcharge/config b/projects/coreboot/configs/veyron/jerry/corebootfb/4mb/depthcharge/config
deleted file mode 100644
index afde4a80..00000000
--- a/projects/coreboot/configs/veyron/jerry/corebootfb/4mb/depthcharge/config
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_PAYLOAD_FILE="$(obj)/../depthcharge-veyron-jerry/depthcharge.elf"
diff --git a/projects/coreboot/configs/veyron/jerry/corebootfb/4mb/targets b/projects/coreboot/configs/veyron/jerry/corebootfb/4mb/targets
deleted file mode 100644
index d7e90413..00000000
--- a/projects/coreboot/configs/veyron/jerry/corebootfb/4mb/targets
+++ /dev/null
@@ -1 +0,0 @@
-depthcharge
diff --git a/projects/coreboot/configs/veyron/jerry/corebootfb/targets b/projects/coreboot/configs/veyron/jerry/corebootfb/targets
deleted file mode 100644
index 0169dcf0..00000000
--- a/projects/coreboot/configs/veyron/jerry/corebootfb/targets
+++ /dev/null
@@ -1,2 +0,0 @@
-16mb
-4mb