diff options
Diffstat (limited to 'projects/coreboot/configs/d945gclf/textmode')
12 files changed, 0 insertions, 27 deletions
diff --git a/projects/coreboot/configs/d945gclf/textmode/16mb/config b/projects/coreboot/configs/d945gclf/textmode/16mb/config deleted file mode 100644 index 5b374b0d..00000000 --- a/projects/coreboot/configs/d945gclf/textmode/16mb/config +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG_CBFS_SIZE=0x1000000 -CONFIG_COREBOOT_ROMSIZE_KB_512=n -CONFIG_COREBOOT_ROMSIZE_KB_16384=y -CONFIG_COREBOOT_ROMSIZE_KB=16384 -CONFIG_ROM_SIZE=0x1000000 diff --git a/projects/coreboot/configs/d945gclf/textmode/16mb/grub/config b/projects/coreboot/configs/d945gclf/textmode/16mb/grub/config deleted file mode 100644 index 5170a90a..00000000 --- a/projects/coreboot/configs/d945gclf/textmode/16mb/grub/config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2" diff --git a/projects/coreboot/configs/d945gclf/textmode/16mb/seabios/config b/projects/coreboot/configs/d945gclf/textmode/16mb/seabios/config deleted file mode 100644 index a3c13aff..00000000 --- a/projects/coreboot/configs/d945gclf/textmode/16mb/seabios/config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PAYLOAD_FILE="$(obj)/../seabios/bios.bin.elf" diff --git a/projects/coreboot/configs/d945gclf/textmode/16mb/targets b/projects/coreboot/configs/d945gclf/textmode/16mb/targets deleted file mode 100644 index f2cba0e5..00000000 --- a/projects/coreboot/configs/d945gclf/textmode/16mb/targets +++ /dev/null @@ -1,2 +0,0 @@ -grub -seabios diff --git a/projects/coreboot/configs/d945gclf/textmode/1mb/config b/projects/coreboot/configs/d945gclf/textmode/1mb/config deleted file mode 100644 index 020bc913..00000000 --- a/projects/coreboot/configs/d945gclf/textmode/1mb/config +++ /dev/null @@ -1,5 +0,0 @@ -CONFIG_CBFS_SIZE=0x100000 -CONFIG_COREBOOT_ROMSIZE_KB_512=n -CONFIG_COREBOOT_ROMSIZE_KB_1024=y -CONFIG_COREBOOT_ROMSIZE_KB=1024 -CONFIG_ROM_SIZE=0x100000 diff --git a/projects/coreboot/configs/d945gclf/textmode/1mb/grub/config b/projects/coreboot/configs/d945gclf/textmode/1mb/grub/config deleted file mode 100644 index 5170a90a..00000000 --- a/projects/coreboot/configs/d945gclf/textmode/1mb/grub/config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PAYLOAD_FILE="$(obj)/../grub-coreboot/grub2" diff --git a/projects/coreboot/configs/d945gclf/textmode/1mb/seabios/config b/projects/coreboot/configs/d945gclf/textmode/1mb/seabios/config deleted file mode 100644 index a3c13aff..00000000 --- a/projects/coreboot/configs/d945gclf/textmode/1mb/seabios/config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PAYLOAD_FILE="$(obj)/../seabios/bios.bin.elf" diff --git a/projects/coreboot/configs/d945gclf/textmode/1mb/targets b/projects/coreboot/configs/d945gclf/textmode/1mb/targets deleted file mode 100644 index f2cba0e5..00000000 --- a/projects/coreboot/configs/d945gclf/textmode/1mb/targets +++ /dev/null @@ -1,2 +0,0 @@ -grub -seabios diff --git a/projects/coreboot/configs/d945gclf/textmode/512kb/config b/projects/coreboot/configs/d945gclf/textmode/512kb/config deleted file mode 100644 index 35587f34..00000000 --- a/projects/coreboot/configs/d945gclf/textmode/512kb/config +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_CBFS_SIZE=0x80000 -CONFIG_COREBOOT_ROMSIZE_KB_512=y -CONFIG_COREBOOT_ROMSIZE_KB=512 -CONFIG_ROM_SIZE=0x80000 diff --git a/projects/coreboot/configs/d945gclf/textmode/512kb/seabios/config b/projects/coreboot/configs/d945gclf/textmode/512kb/seabios/config deleted file mode 100644 index a3c13aff..00000000 --- a/projects/coreboot/configs/d945gclf/textmode/512kb/seabios/config +++ /dev/null @@ -1 +0,0 @@ -CONFIG_PAYLOAD_FILE="$(obj)/../seabios/bios.bin.elf" diff --git a/projects/coreboot/configs/d945gclf/textmode/512kb/targets b/projects/coreboot/configs/d945gclf/textmode/512kb/targets deleted file mode 100644 index 41f077c0..00000000 --- a/projects/coreboot/configs/d945gclf/textmode/512kb/targets +++ /dev/null @@ -1 +0,0 @@ -seabios diff --git a/projects/coreboot/configs/d945gclf/textmode/targets b/projects/coreboot/configs/d945gclf/textmode/targets deleted file mode 100644 index 8f8c3862..00000000 --- a/projects/coreboot/configs/d945gclf/textmode/targets +++ /dev/null @@ -1,3 +0,0 @@ -16mb -1mb -512kb |