the following patch was just integrated into master: commit d79f893213490c1cb5bbe7c99a4c1aed11435412 Author: Marc Jones marc.jones@se-eng.com Date: Thu Apr 19 23:44:54 2012 -0600
Revert wbind added to the reset_vector
This change reverts : Change Id I4fdb281b2b684ab5fea999aae28ca08dce24da4d
The wbinvd (or invd) should not be needed at the reset vector. It causes problems with some CPUs AP init. If there is a problem with a specific CPU and it must be done at this location, it should be added conditionally.
Change-Id: I85b71b0a07f039359a4fb889aaa05c75fff619be Signed-off-by: Marc Jones marc.jones@se-eng.com
Build-Tested: build bot (Jenkins) at Fri Apr 20 08:15:29 2012, giving +1 Reviewed-By: Peter Stuge peter@stuge.se at Fri Apr 20 09:09:41 2012, giving +2 See http://review.coreboot.org/908 for details.
-gerrit