summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Petrov <anpetrov@fb.com>2019-12-04 13:39:52 -0800
committerAndrey Petrov <anpetrov@fb.com>2019-12-05 20:54:26 +0000
commit29ce1be9ccc8a16c5ba8b156c9a60ffb27115469 (patch)
tree9c2468bd8bdab92aef6a286f6986c9a4da988e43
parentd491ebfe5b559de49f798236f50142ddc8c8fcce (diff)
downloadcoreboot-29ce1be9ccc8a16c5ba8b156c9a60ffb27115469.tar.gz
coreboot-29ce1be9ccc8a16c5ba8b156c9a60ffb27115469.tar.bz2
coreboot-29ce1be9ccc8a16c5ba8b156c9a60ffb27115469.zip
mainboard/facebook/watson: Reclaim unused flash space
Currently FMAP does not allocate all the usable space. This change addresses that by removing unused section and expanding CBFS section. TEST=tested on actual watson HW Change-Id: I5f407c11031822d58f11f1a4684845d57653b190 Signed-off-by: Andrey Petrov <anpetrov@fb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37474 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
-rw-r--r--src/mainboard/facebook/watson/board.fmd3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/facebook/watson/board.fmd b/src/mainboard/facebook/watson/board.fmd
index feeb799a8e0b..e2b8f58d063b 100644
--- a/src/mainboard/facebook/watson/board.fmd
+++ b/src/mainboard/facebook/watson/board.fmd
@@ -20,7 +20,6 @@ FLASH@0xff000000 0x1000000 {
# This only exists to satisfy tools that specifically
# look for RO_VPD.
RO_VPD@0x30000 0x1000
- UNUSED_4@0x31000 0x1cf000
- COREBOOT(CBFS)@0x200000 0x800000
+ COREBOOT(CBFS)@0x31000 0x9cf000
}
}