diff options
author | David Hendricks <dhendricks@fb.com> | 2018-04-24 14:37:38 -0700 |
---|---|---|
committer | Philipp Deppenwiese <zaolin.daisuki@gmail.com> | 2018-06-26 15:17:29 +0000 |
commit | 5f187dbe6344d0e3dad4277e64efaf0f0092b559 (patch) | |
tree | 9c4dae08cf98b398f12c33051f5ccfaadc08da16 /src/mainboard/facebook/watson/board.fmd | |
parent | c1072f2fc73926bbe73b507dda2e9346d39e041f (diff) |
facebook/watson: Initial commit
This adds another camelbackmountain_fsp derivative, along with a .fmd
file for the board. For now it's been tested to build and boot.
Change-Id: I9e8804264967c19f6b51fc44575b0db36f600f88
Signed-off-by: David Hendricks <dhendricks@fb.com>
Reviewed-on: https://review.coreboot.org/25884
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/facebook/watson/board.fmd')
-rw-r--r-- | src/mainboard/facebook/watson/board.fmd | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/mainboard/facebook/watson/board.fmd b/src/mainboard/facebook/watson/board.fmd new file mode 100644 index 0000000000..6abf7a74aa --- /dev/null +++ b/src/mainboard/facebook/watson/board.fmd @@ -0,0 +1,25 @@ +FLASH@0xff000000 0x1000000 { + SI_DESC@0x0 0x1000 + IDPROM@0x1000 0x500 + UNUSED_1@0x1500 0x1FB00 + SI_ME@0x21000 0x3de000 + UNUSED_2@0x400000 0x200000 + SI_BIOS@0x600000 0xA00000 { + FMAP@0x0 0x1000 + RW_MISC@0x1000 0xe000 { + RW_ELOG@0x0 0x4000 + RW_VPD@0x4000 0x2000 + RW_MISC_UNUSED@0x6000 0x5000 + RW_NVRAM@0xc000 0x2000 + } + UNIFIED_MRC_CACHE@0x10000 0x20000 { + RECOVERY_MRC_CACHE@0x0 0x10000 + RW_MRC_CACHE@0x10000 0x10000 + } + # This only exists to satisfy tools that specifically + # look for RO_VPD. + RO_VPD@0x30000 0x1000 + UNUSED_3@0x31000 0x1CF000 + COREBOOT(CBFS)@0x200000 0x800000 + } +} |