the following patch was just integrated into master: commit 8c937c7e3cb9768c83e49a445f13e87a58d79768 Author: Vladimir Serbinenko phcoder@gmail.com Date: Tue Mar 12 15:53:44 2013 +0100
Intel Panther Point PCH: Use 2 << 24 to clarify that APIC ID is 2
Commit »Add support for Intel Panther Point PCH« (8e073829) [1] used `1 << 25` to set the APIC ID of 2. Using `2 << 24`, which is the same value, instead makes it clear, that the APIC ID is 2.
[1] http://review.coreboot.org/853
Change-Id: I5044dc470120cde2d2cdfc6e9ead17ddb47b6453 Signed-off-by: Vladimir Serbinenko phcoder@gmail.com Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-on: http://review.coreboot.org/3100 Reviewed-by: Patrick Georgi patrick@georgi-clan.de Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones marc.jones@se-eng.com
Reviewed-By: Patrick Georgi patrick@georgi-clan.de at Tue Apr 16 12:51:19 2013, giving +2 Build-Tested: build bot (Jenkins) at Tue Apr 16 14:57:21 2013, giving +1 Reviewed-By: Marc Jones marc.jones@se-eng.com at Tue Apr 16 15:34:09 2013, giving +2 See http://review.coreboot.org/3100 for details.
-gerrit