diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-02-01 04:19:11 +0000 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-01-31 20:22:32 -0800 |
commit | 10f31af9e36061e1fb7df8c394eecc1c1136b4bc (patch) | |
tree | 82eff92a816fbd799ff66432cfeb14aafb2d7ca0 /gnu | |
parent | 7d06364563bb800d8242be54011716c1b627ee91 (diff) | |
download | patches-10f31af9e36061e1fb7df8c394eecc1c1136b4bc.tar patches-10f31af9e36061e1fb7df8c394eecc1c1136b4bc.tar.gz |
gnu: Add u-boot-qemu-riscv64.
* gnu/packages/bootloaders (u-boot-qemu-riscv64): New variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bootloaders.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index 2d39d51e1f..be5e4eebb1 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")) |