diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2019-03-09 00:44:19 -0500 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2019-03-09 00:44:19 -0500 |
commit | bcbe2460f99242db5f0fb1ddaadd27267e5bf49f (patch) | |
tree | f9fa992d6f8f5868f5968e61f8d4990bb6ed318c /projects/coreboot/configs | |
parent | 14d41efd6bdafc7ead40a040c10250ec22f5b378 (diff) | |
download | librebootfr-bcbe2460f99242db5f0fb1ddaadd27267e5bf49f.tar.gz librebootfr-bcbe2460f99242db5f0fb1ddaadd27267e5bf49f.zip |
Create 16MiB flash size target for qemu_i440fx_piix4
16MiB is the largest flash size for most of our supported boards so
any emulated boards should stick with that upper limit.
Diffstat (limited to 'projects/coreboot/configs')
-rw-r--r-- | projects/coreboot/configs/qemu_i440fx_piix4/16MiB/config | 5 | ||||
-rw-r--r-- | projects/coreboot/configs/qemu_i440fx_piix4/targets | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/projects/coreboot/configs/qemu_i440fx_piix4/16MiB/config b/projects/coreboot/configs/qemu_i440fx_piix4/16MiB/config new file mode 100644 index 00000000..1047c869 --- /dev/null +++ b/projects/coreboot/configs/qemu_i440fx_piix4/16MiB/config @@ -0,0 +1,5 @@ +CONFIG_CBFS_SIZE=0x1000000 +CONFIG_COREBOOT_ROMSIZE_KB_8192=n +CONFIG_COREBOOT_ROMSIZE_KB_16384=y +CONFIG_COREBOOT_ROMSIZE_KB=16384 +CONFIG_ROM_SIZE=0x1000000 diff --git a/projects/coreboot/configs/qemu_i440fx_piix4/targets b/projects/coreboot/configs/qemu_i440fx_piix4/targets new file mode 100644 index 00000000..bd13c931 --- /dev/null +++ b/projects/coreboot/configs/qemu_i440fx_piix4/targets @@ -0,0 +1 @@ +16MiB |