diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2019-01-14 22:19:57 -0500 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2019-01-14 22:19:57 -0500 |
commit | 41426d4449d5bcb42513398c5cf483d1e9040398 (patch) | |
tree | b8118f141a289156f788de2fb7caecf70b24fa3b /projects | |
parent | 3244640a6caf8b73099783126e41abdfa11bd009 (diff) | |
download | librebootfr-41426d4449d5bcb42513398c5cf483d1e9040398.tar.gz librebootfr-41426d4449d5bcb42513398c5cf483d1e9040398.zip |
Restructure Veyron Mickey 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')
-rw-r--r-- | projects/coreboot/configs/veyron/mickey/4mb/config (renamed from projects/coreboot/configs/veyron/mickey/corebootfb/4mb/config) | 0 | ||||
-rw-r--r-- | projects/coreboot/configs/veyron/mickey/4mb/corebootfb/depthcharge/config (renamed from projects/coreboot/configs/veyron/mickey/corebootfb/4mb/depthcharge/config) | 0 | ||||
-rw-r--r-- | projects/coreboot/configs/veyron/mickey/4mb/corebootfb/targets (renamed from projects/coreboot/configs/veyron/mickey/corebootfb/4mb/targets) | 0 | ||||
-rw-r--r-- | projects/coreboot/configs/veyron/mickey/4mb/targets | 1 | ||||
-rw-r--r-- | projects/coreboot/configs/veyron/mickey/corebootfb/targets | 1 | ||||
-rw-r--r-- | projects/coreboot/configs/veyron/mickey/targets | 2 |
6 files changed, 2 insertions, 2 deletions
diff --git a/projects/coreboot/configs/veyron/mickey/corebootfb/4mb/config b/projects/coreboot/configs/veyron/mickey/4mb/config index f8445518..f8445518 100644 --- a/projects/coreboot/configs/veyron/mickey/corebootfb/4mb/config +++ b/projects/coreboot/configs/veyron/mickey/4mb/config diff --git a/projects/coreboot/configs/veyron/mickey/corebootfb/4mb/depthcharge/config b/projects/coreboot/configs/veyron/mickey/4mb/corebootfb/depthcharge/config index e27c1a5b..e27c1a5b 100644 --- a/projects/coreboot/configs/veyron/mickey/corebootfb/4mb/depthcharge/config +++ b/projects/coreboot/configs/veyron/mickey/4mb/corebootfb/depthcharge/config diff --git a/projects/coreboot/configs/veyron/mickey/corebootfb/4mb/targets b/projects/coreboot/configs/veyron/mickey/4mb/corebootfb/targets index d7e90413..d7e90413 100644 --- a/projects/coreboot/configs/veyron/mickey/corebootfb/4mb/targets +++ b/projects/coreboot/configs/veyron/mickey/4mb/corebootfb/targets diff --git a/projects/coreboot/configs/veyron/mickey/4mb/targets b/projects/coreboot/configs/veyron/mickey/4mb/targets new file mode 100644 index 00000000..ffc50041 --- /dev/null +++ b/projects/coreboot/configs/veyron/mickey/4mb/targets @@ -0,0 +1 @@ +corebootfb diff --git a/projects/coreboot/configs/veyron/mickey/corebootfb/targets b/projects/coreboot/configs/veyron/mickey/corebootfb/targets deleted file mode 100644 index 50d4bf27..00000000 --- a/projects/coreboot/configs/veyron/mickey/corebootfb/targets +++ /dev/null @@ -1 +0,0 @@ -4mb diff --git a/projects/coreboot/configs/veyron/mickey/targets b/projects/coreboot/configs/veyron/mickey/targets index ffc50041..50d4bf27 100644 --- a/projects/coreboot/configs/veyron/mickey/targets +++ b/projects/coreboot/configs/veyron/mickey/targets @@ -1 +1 @@ -corebootfb +4mb |