me
/
guix
Archived
1
0
Fork 0

gnu: Add u-boot-sifive-unmatched.

* gnu/packages/bootloaders.scm (u-boot-sifive-unmatched): New variable.
master
Efraim Flashner 2021-06-08 11:06:42 +03:00
parent 024187c049
commit df3a60d16f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 7 additions and 0 deletions

View File

@ -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