summaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_apl1/mc_apl1.fmd
diff options
context:
space:
mode:
authorWerner Zeh <werner.zeh@siemens.com>2019-10-22 15:36:38 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-10-24 15:47:17 +0000
commit5c18db1ca81b4273b76dcef5e7e22a33efd18dd8 (patch)
treeb87b9b15ca9bcda412b0c4585d40f51b8f1f7fb1 /src/mainboard/siemens/mc_apl1/mc_apl1.fmd
parentd517bff06af139d60dcd378303ef19a19c224446 (diff)
downloadcoreboot-5c18db1ca81b4273b76dcef5e7e22a33efd18dd8.tar.xz
mb/siemens/{mc_apl1, mc_bdx1}: Remove offsets from flashmap files
As fmaptool can now handle the offset computation for every mentioned region in the fmap file on its own there is no need to provide the offset in the fmd file anymore. This patch clears this out so that the files are way more readable now. Change-Id: I1dc841604fdb662e08cb6690ff4bf6dd311e01d8 Signed-off-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36234 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Diffstat (limited to 'src/mainboard/siemens/mc_apl1/mc_apl1.fmd')
-rw-r--r--src/mainboard/siemens/mc_apl1/mc_apl1.fmd20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/mainboard/siemens/mc_apl1/mc_apl1.fmd b/src/mainboard/siemens/mc_apl1/mc_apl1.fmd
index 8c6dda8496..36772d6686 100644
--- a/src/mainboard/siemens/mc_apl1/mc_apl1.fmd
+++ b/src/mainboard/siemens/mc_apl1/mc_apl1.fmd
@@ -1,14 +1,14 @@
FLASH 16M {
SI_DESC@0x0 0x1000
- IFWI@0x1000 0x2ff000
- FMAP@0x300000 0x800
- COREBOOT(CBFS)@0x300800 0xb9d800
- UNIFIED_MRC_CACHE@0xe9e000 0x21000 {
- RECOVERY_MRC_CACHE@0x0 0x10000
- RW_MRC_CACHE@0x10000 0x10000
- RW_VAR_MRC_CACHE@0x20000 0x1000
+ IFWI 0x2ff000
+ FMAP 0x800
+ COREBOOT(CBFS) 0xb9d800
+ UNIFIED_MRC_CACHE 0x21000 {
+ RECOVERY_MRC_CACHE 0x10000
+ RW_MRC_CACHE 0x10000
+ RW_VAR_MRC_CACHE 0x1000
}
- BIOS_UNUSABLE@0xebf000 0x40000
- DEVICE_EXTENSION@0xeff000 0x100000
- UNUSED_HOLE@0xfff000 0x1000
+ BIOS_UNUSABLE 0x40000
+ DEVICE_EXTENSION 0x100000
+ UNUSED_HOLE 0x1000
}