gnu: Add u-boot-sifive-unmatched.
* gnu/packages/bootloaders.scm (u-boot-sifive-unmatched): New variable.
This commit is contained in:
parent
024187c049
commit
df3a60d16f
1 changed files with 7 additions and 0 deletions
|
@ -866,6 +866,13 @@ to Novena upstream, does not load u-boot.img from the first partition.")
|
||||||
(define-public u-boot-sifive-fu540
|
(define-public u-boot-sifive-fu540
|
||||||
(make-u-boot-package "sifive_fu540" "riscv64-linux-gnu"))
|
(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
|
(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
|
||||||
|
|
Reference in a new issue