guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: Add u-boot-sifive-unmatched.


From: guix-commits
Subject: 02/02: gnu: Add u-boot-sifive-unmatched.
Date: Tue, 8 Jun 2021 04:13:09 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit df3a60d16fab09d11619de657d5913d41ff35146
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 8 11:06:42 2021 +0300

    gnu: Add u-boot-sifive-unmatched.
    
    * gnu/packages/bootloaders.scm (u-boot-sifive-unmatched): New variable.
---
 gnu/packages/bootloaders.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 5282990..17ada71 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -866,6 +866,13 @@ to Novena upstream, does not load u-boot.img from the 
first partition.")
 (define-public u-boot-sifive-fu540
   (make-u-boot-package "sifive_fu540" "riscv64-linux-gnu"))
 
+(define-public u-boot-sifive-unmatched
+  (let ((base (make-u-boot-package "sifive_unmatched" "riscv64-linux-gnu")))
+    (package
+      (inherit base)
+      (version (package-version u-boot-2021.07))
+      (source (package-source u-boot-2021.07)))))
+
 (define-public u-boot-rock64-rk3328
   (let ((base (make-u-boot-package "rock64-rk3328" "aarch64-linux-gnu")))
     (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]