mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: u-boot-qemu-riscv64-smode: Add package.
* gnu/packages/bootloaders (u-boot-qemu-riscv64-smode): New variable.
This commit is contained in:
parent
dcbfb3b8ea
commit
7e954f674b
1 changed files with 3 additions and 0 deletions
|
@ -751,6 +751,9 @@ (define-public u-boot-puma-rk3399
|
|||
("firmware-m0" ,rk3399-cortex-m0)
|
||||
,@(package-native-inputs base))))))
|
||||
|
||||
(define-public u-boot-qemu-riscv64-smode
|
||||
(make-u-boot-package "qemu-riscv64_smode" "riscv64-linux-gnu"))
|
||||
|
||||
(define-public u-boot-rock64-rk3328
|
||||
(let ((base (make-u-boot-package "rock64-rk3328" "aarch64-linux-gnu")))
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue