diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-18 22:41:47 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-18 22:46:36 -0400 |
commit | bd8f382af23d237113338d0a504e451ef06a3a61 (patch) | |
tree | b6f502032090d81deeaceda612e6cbaf0008eef1 /projects/coreboot/configs/macbook21/textmode/2mb | |
parent | 766d9cc35cacf6d9ca1dc5a7ad3265c12e1ae248 (diff) | |
download | librebootfr-bd8f382af23d237113338d0a504e451ef06a3a61.tar.gz librebootfr-bd8f382af23d237113338d0a504e451ef06a3a61.zip |
Create 2mb,16mb Coreboot configs/targets for Macbook2,1
The 16mb target is included as an example.
Macbook2,1 Coreboot ROMs can be built with, e.g.:
'./libreboot build coreboot macbook21 corebootfb 2mb'
Diffstat (limited to 'projects/coreboot/configs/macbook21/textmode/2mb')
-rw-r--r-- | projects/coreboot/configs/macbook21/textmode/2mb/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/coreboot/configs/macbook21/textmode/2mb/config b/projects/coreboot/configs/macbook21/textmode/2mb/config new file mode 100644 index 00000000..adffe7ae --- /dev/null +++ b/projects/coreboot/configs/macbook21/textmode/2mb/config @@ -0,0 +1,4 @@ +CONFIG_CBFS_SIZE=0x200000 +CONFIG_COREBOOT_ROMSIZE_KB_2048=y +CONFIG_COREBOOT_ROMSIZE_KB=2048 +CONFIG_ROM_SIZE=0x200000 |