diff options
Diffstat (limited to 'projects/coreboot')
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 |