Intel: Update CPU microcode script
for latest URL of their microcode tar ball Change-Id: I3da2bdac4b2ca7d3f48b20ed389f6a47275d24fe Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/2842 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
7b8952c19d
commit
b631f9cd3f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue