the following patch was just integrated into master: commit 2f91fad6bebbd00b60f1b0fd1d7501a0400e04f1 Author: Stefan Reinauer reinauer@chromium.org Date: Mon Jun 11 15:15:46 2012 -0700
Cougar/Panther Point: Compile in ME7 and ME8 code at the same time
In the short term there might be devices with Sandy Bridge CPUs on mainboards with Panther Point PCHes. While this configuration option is perfectly valid, coreboot currently ties Sandy Bridge to Cougar Point and Ivy Bridge to Panther Point. One occurence is in the ME handling code.
To make coreboot most flexible, compile both ME handlers into coreboot and decide at runtime which one to use.
Change-Id: Icffe2930873f67c99c3f73e37e7a967f4f002b88 Signed-off-by: Stefan Reinauer reinauer@google.com
Build-Tested: build bot (Jenkins) at Tue Jul 24 04:15:32 2012, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Tue Jul 24 23:17:17 2012, giving +2 See http://review.coreboot.org/1280 for details.
-gerrit