summaryrefslogtreecommitdiffstats
path: root/src/mainboard/facebook/watson
diff options
context:
space:
mode:
authorDavid Hendricks <dhendricks@fb.com>2018-07-16 17:38:54 -0700
committerDavid Hendricks <david.hendricks@gmail.com>2018-07-17 01:18:12 +0000
commitfce1d380544619000773ca16ccc5b33e7f83d45c (patch)
treea1cccc22fb2854370edd0ba0e0414d6507262b30 /src/mainboard/facebook/watson
parent85aec31c1497dee949bf3058c77eb2040bfce71e (diff)
downloadcoreboot-fce1d380544619000773ca16ccc5b33e7f83d45c.tar.gz
coreboot-fce1d380544619000773ca16ccc5b33e7f83d45c.tar.bz2
coreboot-fce1d380544619000773ca16ccc5b33e7f83d45c.zip
mb/facebook/watson: Update IDPROM region in board.fmd
This updates the IDPROM region along with the unused regions. Change-Id: If73bb8162d3d0733e3bd8561cd5549f2184db2be Signed-off-by: David Hendricks <dhendricks@fb.com> Reviewed-on: https://review.coreboot.org/27505 Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/facebook/watson')
-rw-r--r--src/mainboard/facebook/watson/board.fmd9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mainboard/facebook/watson/board.fmd b/src/mainboard/facebook/watson/board.fmd
index 6abf7a74aabd..feeb799a8e0b 100644
--- a/src/mainboard/facebook/watson/board.fmd
+++ b/src/mainboard/facebook/watson/board.fmd
@@ -1,9 +1,10 @@
FLASH@0xff000000 0x1000000 {
SI_DESC@0x0 0x1000
- IDPROM@0x1000 0x500
- UNUSED_1@0x1500 0x1FB00
+ UNUSED_1@0x1000 0x1000
+ IDPROM@0x2000 0x400
+ UNUSED_2@0x2400 0x1ec00
SI_ME@0x21000 0x3de000
- UNUSED_2@0x400000 0x200000
+ UNUSED_3@0x400000 0x200000
SI_BIOS@0x600000 0xA00000 {
FMAP@0x0 0x1000
RW_MISC@0x1000 0xe000 {
@@ -19,7 +20,7 @@ FLASH@0xff000000 0x1000000 {
# This only exists to satisfy tools that specifically
# look for RO_VPD.
RO_VPD@0x30000 0x1000
- UNUSED_3@0x31000 0x1CF000
+ UNUSED_4@0x31000 0x1cf000
COREBOOT(CBFS)@0x200000 0x800000
}
}