[coreboot-gerrit] Change in coreboot[master]: blobtool/ifd-x200.set: Fix flashmap0 NR

Arthur Heymans (Code Review) gerrit at coreboot.org
Thu May 4 14:02:47 CEST 2017


Arthur Heymans has uploaded a new change for review. ( https://review.coreboot.org/19565 )

Change subject: blobtool/ifd-x200.set: Fix flashmap0 NR
......................................................................

blobtool/ifd-x200.set: Fix flashmap0 NR

NR indicates the last non empty region, which in this case is
GbE (region3). Needed to flashrom ifd layout support.

Change-Id: I3f4dcb0d41718dd176982679f8e045681fd3f486
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M util/blobtool/ifd-x200.set
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/19565/1

diff --git a/util/blobtool/ifd-x200.set b/util/blobtool/ifd-x200.set
index 2894562..255eb88 100644
--- a/util/blobtool/ifd-x200.set
+++ b/util/blobtool/ifd-x200.set
@@ -24,7 +24,7 @@
 	"flmap0_nc" = 0x0,
 	"flmap0_reserved0" = 0x0,
 	"flmap0_frba" = 0x4,
-	"flmap0_nr" = 0x2,
+	"flmap0_nr" = 0x3,
 	"flmap0_reserved1" = 0x0,
 	"flmap1_fmba" = 0x6,
 	"flmap1_nm" = 0x2,

-- 
To view, visit https://review.coreboot.org/19565
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3f4dcb0d41718dd176982679f8e045681fd3f486
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>



More information about the coreboot-gerrit mailing list