From b7e46d8a053f7b3ba4c4d51c65ba735e67a50674 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Sun, 7 Oct 2018 20:53:40 -0400 Subject: Create 4,8,16mb Coreboot configs/targets for T400 These configurations are intended to be read and supplied to make as command-line arguments and override those defined in the config at projects/coreboot/configs/{corebootfb,textmode}/config For now, these configs do nothing--subsequent commits will add this overriding functionality. T400 Coreboot ROMs can be built with './libreboot build coreboot t400 corebootfb 8mb', for example, though the last argument specifying flash chip size does nothing currently. --- projects/coreboot/configs/t400/textmode/4mb/config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 projects/coreboot/configs/t400/textmode/4mb/config (limited to 'projects/coreboot/configs/t400/textmode/4mb/config') diff --git a/projects/coreboot/configs/t400/textmode/4mb/config b/projects/coreboot/configs/t400/textmode/4mb/config new file mode 100644 index 00000000..ea998f4c --- /dev/null +++ b/projects/coreboot/configs/t400/textmode/4mb/config @@ -0,0 +1,6 @@ +CONFIG_CBFS_SIZE=0x3FD000 +CONFIG_IFD_BIN_PATH="$(obj)/../ich9gen/ich9fdgbe_4m.bin" +CONFIG_COREBOOT_ROMSIZE_KB_8192=n +CONFIG_COREBOOT_ROMSIZE_KB_4096=y +CONFIG_COREBOOT_ROMSIZE_KB=4096 +CONFIG_ROM_SIZE=0x400000 -- cgit v1.2.3-70-g09d2