summaryrefslogtreecommitdiffstats
path: root/package/intel-microcode/intel-microcode.mk
diff options
context:
space:
mode:
authorCarlos Santos <casantos@datacom.com.br>2018-11-04 19:02:39 -0200
committerPeter Korsgaard <peter@korsgaard.com>2018-11-12 22:29:29 +0100
commit1f0beaf9a8e2b8f0bb6e53694b38d70900b9128f (patch)
tree9f36233e045a3b75e3ee9a14ddf313dee1a85163 /package/intel-microcode/intel-microcode.mk
parent9ca59a6351771d3ebfe45e81a586f4e230961861 (diff)
downloadbuildroot-1f0beaf9a8e2b8f0bb6e53694b38d70900b9128f.tar.gz
buildroot-1f0beaf9a8e2b8f0bb6e53694b38d70900b9128f.zip
intel-microcode: bump to version 20180807a
The big "intel-microcode.dat" text file is gone. Only binary files are provided, in the "intel-ucode" directory. Install it at /lib/firmware/, like linux-firmware does, and update the iucode-tool init script to use that path. We don't install the microcode under "intel-ucode-with-caveats", since it needs special commits in the Linux kernel (see "relnotes" for more information). Tested on an equipment with Intel C3000 processor. Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/intel-microcode/intel-microcode.mk')
-rw-r--r--package/intel-microcode/intel-microcode.mk16
1 files changed, 5 insertions, 11 deletions
diff --git a/package/intel-microcode/intel-microcode.mk b/package/intel-microcode/intel-microcode.mk
index e3134b6408..2113873509 100644
--- a/package/intel-microcode/intel-microcode.mk
+++ b/package/intel-microcode/intel-microcode.mk
@@ -4,23 +4,17 @@
#
################################################################################
-INTEL_MICROCODE_VERSION = 20180312
+INTEL_MICROCODE_VERSION = 20180807a
INTEL_MICROCODE_SOURCE = microcode-$(INTEL_MICROCODE_VERSION).tgz
-INTEL_MICROCODE_SITE = http://downloadmirror.intel.com/27591/eng
+INTEL_MICROCODE_SITE = https://downloadmirror.intel.com/28087/eng
INTEL_MICROCODE_STRIP_COMPONENTS = 0
INTEL_MICROCODE_LICENSE = PROPRIETARY
-INTEL_MICROCODE_LICENSE_FILES = license.txt
+INTEL_MICROCODE_LICENSE_FILES = license
INTEL_MICROCODE_REDISTRIBUTE = NO
-define INTEL_MICROCODE_EXTRACT_LICENSE
- head -n 33 $(@D)/microcode.dat > $(@D)/license.txt
-endef
-
-INTEL_MICROCODE_POST_EXTRACT_HOOKS += INTEL_MICROCODE_EXTRACT_LICENSE
-
define INTEL_MICROCODE_INSTALL_TARGET_CMDS
- $(INSTALL) -D -m 0644 $(@D)/microcode.dat \
- $(TARGET_DIR)/usr/share/misc/intel-microcode.dat
+ $(INSTALL) -D -m 0644 -t $(TARGET_DIR)/lib/firmware/intel-ucode \
+ $(@D)/intel-ucode/*
endef
$(eval $(generic-package))
OpenPOWER on IntegriCloud