guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: Add u-boot-qemu-riscv64.


From: guix-commits
Subject: 04/04: gnu: Add u-boot-qemu-riscv64.
Date: Fri, 31 Jan 2020 23:23:28 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit 10f31af9e36061e1fb7df8c394eecc1c1136b4bc
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sat Feb 1 04:19:11 2020 +0000

    gnu: Add u-boot-qemu-riscv64.
    
    * gnu/packages/bootloaders (u-boot-qemu-riscv64): 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 2d39d51..be5e4ee 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -751,6 +751,9 @@ to Novena upstream, does not load u-boot.img from the first 
partition.")
          ("firmware-m0" ,rk3399-cortex-m0)
          ,@(package-native-inputs base))))))
 
+(define-public u-boot-qemu-riscv64
+  (make-u-boot-package "qemu-riscv64" "riscv64-linux-gnu"))
+
 (define-public u-boot-qemu-riscv64-smode
   (make-u-boot-package "qemu-riscv64_smode" "riscv64-linux-gnu"))
 



reply via email to

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