diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2019-03-08 23:50:14 -0500 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2019-03-08 23:50:14 -0500 |
commit | 427c45668f369ce581fd82f644542c1170ad0a41 (patch) | |
tree | 9118324f507e64891f94985929dd984824182c5a | |
parent | 188851eecfa0e8e6347bc17e3739a7e18e42a1ba (diff) | |
download | librebootfr-427c45668f369ce581fd82f644542c1170ad0a41.tar.gz librebootfr-427c45668f369ce581fd82f644542c1170ad0a41.zip |
Add GRUB/SeaBIOS targets to qemu_q35_ich9
6 files changed, 8 insertions, 0 deletions
diff --git a/projects/coreboot/configs/qemu_q35_ich9/16MiB/corebootfb/grub/config b/projects/coreboot/configs/qemu_q35_ich9/16MiB/corebootfb/grub/config new file mode 100644 index 00000000..5170a90a --- /dev/null +++ b/projects/coreboot/configs/qemu_q35_ich9/16MiB/corebootfb/grub/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2" diff --git a/projects/coreboot/configs/qemu_q35_ich9/16MiB/corebootfb/seabios/config b/projects/coreboot/configs/qemu_q35_ich9/16MiB/corebootfb/seabios/config new file mode 100644 index 00000000..a3c13aff --- /dev/null +++ b/projects/coreboot/configs/qemu_q35_ich9/16MiB/corebootfb/seabios/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../seabios/bios.bin.elf" diff --git a/projects/coreboot/configs/qemu_q35_ich9/16MiB/corebootfb/targets b/projects/coreboot/configs/qemu_q35_ich9/16MiB/corebootfb/targets new file mode 100644 index 00000000..f2cba0e5 --- /dev/null +++ b/projects/coreboot/configs/qemu_q35_ich9/16MiB/corebootfb/targets @@ -0,0 +1,2 @@ +grub +seabios diff --git a/projects/coreboot/configs/qemu_q35_ich9/16MiB/textmode/grub/config b/projects/coreboot/configs/qemu_q35_ich9/16MiB/textmode/grub/config new file mode 100644 index 00000000..5170a90a --- /dev/null +++ b/projects/coreboot/configs/qemu_q35_ich9/16MiB/textmode/grub/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2" diff --git a/projects/coreboot/configs/qemu_q35_ich9/16MiB/textmode/seabios/config b/projects/coreboot/configs/qemu_q35_ich9/16MiB/textmode/seabios/config new file mode 100644 index 00000000..a3c13aff --- /dev/null +++ b/projects/coreboot/configs/qemu_q35_ich9/16MiB/textmode/seabios/config @@ -0,0 +1 @@ +CONFIG_PAYLOAD_FILE="$(obj)/../seabios/bios.bin.elf" diff --git a/projects/coreboot/configs/qemu_q35_ich9/16MiB/textmode/targets b/projects/coreboot/configs/qemu_q35_ich9/16MiB/textmode/targets new file mode 100644 index 00000000..f2cba0e5 --- /dev/null +++ b/projects/coreboot/configs/qemu_q35_ich9/16MiB/textmode/targets @@ -0,0 +1,2 @@ +grub +seabios |