Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (30dd7600fc2948effe49baa7c3bf6d849809203f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (30dd7600fc2948effe49baa7c3bf6d849809203f)
  • Date: Thu, 9 Aug 2018 01:37:42 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
utils/msr-tools/BUILD | 1 +
utils/msr-tools/DEPENDS | 1 +
utils/msr-tools/DETAILS | 21 +++++++++++++++++++++
utils/msr-tools/HISTORY | 2 ++
utils/msr-tools/INSTALL | 1 +
utils/msr-tools/PRE_BUILD | 4 ++++
7 files changed, 34 insertions(+)

New commits:
commit 30dd7600fc2948effe49baa7c3bf6d849809203f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

msr-tools: utilities to access the processor MSRs and CPU ID directly

diff --git a/ChangeLog b/ChangeLog
index 6a80291..cf9e7d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-08-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/msr-tools: utilities to access the processor MSRs and CPU ID
+ directly
+
2018-08-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* crypto/libargon2: new spell, a password-hashing library

diff --git a/utils/msr-tools/BUILD b/utils/msr-tools/BUILD
new file mode 100755
index 0000000..0869805
--- /dev/null
+++ b/utils/msr-tools/BUILD
@@ -0,0 +1 @@
+make LDFLAGS="${LDFLAGS}"
diff --git a/utils/msr-tools/DEPENDS b/utils/msr-tools/DEPENDS
new file mode 100755
index 0000000..f7c362b
--- /dev/null
+++ b/utils/msr-tools/DEPENDS
@@ -0,0 +1 @@
+depends unzip
diff --git a/utils/msr-tools/DETAILS b/utils/msr-tools/DETAILS
new file mode 100755
index 0000000..1622ae6
--- /dev/null
+++ b/utils/msr-tools/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=msr-tools
+ VERSION=1.3
+ SOURCE=${SPELL}-${VERSION}.zip
+
SOURCE_URL[0]=https://01.org/sites/default/files/downloads/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:9605eed0b6211d0ecbe48a14d66b5d61965770f249c5c1b15416d4f2e9a37a68ecfde171077c3acc74bb6b951749bcff186acbb4d6d8a3051695d2d97c0e332b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-master"
+ GATHER_DOCS=off
+ WEB_SITE=https://01.org/msr-tools
+ LICENSE[0]=GPL
+ ENTERED=20180808
+ SHORT="utilities to access the processor MSRs and CPU ID directly"
+cat << EOF
+MSR Tools project provides utilities to access the processor MSRs and CPU ID
+directly.
+
+This project is composed of three different user space console applications.
+
+rdmsr – read MSR from any CPU or all CPUs
+wrmsr – write values to MSR on any CPU or all CPUs
+cpuid – show identification and feature information of any CPU
+EOF
diff --git a/utils/msr-tools/HISTORY b/utils/msr-tools/HISTORY
new file mode 100644
index 0000000..f27f11c
--- /dev/null
+++ b/utils/msr-tools/HISTORY
@@ -0,0 +1,2 @@
+2018-08-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL: created spell, version 1.3
diff --git a/utils/msr-tools/INSTALL b/utils/msr-tools/INSTALL
new file mode 100755
index 0000000..e72b41d
--- /dev/null
+++ b/utils/msr-tools/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install
diff --git a/utils/msr-tools/PRE_BUILD b/utils/msr-tools/PRE_BUILD
new file mode 100755
index 0000000..eabbcf5
--- /dev/null
+++ b/utils/msr-tools/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}"
+
+sedit "s:-g -O2:${CFLAGS}:" Makefile



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (30dd7600fc2948effe49baa7c3bf6d849809203f), Vlad Glagolev, 08/08/2018

Archive powered by MHonArc 2.6.24.

Top of Page