aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/configs/macbook21
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2018-10-18 22:46:03 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2018-10-18 22:46:36 -0400
commit5a861e383f27c5879648db941c75a08497cb36d0 (patch)
tree45d8b309361b8c86a83182366cfd884d7a6cdd03 /projects/coreboot/configs/macbook21
parentbd8f382af23d237113338d0a504e451ef06a3a61 (diff)
downloadlibrebootfr-5a861e383f27c5879648db941c75a08497cb36d0.tar.gz
librebootfr-5a861e383f27c5879648db941c75a08497cb36d0.zip
Create SeaBIOS/GRUB targets for Macbook2,1 Coreboot
Macbook2,1 ROM can now be built with either SeaBIOS or GRUB as a default payload, e.g.: './libreboot build coreboot macbook21 textmode 2mb seabios'
Diffstat (limited to 'projects/coreboot/configs/macbook21')
-rw-r--r--projects/coreboot/configs/macbook21/corebootfb/16mb/grub/config1
-rw-r--r--projects/coreboot/configs/macbook21/corebootfb/16mb/seabios/config1
-rw-r--r--projects/coreboot/configs/macbook21/corebootfb/16mb/targets2
-rw-r--r--projects/coreboot/configs/macbook21/corebootfb/2mb/grub/config1
-rw-r--r--projects/coreboot/configs/macbook21/corebootfb/2mb/seabios/config1
-rw-r--r--projects/coreboot/configs/macbook21/corebootfb/2mb/targets2
-rw-r--r--projects/coreboot/configs/macbook21/textmode/16mb/grub/config1
-rw-r--r--projects/coreboot/configs/macbook21/textmode/16mb/seabios/config1
-rw-r--r--projects/coreboot/configs/macbook21/textmode/16mb/targets2
-rw-r--r--projects/coreboot/configs/macbook21/textmode/2mb/grub/config1
-rw-r--r--projects/coreboot/configs/macbook21/textmode/2mb/seabios/config1
-rw-r--r--projects/coreboot/configs/macbook21/textmode/2mb/targets2
12 files changed, 16 insertions, 0 deletions
diff --git a/projects/coreboot/configs/macbook21/corebootfb/16mb/grub/config b/projects/coreboot/configs/macbook21/corebootfb/16mb/grub/config
new file mode 100644
index 00000000..5170a90a
--- /dev/null
+++ b/projects/coreboot/configs/macbook21/corebootfb/16mb/grub/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2"
diff --git a/projects/coreboot/configs/macbook21/corebootfb/16mb/seabios/config b/projects/coreboot/configs/macbook21/corebootfb/16mb/seabios/config
new file mode 100644
index 00000000..b1e08f99
--- /dev/null
+++ b/projects/coreboot/configs/macbook21/corebootfb/16mb/seabios/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf"
diff --git a/projects/coreboot/configs/macbook21/corebootfb/16mb/targets b/projects/coreboot/configs/macbook21/corebootfb/16mb/targets
new file mode 100644
index 00000000..f2cba0e5
--- /dev/null
+++ b/projects/coreboot/configs/macbook21/corebootfb/16mb/targets
@@ -0,0 +1,2 @@
+grub
+seabios
diff --git a/projects/coreboot/configs/macbook21/corebootfb/2mb/grub/config b/projects/coreboot/configs/macbook21/corebootfb/2mb/grub/config
new file mode 100644
index 00000000..5170a90a
--- /dev/null
+++ b/projects/coreboot/configs/macbook21/corebootfb/2mb/grub/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2"
diff --git a/projects/coreboot/configs/macbook21/corebootfb/2mb/seabios/config b/projects/coreboot/configs/macbook21/corebootfb/2mb/seabios/config
new file mode 100644
index 00000000..b1e08f99
--- /dev/null
+++ b/projects/coreboot/configs/macbook21/corebootfb/2mb/seabios/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf"
diff --git a/projects/coreboot/configs/macbook21/corebootfb/2mb/targets b/projects/coreboot/configs/macbook21/corebootfb/2mb/targets
new file mode 100644
index 00000000..f2cba0e5
--- /dev/null
+++ b/projects/coreboot/configs/macbook21/corebootfb/2mb/targets
@@ -0,0 +1,2 @@
+grub
+seabios
diff --git a/projects/coreboot/configs/macbook21/textmode/16mb/grub/config b/projects/coreboot/configs/macbook21/textmode/16mb/grub/config
new file mode 100644
index 00000000..5170a90a
--- /dev/null
+++ b/projects/coreboot/configs/macbook21/textmode/16mb/grub/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2"
diff --git a/projects/coreboot/configs/macbook21/textmode/16mb/seabios/config b/projects/coreboot/configs/macbook21/textmode/16mb/seabios/config
new file mode 100644
index 00000000..b1e08f99
--- /dev/null
+++ b/projects/coreboot/configs/macbook21/textmode/16mb/seabios/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf"
diff --git a/projects/coreboot/configs/macbook21/textmode/16mb/targets b/projects/coreboot/configs/macbook21/textmode/16mb/targets
new file mode 100644
index 00000000..f2cba0e5
--- /dev/null
+++ b/projects/coreboot/configs/macbook21/textmode/16mb/targets
@@ -0,0 +1,2 @@
+grub
+seabios
diff --git a/projects/coreboot/configs/macbook21/textmode/2mb/grub/config b/projects/coreboot/configs/macbook21/textmode/2mb/grub/config
new file mode 100644
index 00000000..5170a90a
--- /dev/null
+++ b/projects/coreboot/configs/macbook21/textmode/2mb/grub/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2"
diff --git a/projects/coreboot/configs/macbook21/textmode/2mb/seabios/config b/projects/coreboot/configs/macbook21/textmode/2mb/seabios/config
new file mode 100644
index 00000000..b1e08f99
--- /dev/null
+++ b/projects/coreboot/configs/macbook21/textmode/2mb/seabios/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf"
diff --git a/projects/coreboot/configs/macbook21/textmode/2mb/targets b/projects/coreboot/configs/macbook21/textmode/2mb/targets
new file mode 100644
index 00000000..f2cba0e5
--- /dev/null
+++ b/projects/coreboot/configs/macbook21/textmode/2mb/targets
@@ -0,0 +1,2 @@
+grub
+seabios