Stefan Reinauer ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2697
-gerrit commit da6baced52d581ee273464fa34c90f7475e63584 Author: Duncan Laurie <[email protected]> Date: Thu Jan 10 13:23:48 2013 -0800 haswell: Add LPT LP device IDs to platform report Boot haswell ULT and see LPT reported properly. Change-Id: I48344a8dde6adbbf331c91231342de45b1b6c32a Signed-off-by: Duncan Laurie <[email protected]> --- src/northbridge/intel/haswell/report_platform.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/northbridge/intel/haswell/report_platform.c b/src/northbridge/intel/haswell/report_platform.c index e50c757..9a141b6 100644 --- a/src/northbridge/intel/haswell/report_platform.c +++ b/src/northbridge/intel/haswell/report_platform.c @@ -87,6 +87,10 @@ static struct { {0x8c54, "C224"}, {0x8c56, "C226"}, {0x8c5c, "H81"}, + {0x9c41, "LP Full Featured Engineering Sample"}, + {0x9c43, "LP Premium"}, + {0x9c45, "LP Mainstream"}, + {0x9c47, "LP Value"}, }; static void report_pch_info(void) -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

