[coreboot] r3108 - trunk/coreboot-v2/util/newconfig

svn at coreboot.org svn at coreboot.org
Mon Feb 18 21:43:09 CET 2008


Author: ruik
Date: 2008-02-18 21:43:09 +0100 (Mon, 18 Feb 2008)
New Revision: 3108

Modified:
   trunk/coreboot-v2/util/newconfig/config.g
Log:
Should be part of changeset 3106.

This patch introduces virtual LDNs changes for W83627EHF driver. Not only LDN 7 and 9 are
changed, but also a SPI flash interface which has enable on bit1 and not bit0.

Signed-off-by: Rudolf Marek <r.marek at assembler.cz>
Acked-by: Stefan Reinauer <stepan at coresystems.de> 



Modified: trunk/coreboot-v2/util/newconfig/config.g
===================================================================
--- trunk/coreboot-v2/util/newconfig/config.g	2008-02-18 20:40:02 UTC (rev 3107)
+++ trunk/coreboot-v2/util/newconfig/config.g	2008-02-18 20:43:09 UTC (rev 3108)
@@ -923,7 +923,7 @@
 		""" Add a relative path to a pnp device hanging off our parent """
 		if ((port < 0) or (port > 65536)):
 			fatal("Invalid port")
-		if ((device < 0) or (device > 0xff)):
+		if ((device < 0) or (device > 0xffff)):
 			fatal("Invalid device")
 		self.set_path(".type=DEVICE_PATH_PNP,.u={.pnp={ .port = 0x%x, .device = 0x%x }}" % (port, device))
 		





More information about the coreboot mailing list