diff options
author | Andrey Petrov <andrey.petrov@intel.com> | 2017-02-23 14:10:11 -0800 |
---|---|---|
committer | Andrey Petrov <andrey.petrov@intel.com> | 2017-02-25 09:00:50 +0100 |
commit | 6a489237d5686828f26d7e452824374df7fb5708 (patch) | |
tree | ca24b0c87fd7c18869cf4d1299e835b35bba998b /src/mainboard/intel/leafhill/leafhill.16384.fmd | |
parent | 37e30aa624e959bcc5b3a3a2ed1d1337c32afff4 (diff) |
mainboard/intel/leafhill: Clean up
This patch tries to clean the code by:
o removing duplication of LPC GPIO pads
o removing incorrect definitions from devicetree
o removing irrelevant entries from FMD file
Also adds vital defaults in Kconfig so it is possible to build an image.
Change-Id: Id9913f3b053189166392271152ce5300d82a7de8
Signed-off-by: Andrey Petrov <andrey.petrov@intel.com>
Reviewed-on: https://review.coreboot.org/18479
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/intel/leafhill/leafhill.16384.fmd')
-rw-r--r-- | src/mainboard/intel/leafhill/leafhill.16384.fmd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mainboard/intel/leafhill/leafhill.16384.fmd b/src/mainboard/intel/leafhill/leafhill.16384.fmd new file mode 100644 index 0000000000..a91ba9a6d8 --- /dev/null +++ b/src/mainboard/intel/leafhill/leafhill.16384.fmd @@ -0,0 +1,14 @@ +FLASH 16M { + SI_DESC@0x0 0x1000 + IFWI@0x1000 0x2ff000 + FMAP@0x300000 0x800 + COREBOOT(CBFS)@0x300800 0xc1d800 + UNIFIED_MRC_CACHE@0xf1e000 0x21000 { + RECOVERY_MRC_CACHE@0x0 0x10000 + RW_MRC_CACHE@0x10000 0x10000 + RW_VAR_MRC_CACHE@0x20000 0x1000 + } + BIOS_UNUSABLE@0xf3f000 0x40000 + DEVICE_EXTENSION@0xf7f000 0x7f000 + UNUSED_HOLE@0xfff000 0x1000 +} |