From: "Vincent Stehlé" <vincent.stehle@intel.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] msr-tools: new package
Date: Fri, 29 Jan 2016 18:11:05 +0100 [thread overview]
Message-ID: <1454087465-23445-1-git-send-email-vincent.stehle@intel.com> (raw)
The MSR Tools project provides utilities to access x86 processor MSRs
and CPU ID directly.
https://01.org/msr-tools
Signed-off-by: Vincent Stehl? <vincent.stehle@intel.com>
---
package/Config.in | 1 +
package/msr-tools/Config.in | 12 ++++++++++++
package/msr-tools/msr-tools.hash | 2 ++
package/msr-tools/msr-tools.mk | 22 ++++++++++++++++++++++
4 files changed, 37 insertions(+)
create mode 100644 package/msr-tools/Config.in
create mode 100644 package/msr-tools/msr-tools.hash
create mode 100644 package/msr-tools/msr-tools.mk
diff --git a/package/Config.in b/package/Config.in
index 09c2b40..5e2451c 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -402,6 +402,7 @@ endif
source "package/memtest86/Config.in"
source "package/memtester/Config.in"
source "package/minicom/Config.in"
+ source "package/msr-tools/Config.in"
source "package/nanocom/Config.in"
source "package/neard/Config.in"
source "package/nvidia-driver/Config.in"
diff --git a/package/msr-tools/Config.in b/package/msr-tools/Config.in
new file mode 100644
index 0000000..cc7ac2d
--- /dev/null
+++ b/package/msr-tools/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_MSR_TOOLS
+ bool "msr-tools"
+ depends on BR2_i386 || BR2_x86_64
+ help
+ The MSR Tools project provides utilities to access x86 processor MSRs
+ and CPU ID directly.
+
+ Those tools access the hardware through the /dev/cpu/<cpu#>/msr and
+ /dev/cpu/<cpu#>/cpuid devices. This necessitates msr and cpuid
+ support in the kernel.
+
+ https://01.org/msr-tools
diff --git a/package/msr-tools/msr-tools.hash b/package/msr-tools/msr-tools.hash
new file mode 100644
index 0000000..18146df
--- /dev/null
+++ b/package/msr-tools/msr-tools.hash
@@ -0,0 +1,2 @@
+# Locally computed:
+sha256 9b87245ee091a798184e447066e9e0d7709b7c81f5e6ad55f2b958c1aa50c4a3 msr-tools-1.3.tar.gz
diff --git a/package/msr-tools/msr-tools.mk b/package/msr-tools/msr-tools.mk
new file mode 100644
index 0000000..91a783a
--- /dev/null
+++ b/package/msr-tools/msr-tools.mk
@@ -0,0 +1,22 @@
+################################################################################
+#
+# msr-tools
+#
+################################################################################
+
+MSR_TOOLS_VERSION = 1.3
+MSR_TOOLS_SITE = $(call github,01org,msr-tools,msr-tools-$(MSR_TOOLS_VERSION))
+MSR_TOOLS_SOURCE = msr-tools-$(MSR_TOOLS_VERSION).tar.gz
+MSR_TOOLS_LICENSE = GPLv2+
+
+define MSR_TOOLS_BUILD_CMDS
+ $(TARGET_CONFIGURE_OPTS) \
+ $(MAKE) -C $(@D) CC="$(CCACHE) $(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)"
+endef
+
+define MSR_TOOLS_INSTALL_TARGET_CMDS
+ $(TARGET_CONFIGURE_OPTS) \
+ $(MAKE) -C $(@D) install sbindir="$(TARGET_DIR)/usr/sbin"
+endef
+
+$(eval $(generic-package))
--
2.7.0.rc3
next reply other threads:[~2016-01-29 17:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-29 17:11 Vincent Stehlé [this message]
2016-02-22 14:40 ` [Buildroot] [PATCH] msr-tools: new package Yegor Yefremov
2016-02-22 22:21 ` Vincent Stehlé
2016-02-22 22:31 ` [Buildroot] [PATCH v2] " Vincent Stehlé
2016-02-23 0:22 ` Arnout Vandecappelle
2016-02-28 21:12 ` [Buildroot] [PATCH v3] " Vincent Stehlé
2016-02-28 21:32 ` Thomas Petazzoni
2016-02-23 0:13 ` [Buildroot] [PATCH] " Arnout Vandecappelle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1454087465-23445-1-git-send-email-vincent.stehle@intel.com \
--to=vincent.stehle@intel.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox