aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2018-10-16 19:02:11 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2018-10-16 19:02:11 -0400
commit41659c46f530c6f425b47dec7fa23fc072a66399 (patch)
treeab26a433cda49c8ec167ed235f321db13961f527 /projects
parent3d8269d573ebbfeb901f8f72f0fd8925ac2e831b (diff)
downloadlibrebootfr-41659c46f530c6f425b47dec7fa23fc072a66399.tar.gz
librebootfr-41659c46f530c6f425b47dec7fa23fc072a66399.zip
Create SeaBIOS/GRUB targets for T400 Coreboot
T400 (and variants) can now be built with either SeaBIOS or GRUB as default payloads, e.g.: './libreboot build coreboot t400 textmode 16mb seabios'
Diffstat (limited to 'projects')
-rw-r--r--projects/coreboot/configs/t400/corebootfb/16mb/grub/config1
-rw-r--r--projects/coreboot/configs/t400/corebootfb/16mb/seabios/config1
-rw-r--r--projects/coreboot/configs/t400/corebootfb/16mb/targets2
-rw-r--r--projects/coreboot/configs/t400/corebootfb/4mb/grub/config1
-rw-r--r--projects/coreboot/configs/t400/corebootfb/4mb/seabios/config1
-rw-r--r--projects/coreboot/configs/t400/corebootfb/4mb/targets2
-rw-r--r--projects/coreboot/configs/t400/corebootfb/8mb/grub/config1
-rw-r--r--projects/coreboot/configs/t400/corebootfb/8mb/seabios/config1
-rw-r--r--projects/coreboot/configs/t400/corebootfb/8mb/targets2
-rw-r--r--projects/coreboot/configs/t400/textmode/16mb/grub/config1
-rw-r--r--projects/coreboot/configs/t400/textmode/16mb/seabios/config1
-rw-r--r--projects/coreboot/configs/t400/textmode/16mb/targets2
-rw-r--r--projects/coreboot/configs/t400/textmode/4mb/grub/config1
-rw-r--r--projects/coreboot/configs/t400/textmode/4mb/seabios/config1
-rw-r--r--projects/coreboot/configs/t400/textmode/4mb/targets2
-rw-r--r--projects/coreboot/configs/t400/textmode/8mb/grub/config1
-rw-r--r--projects/coreboot/configs/t400/textmode/8mb/seabios/config1
-rw-r--r--projects/coreboot/configs/t400/textmode/8mb/targets2
18 files changed, 24 insertions, 0 deletions
diff --git a/projects/coreboot/configs/t400/corebootfb/16mb/grub/config b/projects/coreboot/configs/t400/corebootfb/16mb/grub/config
new file mode 100644
index 00000000..5170a90a
--- /dev/null
+++ b/projects/coreboot/configs/t400/corebootfb/16mb/grub/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2"
diff --git a/projects/coreboot/configs/t400/corebootfb/16mb/seabios/config b/projects/coreboot/configs/t400/corebootfb/16mb/seabios/config
new file mode 100644
index 00000000..b1e08f99
--- /dev/null
+++ b/projects/coreboot/configs/t400/corebootfb/16mb/seabios/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf"
diff --git a/projects/coreboot/configs/t400/corebootfb/16mb/targets b/projects/coreboot/configs/t400/corebootfb/16mb/targets
new file mode 100644
index 00000000..f2cba0e5
--- /dev/null
+++ b/projects/coreboot/configs/t400/corebootfb/16mb/targets
@@ -0,0 +1,2 @@
+grub
+seabios
diff --git a/projects/coreboot/configs/t400/corebootfb/4mb/grub/config b/projects/coreboot/configs/t400/corebootfb/4mb/grub/config
new file mode 100644
index 00000000..5170a90a
--- /dev/null
+++ b/projects/coreboot/configs/t400/corebootfb/4mb/grub/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2"
diff --git a/projects/coreboot/configs/t400/corebootfb/4mb/seabios/config b/projects/coreboot/configs/t400/corebootfb/4mb/seabios/config
new file mode 100644
index 00000000..b1e08f99
--- /dev/null
+++ b/projects/coreboot/configs/t400/corebootfb/4mb/seabios/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf"
diff --git a/projects/coreboot/configs/t400/corebootfb/4mb/targets b/projects/coreboot/configs/t400/corebootfb/4mb/targets
new file mode 100644
index 00000000..f2cba0e5
--- /dev/null
+++ b/projects/coreboot/configs/t400/corebootfb/4mb/targets
@@ -0,0 +1,2 @@
+grub
+seabios
diff --git a/projects/coreboot/configs/t400/corebootfb/8mb/grub/config b/projects/coreboot/configs/t400/corebootfb/8mb/grub/config
new file mode 100644
index 00000000..5170a90a
--- /dev/null
+++ b/projects/coreboot/configs/t400/corebootfb/8mb/grub/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2"
diff --git a/projects/coreboot/configs/t400/corebootfb/8mb/seabios/config b/projects/coreboot/configs/t400/corebootfb/8mb/seabios/config
new file mode 100644
index 00000000..b1e08f99
--- /dev/null
+++ b/projects/coreboot/configs/t400/corebootfb/8mb/seabios/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf"
diff --git a/projects/coreboot/configs/t400/corebootfb/8mb/targets b/projects/coreboot/configs/t400/corebootfb/8mb/targets
new file mode 100644
index 00000000..f2cba0e5
--- /dev/null
+++ b/projects/coreboot/configs/t400/corebootfb/8mb/targets
@@ -0,0 +1,2 @@
+grub
+seabios
diff --git a/projects/coreboot/configs/t400/textmode/16mb/grub/config b/projects/coreboot/configs/t400/textmode/16mb/grub/config
new file mode 100644
index 00000000..5170a90a
--- /dev/null
+++ b/projects/coreboot/configs/t400/textmode/16mb/grub/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2"
diff --git a/projects/coreboot/configs/t400/textmode/16mb/seabios/config b/projects/coreboot/configs/t400/textmode/16mb/seabios/config
new file mode 100644
index 00000000..b1e08f99
--- /dev/null
+++ b/projects/coreboot/configs/t400/textmode/16mb/seabios/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf"
diff --git a/projects/coreboot/configs/t400/textmode/16mb/targets b/projects/coreboot/configs/t400/textmode/16mb/targets
new file mode 100644
index 00000000..f2cba0e5
--- /dev/null
+++ b/projects/coreboot/configs/t400/textmode/16mb/targets
@@ -0,0 +1,2 @@
+grub
+seabios
diff --git a/projects/coreboot/configs/t400/textmode/4mb/grub/config b/projects/coreboot/configs/t400/textmode/4mb/grub/config
new file mode 100644
index 00000000..5170a90a
--- /dev/null
+++ b/projects/coreboot/configs/t400/textmode/4mb/grub/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2"
diff --git a/projects/coreboot/configs/t400/textmode/4mb/seabios/config b/projects/coreboot/configs/t400/textmode/4mb/seabios/config
new file mode 100644
index 00000000..b1e08f99
--- /dev/null
+++ b/projects/coreboot/configs/t400/textmode/4mb/seabios/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf"
diff --git a/projects/coreboot/configs/t400/textmode/4mb/targets b/projects/coreboot/configs/t400/textmode/4mb/targets
new file mode 100644
index 00000000..f2cba0e5
--- /dev/null
+++ b/projects/coreboot/configs/t400/textmode/4mb/targets
@@ -0,0 +1,2 @@
+grub
+seabios
diff --git a/projects/coreboot/configs/t400/textmode/8mb/grub/config b/projects/coreboot/configs/t400/textmode/8mb/grub/config
new file mode 100644
index 00000000..5170a90a
--- /dev/null
+++ b/projects/coreboot/configs/t400/textmode/8mb/grub/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2"
diff --git a/projects/coreboot/configs/t400/textmode/8mb/seabios/config b/projects/coreboot/configs/t400/textmode/8mb/seabios/config
new file mode 100644
index 00000000..b1e08f99
--- /dev/null
+++ b/projects/coreboot/configs/t400/textmode/8mb/seabios/config
@@ -0,0 +1 @@
+CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf"
diff --git a/projects/coreboot/configs/t400/textmode/8mb/targets b/projects/coreboot/configs/t400/textmode/8mb/targets
new file mode 100644
index 00000000..f2cba0e5
--- /dev/null
+++ b/projects/coreboot/configs/t400/textmode/8mb/targets
@@ -0,0 +1,2 @@
+grub
+seabios