44ff10eaa6
This patch cleans up the code by:
o adding necessary default definitions to Kconfig
o removing incorrect definitions from devicetree
o removing irrelevant entries from FMD file
devicetree.cb and minnow3.fmd carried over a lot of code from google/reef
which is not correct for Minnow3 hardware. Minnow3 is not intended to
boot Chrome OS and does not need Chrome related flash regions. The
erroneous code is removed.
These changes are the same as those done for leafhill in commit:
6a48923
mainboard/intel/leafhill: Clean up
This was tested by building with the new configuration and
booting to UEFI Payload
Change-Id: I620dcbcd622f9326917c74b2a38984d9e49cff2b
Signed-off-by: Brenton Dong <brenton.m.dong@intel.com>
Reviewed-on: https://review.coreboot.org/18963
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
13 lines
315 B
Text
13 lines
315 B
Text
FLASH 16M {
|
|
SI_DESC@0x0 0x1000
|
|
IFWI@0x1000 0x300000
|
|
FMAP@0x301000 0x800
|
|
COREBOOT(CBFS)@0x301800 0x3dc800
|
|
UNIFIED_MRC_CACHE@0x6de000 0x21000 {
|
|
RECOVERY_MRC_CACHE@0x0 0x10000
|
|
RW_MRC_CACHE@0x10000 0x10000
|
|
RW_VAR_MRC_CACHE@0x20000 0x1000
|
|
}
|
|
DEVICE_EXTENSION@0x6ff000 0x100000
|
|
UNUSED_HOLE@0x7ff000 0x1000
|
|
}
|