aboutsummaryrefslogtreecommitdiff
path: root/projects/grub
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-08-29 21:24:21 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-08-29 23:43:13 -0400
commite8673ebffab5b2715d0e7715738586e0484ee566 (patch)
tree361e0dd4930a5d646828169d2658a192faa47654 /projects/grub
parenta099162ed39a82bd9778f245c860482aec97cfef (diff)
downloadlibrebootfr-e8673ebffab5b2715d0e7715738586e0484ee566.tar.gz
librebootfr-e8673ebffab5b2715d0e7715738586e0484ee566.zip
Add configuration files to GRUB Coreboot target dir
The added files are mostly the same as their BIOS target counterparts because the base configuration for each GRUB image produced is intended to be quite similar (for greater malleability down the line). The purpose of each file remains the same.
Diffstat (limited to 'projects/grub')
-rw-r--r--projects/grub/configs/coreboot/arch1
-rw-r--r--projects/grub/configs/coreboot/config4
-rw-r--r--projects/grub/configs/coreboot/format1
-rw-r--r--projects/grub/configs/coreboot/platform1
4 files changed, 7 insertions, 0 deletions
diff --git a/projects/grub/configs/coreboot/arch b/projects/grub/configs/coreboot/arch
new file mode 100644
index 00000000..5a9a476a
--- /dev/null
+++ b/projects/grub/configs/coreboot/arch
@@ -0,0 +1 @@
+i386
diff --git a/projects/grub/configs/coreboot/config b/projects/grub/configs/coreboot/config
new file mode 100644
index 00000000..e3792e94
--- /dev/null
+++ b/projects/grub/configs/coreboot/config
@@ -0,0 +1,4 @@
+set prefix=(cbfsdisk)/fallback
+
+set root=(cbfsdisk)
+source (cbfsdisk)/fallback/grub.cfg
diff --git a/projects/grub/configs/coreboot/format b/projects/grub/configs/coreboot/format
new file mode 100644
index 00000000..0a387787
--- /dev/null
+++ b/projects/grub/configs/coreboot/format
@@ -0,0 +1 @@
+i386-coreboot
diff --git a/projects/grub/configs/coreboot/platform b/projects/grub/configs/coreboot/platform
new file mode 100644
index 00000000..9e67dee0
--- /dev/null
+++ b/projects/grub/configs/coreboot/platform
@@ -0,0 +1 @@
+coreboot