[Lunar-commits] <moonbase> microcode: version bump to 20090927
Paul Bredbury
brebs at lunar-linux.org
Sat Oct 10 19:28:48 CEST 2009
commit 7026e46fd573e439de170abc027e1527dc010798
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sun Oct 11 00:28:48 2009 +0700
microcode: version bump to 20090927
Tidied description.
Added validate_source_dir.
---
utils/microcode/BUILD | 2 +-
utils/microcode/DETAILS | 25 +++++++++----------------
utils/microcode/PRE_BUILD | 1 +
3 files changed, 11 insertions(+), 17 deletions(-)
diff --git a/utils/microcode/BUILD b/utils/microcode/BUILD
index 436c339..e4ffc18 100644
--- a/utils/microcode/BUILD
+++ b/utils/microcode/BUILD
@@ -2,7 +2,7 @@
prepare_install &&
mkdir -p /etc/firmware &&
- install -m644 $MODULE-$VERSION.dat /etc/firmware &&
+ install -m644 $MODULE-$VERSION.dat /etc/firmware/ &&
ln -sf /etc/firmware/$MODULE-$VERSION.dat /etc/microcode.dat
) > $C_FIFO 2>&1
diff --git a/utils/microcode/DETAILS b/utils/microcode/DETAILS
index b96de08..c5bea9d 100644
--- a/utils/microcode/DETAILS
+++ b/utils/microcode/DETAILS
@@ -1,26 +1,19 @@
MODULE=microcode
- VERSION=20090330
+ VERSION=20090927
SOURCE=$MODULE-$VERSION.tgz
- SOURCE_URL=http://downloadmirror.intel.com/14303/eng/
+ SOURCE_URL=http://downloadmirror.intel.com/18148/eng/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_VFY=sha1:79b5db88f52866836d382309891c112eb7703853
+ SOURCE_VFY=sha1:2a953487bcf24057626bfdbd24d4a2010e10c7ef
WEB_SITE=http://downloadcenter.intel.com/
ENTERED=20070916
UPDATED=20090702
SHORT="Intel microcode - data files"
cat <<EOF
-The microcode data file contains the latest
-microcode definitions for all Intel processors.
-Intel releases microcode updates to correct
-processor behavior as documented
-in the respective processor specification updates.
-While the regular approach to getting
-this microcode update is via a BIOS upgrade,
-Intel realizes that this can be an administrative hassle.
-The Linux Operating System and VMware ESX products
-have a mechanism to update the microcode after booting.
-For example, this file will be used by
-the operating system mechanism if the file is placed
-in the /etc/firmware directory of the Linux system.
+The microcode data file contains the latest microcode definitions for
+all Intel processors. Intel releases microcode updates to correct
+processor behavior as documented in the respective processor
+specification updates. While the regular approach to getting this
+microcode update is via a BIOS upgrade, Intel realizes that this can be
+an administrative hassle.
EOF
diff --git a/utils/microcode/PRE_BUILD b/utils/microcode/PRE_BUILD
index 149e8d0..15a79d2 100644
--- a/utils/microcode/PRE_BUILD
+++ b/utils/microcode/PRE_BUILD
@@ -1,3 +1,4 @@
+validate_source_dir $SOURCE_DIRECTORY &&
mk_source_dir $SOURCE_DIRECTORY &&
cd $SOURCE_DIRECTORY &&
cp $SOURCE_CACHE/$SOURCE . &&
More information about the Lunar-commits
mailing list