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

Martin Roth (Code Review) gerrit at coreboot.org
Fri May 5 22:43:50 CEST 2017


Martin Roth has submitted this change and it was merged. ( 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 for flashrom ifd layout support.

Change-Id: I3f4dcb0d41718dd176982679f8e045681fd3f486
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
Reviewed-on: https://review.coreboot.org/19565
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Nico Huber <nico.h at gmx.de>
Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
M util/blobtool/ifd-x200.set
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Paul Menzel: Looks good to me, but someone else must approve
  build bot (Jenkins): Verified
  Nico Huber: Looks good to me, approved



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: merged
Gerrit-Change-Id: I3f4dcb0d41718dd176982679f8e045681fd3f486
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Nico Huber <nico.h at gmx.de>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>



More information about the coreboot-gerrit mailing list