From 366ddde0053a2e7cfb1e4a5a938a4d0eeb0f2153 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Thu, 18 Oct 2018 21:07:24 -0400 Subject: Create 2mb,16mb Coreboot configs/targets for T60 The 16mb target is included as an example. T60 Coreboot ROMs can be built with, e.g.: './libreboot build coreboot t60 corebootfb 2mb' --- projects/coreboot/configs/t60/textmode/16mb/config | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 projects/coreboot/configs/t60/textmode/16mb/config (limited to 'projects/coreboot/configs/t60/textmode/16mb/config') diff --git a/projects/coreboot/configs/t60/textmode/16mb/config b/projects/coreboot/configs/t60/textmode/16mb/config new file mode 100644 index 00000000..a4cf5cf7 --- /dev/null +++ b/projects/coreboot/configs/t60/textmode/16mb/config @@ -0,0 +1,5 @@ +CONFIG_CBFS_SIZE=0x1000000 +CONFIG_COREBOOT_ROMSIZE_KB_2048=n +CONFIG_COREBOOT_ROMSIZE_KB_16384=y +CONFIG_COREBOOT_ROMSIZE_KB=16384 +CONFIG_ROM_SIZE=0x1000000 -- cgit v1.2.3-70-g09d2