Stefan Reinauer ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2842
-gerrit commit 87885b4f74dfcddfc4a3cc25b3898b98d2608ba1 Author: Stefan Reinauer <[email protected]> Date: Tue Mar 19 13:20:47 2013 -0700 Intel: Update CPU microcode script for latest URL of their microcode tar ball Change-Id: I3da2bdac4b2ca7d3f48b20ed389f6a47275d24fe Signed-off-by: Stefan Reinauer <[email protected]> --- src/cpu/intel/microcode/update-microcodes.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cpu/intel/microcode/update-microcodes.sh b/src/cpu/intel/microcode/update-microcodes.sh index 8bdf0e7..febf6f9 100755 --- a/src/cpu/intel/microcode/update-microcodes.sh +++ b/src/cpu/intel/microcode/update-microcodes.sh @@ -18,10 +18,10 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -MICROCODE_VERSION=20111110 +MICROCODE_VERSION=20130222 MICROCODE_ARCHIVE=microcode-$MICROCODE_VERSION.tgz MICROCODE_FILE=microcode.dat -INTEL_MICROCODE=http://downloadmirror.intel.com/20728/eng/$MICROCODE_ARCHIVE +INTEL_MICROCODE=http://downloadmirror.intel.com/22508/eng/$MICROCODE_ARCHIVE # # Getting Intel(R) Microcode -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

