diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2018-01-07 23:12:49 +0100 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2018-01-20 16:11:44 +0000 |
commit | 82aa8338c7485cf0139cc1a451e84d32194070fd (patch) | |
tree | 29341ebbb3ec28997e41ebad765614f90bfa184e /util/cbfstool/default.fmd | |
parent | 1e931f3e47a24855bd18146ccbaed31273510d6a (diff) |
drivers/mrc_cache: Always generate an FMAP region
This automatically generates an FMAP region for the MRC_CACHE driver
which is easier to handle than a cbfsfile.
Adds some spaces and more comments to Makefile.inc to improve
readability.
Tested on Thinkpad x200 with some proof of concept patches.
Change-Id: Iaaca36b1123b094ec1bbe5df4fb25660919173ca
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/23150
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/cbfstool/default.fmd')
-rw-r--r-- | util/cbfstool/default.fmd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cbfstool/default.fmd b/util/cbfstool/default.fmd index 50b9bf0bd1..8f4819ebf9 100644 --- a/util/cbfstool/default.fmd +++ b/util/cbfstool/default.fmd @@ -14,6 +14,7 @@ FLASH@##ROM_BASE## ##ROM_SIZE## { BOOTBLOCK 128K FMAP@##FMAP_BASE## ##FMAP_SIZE## ##CONSOLE_ENTRY## + ##MRC_CACHE_ENTRY## COREBOOT(CBFS)@##CBFS_BASE## ##CBFS_SIZE## } } |