the following patch was just integrated into master: commit 6dcceddff53ad309b91b61661ae7deab37f272ec Author: Aaron Durbin adurbin@chromium.org Date: Mon Dec 3 16:17:40 2012 -0600
x86 intel: Add Firmware Interface Table support
Haswell CPUs require a FIT table in the firmware. This commit adds rudimentary support for a FIT table. The number of entries in the table is based on a configuration option. The code only generates a type 0 entry. A follow-on tool will need to be developed to populate the FIT entries as well as checksumming the table.
Verified image has a FIT pointer and table when option is selected.
Change-Id: I3a314016a09a1cc26bf1fb5d17aa50853d2ef4f8 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: http://review.coreboot.org/2642 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Thu Mar 14 22:52:31 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Sun Mar 17 22:53:51 2013, giving +2 See http://review.coreboot.org/2642 for details.
-gerrit