aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/cedarisland_crb/board.fmd
diff options
context:
space:
mode:
authorAndrey Petrov <anpetrov@fb.com>2020-03-20 12:12:12 -0700
committerAndrey Petrov <anpetrov@fb.com>2020-03-26 18:14:46 +0000
commit1b325dd971c84d75aa5a53405c11e0ad8f2517b9 (patch)
treeeb26b8a0d5f5d2895c872ec5c034c90a0159aa92 /src/mainboard/intel/cedarisland_crb/board.fmd
parent7b42bba3cf287e13eff6b86326f55ef6bf6ff6e0 (diff)
mb/intel/cedarisland_crb: Add Cedar Island CRB
Just a minimal set of board files needed to get it to boot in 1 CPU mode. Signed-off-by: Andrey Petrov <anpetrov@fb.com> Change-Id: Ie2f944964e938d8026a6d5d8a22a8449199d08aa Reviewed-on: https://review.coreboot.org/c/coreboot/+/39714 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/intel/cedarisland_crb/board.fmd')
-rw-r--r--src/mainboard/intel/cedarisland_crb/board.fmd11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mainboard/intel/cedarisland_crb/board.fmd b/src/mainboard/intel/cedarisland_crb/board.fmd
new file mode 100644
index 0000000000..2002f6e313
--- /dev/null
+++ b/src/mainboard/intel/cedarisland_crb/board.fmd
@@ -0,0 +1,11 @@
+FLASH@0xfc000000 64M {
+ SI_ALL@0x0 0x2fe8000 {
+ SI_DESC@0x0 0x1000
+ SI_GBE@0x1000 0x2000
+ SI_ME@0x3000 0x2fd5000
+ SI_PT@0x2fd8000 0x10000
+ }
+ FMAP@0x03000000 0x800
+ RW_MRC_CACHE@0x3000800 0x10000
+ COREBOOT(CBFS)@0x3010800
+}