[coreboot-gerrit] Change in coreboot[master]: util/superiotool/winbond: Fix 0x4f Bank 0 value

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Wed Feb 14 20:00:22 CET 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/23762


Change subject: util/superiotool/winbond: Fix 0x4f Bank 0 value
......................................................................

util/superiotool/winbond: Fix 0x4f Bank 0 value

Regarding W83627EHF_EHG_EF_EG.pdf page# 101
Vendor ID Register - Index 4Fh  (bank 0) is a
16 bits size and the default value is 0x5ca3

Tested on W83627EHF/EF/EHG/EG: https://pastebin.com/tbmTyTgm

Change-Id: Iaf21da25281bfc1479b7d15fa29dcebf014570e5
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M util/superiotool/winbond.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/23762/1

diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c
index 281c179..dd8b859 100644
--- a/util/superiotool/winbond.c
+++ b/util/superiotool/winbond.c
@@ -795,7 +795,7 @@
 			{0x40,0x41,0x42,0x43,0x44,0x45,0x46,0x47,0x48,0x49,
 			 0x4a,0x4b,0x4c,0x4d,0x4e,0x4f,EOT},
 			{0x03,0x00,0x00,0xde,0xff,RSVD,0x07,0x55,0x2d,RSVD,
-			 0x64,0x44,0x10,0x15,0x80,0x5c,EOT}},
+			 0x64,0x44,0x10,0x15,0x80,0xa3,EOT}},
 		{0x0, "Bank 0",
 			{0x50,0x51,0x52,0x53,0x54,0x55,0x56,0x57,0x58,0x59,
 			 0x5a,0x5b,0x5c,0x5d,0x5e,0x5f,0x60,0x61,0x62,0x63,

-- 
To view, visit https://review.coreboot.org/23762
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaf21da25281bfc1479b7d15fa29dcebf014570e5
Gerrit-Change-Number: 23762
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180214/53831d8b/attachment.html>


More information about the coreboot-gerrit mailing list