aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/opencellular/elgon/board.fmd
diff options
context:
space:
mode:
authorPhilipp Deppenwiese <zaolin@das-labor.org>2018-08-10 16:15:14 -0700
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-09-30 03:08:22 +0000
commit8c678cf46a2bc9716a84609615b602422a233a9e (patch)
tree9071de3323980493c3a57fe15e413ef08dfd3ac9 /src/mainboard/opencellular/elgon/board.fmd
parent7de4bb5172134fb801d0c087a84013b58b35d9d2 (diff)
mainboard/opencellular/elgon: Add mainboard support
Tested on Elgon EVT board and boots into GNU/Linux. TODO: * Add hard reset function for VBOOT. * Add EC code * Add SPI flash write protection Change-Id: I9b809306cc48facbade5dc63846c4532b397e0b5 Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org> Reviewed-on: https://review.coreboot.org/28024 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Diffstat (limited to 'src/mainboard/opencellular/elgon/board.fmd')
-rw-r--r--src/mainboard/opencellular/elgon/board.fmd15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mainboard/opencellular/elgon/board.fmd b/src/mainboard/opencellular/elgon/board.fmd
new file mode 100644
index 0000000000..784f3b06f7
--- /dev/null
+++ b/src/mainboard/opencellular/elgon/board.fmd
@@ -0,0 +1,15 @@
+FLASH@0x0 16M {
+ WP_RO@0x0 0x1000000 {
+ RO_SECTION@0x0 0xffc000 {
+ # 0 - 0x10000 is free for firmware usage.
+ # bootblock starts at 0x20000
+ FMAP@0x0 0x1000
+ # bootblock includes trusted/non-trusted CLIB, CSIB,
+ # and BL1FWs packaged in
+ # src/soc/cavium/common/Makefile.inc.
+ BOOTBLOCK@0x10000 0x70000
+ COREBOOT(CBFS)@0x80000 0xf7c000
+ }
+ RO_VPD@0xffc000 0x4000
+ }
+}