[coreboot-gerrit] Patch set updated for coreboot: intel/apollolake_rvp: Add default offsets for boot media

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Mon Jan 25 22:39:48 CET 2016


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13310

-gerrit

commit 33702a50933c38306ec1bc5b362b7cac16489a6d
Author: Andrey Petrov <andrey.petrov at intel.com>
Date:   Wed Oct 14 14:49:32 2015 -0700

    intel/apollolake_rvp: Add default offsets for boot media
    
    This adds offsets necessary for accessing memory mapped flash.
    They should be parsed from FMAP automatically in the future.
    
    Change-Id: I4a38129b95d3eb518bcd343abd8b16f89932555f
    Signed-off-by: Andrey Petrov <andrey.petrov at intel.com>
---
 src/mainboard/intel/apollolake_rvp/Kconfig | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/mainboard/intel/apollolake_rvp/Kconfig b/src/mainboard/intel/apollolake_rvp/Kconfig
index 152e092..492ccdc 100755
--- a/src/mainboard/intel/apollolake_rvp/Kconfig
+++ b/src/mainboard/intel/apollolake_rvp/Kconfig
@@ -17,4 +17,17 @@ config MAINBOARD_VENDOR
 	string
 	default "Intel"
 
+config IFD_BIOS_SIZE
+	hex
+	default 0x700000
+
+config IFD_BIOS_START
+	hex
+	default 0x1000
+
+config FLASHMAP_OFFSET
+	hex
+	default 0x3a3040 if BOARD_INTEL_APOLLOLAKE_RVP1
+	default 0x3f10c0 if BOARD_INTEL_APOLLOLAKE_RVP2
+
 endif # BOARD_INTEL_APOLLOLAKE_RVP1 || BOARD_INTEL_APOLLOLAKE_RVP2



More information about the coreboot-gerrit mailing list