guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: Add u-boot-sifive-fu540.


From: guix-commits
Subject: 03/04: gnu: Add u-boot-sifive-fu540.
Date: Fri, 31 Jan 2020 23:23:27 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit 7d06364563bb800d8242be54011716c1b627ee91
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sat Feb 1 04:18:12 2020 +0000

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

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 5b2db2c..2d39d51 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -754,6 +754,9 @@ to Novena upstream, does not load u-boot.img from the first 
partition.")
 (define-public u-boot-qemu-riscv64-smode
   (make-u-boot-package "qemu-riscv64_smode" "riscv64-linux-gnu"))
 
+(define-public u-boot-sifive-fu540
+  (make-u-boot-package "sifive_fu540" "riscv64-linux-gnu"))
+
 (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]