aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/configs/kfsn4-dre/corebootfb
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2018-10-20 15:55:56 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2018-10-20 15:55:56 -0400
commitb4b4fca86012ccb37719a59568dc6462e8fee4fc (patch)
treecab3f8856af0c6a7b50438aaed6d310e1e5acb2d /projects/coreboot/configs/kfsn4-dre/corebootfb
parente18a57d9a95a47883e0e68eb513aaec863361927 (diff)
downloadlibrebootfr-b4b4fca86012ccb37719a59568dc6462e8fee4fc.tar.gz
librebootfr-b4b4fca86012ccb37719a59568dc6462e8fee4fc.zip
Create 1,2mb Coreboot configs/targets for KFSN4-DRE
1MiB flash is the default for this board but can be upgraded to 2MiB, thus the inclusion of the 2MiB config. KFSN4-DRE Coreboot ROMs can be built with, e.g.: './libreboot build coreboot kfsn4-dre textmode 2mb'
Diffstat (limited to 'projects/coreboot/configs/kfsn4-dre/corebootfb')
-rw-r--r--projects/coreboot/configs/kfsn4-dre/corebootfb/1mb/config4
-rw-r--r--projects/coreboot/configs/kfsn4-dre/corebootfb/2mb/config5
-rw-r--r--projects/coreboot/configs/kfsn4-dre/corebootfb/targets2
3 files changed, 11 insertions, 0 deletions
diff --git a/projects/coreboot/configs/kfsn4-dre/corebootfb/1mb/config b/projects/coreboot/configs/kfsn4-dre/corebootfb/1mb/config
new file mode 100644
index 00000000..52a108b9
--- /dev/null
+++ b/projects/coreboot/configs/kfsn4-dre/corebootfb/1mb/config
@@ -0,0 +1,4 @@
+CONFIG_CBFS_SIZE=0x100000
+CONFIG_COREBOOT_ROMSIZE_KB_1024=y
+CONFIG_COREBOOT_ROMSIZE_KB=1024
+CONFIG_ROM_SIZE=0x100000
diff --git a/projects/coreboot/configs/kfsn4-dre/corebootfb/2mb/config b/projects/coreboot/configs/kfsn4-dre/corebootfb/2mb/config
new file mode 100644
index 00000000..8076c750
--- /dev/null
+++ b/projects/coreboot/configs/kfsn4-dre/corebootfb/2mb/config
@@ -0,0 +1,5 @@
+CONFIG_CBFS_SIZE=0x200000
+CONFIG_COREBOOT_ROMSIZE_KB_1024=n
+CONFIG_COREBOOT_ROMSIZE_KB_2048=y
+CONFIG_COREBOOT_ROMSIZE_KB=2048
+CONFIG_ROM_SIZE=0x200000
diff --git a/projects/coreboot/configs/kfsn4-dre/corebootfb/targets b/projects/coreboot/configs/kfsn4-dre/corebootfb/targets
new file mode 100644
index 00000000..3677010e
--- /dev/null
+++ b/projects/coreboot/configs/kfsn4-dre/corebootfb/targets
@@ -0,0 +1,2 @@
+1mb
+2mb