diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-16 20:51:48 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-16 20:51:48 -0400 |
commit | 32ce6b7c7575cef73492e41fb314c9806662c705 (patch) | |
tree | 1e91b5136721d8d02fce2fcadcebabd3af634c75 /projects/coreboot/configs/x200/corebootfb/4mb | |
parent | b13b4daf734bdda8f95164f295ed6ac7c6841e02 (diff) | |
download | librebootfr-32ce6b7c7575cef73492e41fb314c9806662c705.tar.gz librebootfr-32ce6b7c7575cef73492e41fb314c9806662c705.zip |
Create 4,8,16mb Coreboot configs/targets for X200
These configurations will be read and supplied to make as
command-line arguments and override those defined in the config at
projects/coreboot/configs/x200/config
X200 Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot x200 corebootfb 8mb'
Diffstat (limited to 'projects/coreboot/configs/x200/corebootfb/4mb')
-rw-r--r-- | projects/coreboot/configs/x200/corebootfb/4mb/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/projects/coreboot/configs/x200/corebootfb/4mb/config b/projects/coreboot/configs/x200/corebootfb/4mb/config new file mode 100644 index 00000000..ea998f4c --- /dev/null +++ b/projects/coreboot/configs/x200/corebootfb/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 |