diff options
Diffstat (limited to 'projects/coreboot/configs/macbook21')
7 files changed, 12 insertions, 5 deletions
diff --git a/projects/coreboot/configs/macbook21/config b/projects/coreboot/configs/macbook21/config index 2fcf83ea..9726814a 100644 --- a/projects/coreboot/configs/macbook21/config +++ b/projects/coreboot/configs/macbook21/config @@ -574,7 +574,7 @@ CONFIG_PAYLOAD_ELF=y # CONFIG_PAYLOAD_UBOOT is not set # CONFIG_PAYLOAD_LINUX is not set # CONFIG_PAYLOAD_TIANOCORE is not set -CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf" +CONFIG_PAYLOAD_FILE="$(obj)/../seabios/bios.bin.elf" CONFIG_PAYLOAD_OPTIONS="" # CONFIG_PXE is not set CONFIG_COMPRESSED_PAYLOAD_LZMA=y diff --git a/projects/coreboot/configs/macbook21/corebootfb/16mb/seabios/config b/projects/coreboot/configs/macbook21/corebootfb/16mb/seabios/config index b1e08f99..a3c13aff 100644 --- a/projects/coreboot/configs/macbook21/corebootfb/16mb/seabios/config +++ b/projects/coreboot/configs/macbook21/corebootfb/16mb/seabios/config @@ -1 +1 @@ -CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf" +CONFIG_PAYLOAD_FILE="$(obj)/../seabios/bios.bin.elf" diff --git a/projects/coreboot/configs/macbook21/corebootfb/2mb/seabios/config b/projects/coreboot/configs/macbook21/corebootfb/2mb/seabios/config index b1e08f99..a3c13aff 100644 --- a/projects/coreboot/configs/macbook21/corebootfb/2mb/seabios/config +++ b/projects/coreboot/configs/macbook21/corebootfb/2mb/seabios/config @@ -1 +1 @@ -CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf" +CONFIG_PAYLOAD_FILE="$(obj)/../seabios/bios.bin.elf" diff --git a/projects/coreboot/configs/macbook21/textmode/16mb/seabios/config b/projects/coreboot/configs/macbook21/textmode/16mb/seabios/config index b1e08f99..a3c13aff 100644 --- a/projects/coreboot/configs/macbook21/textmode/16mb/seabios/config +++ b/projects/coreboot/configs/macbook21/textmode/16mb/seabios/config @@ -1 +1 @@ -CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf" +CONFIG_PAYLOAD_FILE="$(obj)/../seabios/bios.bin.elf" diff --git a/projects/coreboot/configs/macbook21/textmode/2mb/seabios/config b/projects/coreboot/configs/macbook21/textmode/2mb/seabios/config index b1e08f99..a3c13aff 100644 --- a/projects/coreboot/configs/macbook21/textmode/2mb/seabios/config +++ b/projects/coreboot/configs/macbook21/textmode/2mb/seabios/config @@ -1 +1 @@ -CONFIG_PAYLOAD_FILE="$(obj)/../seabios-bios/bios.bin.elf" +CONFIG_PAYLOAD_FILE="$(obj)/../seabios/bios.bin.elf" diff --git a/projects/coreboot/configs/macbook21/variants/imac52 b/projects/coreboot/configs/macbook21/variants/imac52 new file mode 100644 index 00000000..91464e6e --- /dev/null +++ b/projects/coreboot/configs/macbook21/variants/imac52 @@ -0,0 +1,4 @@ +CONFIG_MAINBOARD_PART_NUMBER="iMac5,2" +CONFIG_BOARD_APPLE_MACBOOK21=n +CONFIG_BOARD_APPLE_IMAC52=y +CONFIG_MAINBOARD_SMBIOS_PRODUCT_NAME="iMac5,2" diff --git a/projects/coreboot/configs/macbook21/variants/macbook21 b/projects/coreboot/configs/macbook21/variants/macbook21 new file mode 100644 index 00000000..a83cd1f3 --- /dev/null +++ b/projects/coreboot/configs/macbook21/variants/macbook21 @@ -0,0 +1,3 @@ +CONFIG_MAINBOARD_PART_NUMBER="MacBook2,1" +CONFIG_BOARD_APPLE_MACBOOK21=y +CONFIG_MAINBOARD_SMBIOS_PRODUCT_NAME="MacBook2,1" |