mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: Add u-boot-sifive-fu540.
* gnu/packages/bootloaders (u-boot-sifive-fu540): New variable.
This commit is contained in:
parent
01501a308c
commit
7d06364563
1 changed files with 3 additions and 0 deletions
|
@ -754,6 +754,9 @@ to Novena upstream, does not load u-boot.img from the first partition.")
|
||||||
(define-public u-boot-qemu-riscv64-smode
|
(define-public u-boot-qemu-riscv64-smode
|
||||||
(make-u-boot-package "qemu-riscv64_smode" "riscv64-linux-gnu"))
|
(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
|
(define-public u-boot-rock64-rk3328
|
||||||
(let ((base (make-u-boot-package "rock64-rk3328" "aarch64-linux-gnu")))
|
(let ((base (make-u-boot-package "rock64-rk3328" "aarch64-linux-gnu")))
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Reference in a new issue