unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30012] [PATCH] gnu: Add iucode-tool.
@ 2018-01-07 13:02 Marius Bakke
  2018-01-08  8:52 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2018-01-07 13:02 UTC (permalink / raw)
  To: 30012; +Cc: Marius Bakke

From: Marius Bakke <marius@itsjefen.no>

* gnu/packages/linux.scm (iucode-tool): New public variable.
---
 gnu/packages/linux.scm | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a11a0a039..f4341f501 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2016 David Craven <david@craven.ch>
 ;;; Copyright © 2016 John Darrington <jmd@gnu.org>
-;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2016, 2017, 2018 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2016 Rene Saavedra <rennes@openmailbox.org>
 ;;; Copyright © 2016 Carlos Sánchez de La Lama <csanchezdll@gmail.com>
 ;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org>
@@ -2427,6 +2427,26 @@ you to access information from temperature, voltage, and fan speed sensors.
 It works with most newer systems.")
     (license license:gpl2+)))
 
+(define-public iucode-tool
+  (package
+    (name "iucode-tool")
+    (version "2.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://gitlab.com/iucode-tool/releases"
+                                  "/raw/latest/iucode-tool_" version ".tar.xz"))
+              (sha256
+               (base32
+                "0w99k1aq1xw148ffk1xykqf60rdbphb1jknw98jcmadq4pwxl44q"))))
+    (build-system gnu-build-system)
+    (home-page "https://gitlab.com/iucode-tool/iucode-tool/wikis/home")
+    (synopsis "Manipulate Intel microcode bundles")
+    (description
+     "@command{iucode_tool} is a utility to work with microcode packages for
+Intel processors.  It can convert between formats, extract specific versions,
+create a firmware image suitable for the Linux kernel, and more.")
+    (license license:gpl2+)))
+
 (define-public i2c-tools
   (package
     (name "i2c-tools")
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#30012] [PATCH] gnu: Add iucode-tool.
  2018-01-07 13:02 [bug#30012] [PATCH] gnu: Add iucode-tool Marius Bakke
@ 2018-01-08  8:52 ` Ludovic Courtès
  2018-01-08 19:15   ` bug#30012: " Marius Bakke
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2018-01-08  8:52 UTC (permalink / raw)
  To: Marius Bakke; +Cc: Marius Bakke, 30012

Marius Bakke <mbakke@fastmail.com> skribis:

> From: Marius Bakke <marius@itsjefen.no>
>
> * gnu/packages/linux.scm (iucode-tool): New public variable.

LGTM, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#30012: [PATCH] gnu: Add iucode-tool.
  2018-01-08  8:52 ` Ludovic Courtès
@ 2018-01-08 19:15   ` Marius Bakke
  0 siblings, 0 replies; 3+ messages in thread
From: Marius Bakke @ 2018-01-08 19:15 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 30012-done

[-- Attachment #1: Type: text/plain, Size: 258 bytes --]

Ludovic Courtès <ludo@gnu.org> writes:

> Marius Bakke <mbakke@fastmail.com> skribis:
>
>> From: Marius Bakke <marius@itsjefen.no>
>>
>> * gnu/packages/linux.scm (iucode-tool): New public variable.
>
> LGTM, thanks!

Pushed, thanks for checking!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-08 19:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-07 13:02 [bug#30012] [PATCH] gnu: Add iucode-tool Marius Bakke
2018-01-08  8:52 ` Ludovic Courtès
2018-01-08 19:15   ` bug#30012: " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).