summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/leafhill/leafhill.8192.fmd
diff options
context:
space:
mode:
authorAndrey Petrov <andrey.petrov@intel.com>2017-02-23 14:10:11 -0800
committerAndrey Petrov <andrey.petrov@intel.com>2017-02-25 09:00:50 +0100
commit6a489237d5686828f26d7e452824374df7fb5708 (patch)
treeca24b0c87fd7c18869cf4d1299e835b35bba998b /src/mainboard/intel/leafhill/leafhill.8192.fmd
parent37e30aa624e959bcc5b3a3a2ed1d1337c32afff4 (diff)
downloadcoreboot-6a489237d5686828f26d7e452824374df7fb5708.tar.xz
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.8192.fmd')
-rw-r--r--src/mainboard/intel/leafhill/leafhill.8192.fmd14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mainboard/intel/leafhill/leafhill.8192.fmd b/src/mainboard/intel/leafhill/leafhill.8192.fmd
new file mode 100644
index 0000000000..3f4d21b59f
--- /dev/null
+++ b/src/mainboard/intel/leafhill/leafhill.8192.fmd
@@ -0,0 +1,14 @@
+FLASH 8M {
+ SI_DESC@0x0 0x1000
+ IFWI@0x1000 0x300000
+ FMAP@0x321000 0x800
+ COREBOOT(CBFS)@0x321800 0x300000
+ UNIFIED_MRC_CACHE@0x621800 0x21000 {
+ RECOVERY_MRC_CACHE@0x0 0x10000
+ RW_MRC_CACHE@0x10000 0x10000
+ RW_VAR_MRC_CACHE@0x20000 0x1000
+ }
+ BIOS_UNUSABLE@0x740000 0x40000
+ DEVICE_EXTENSION@0x780000 0x7f000
+ UNUSED_HOLE@0x7ff000 0x1000
+}