Browse Source
gnu: Add u-boot-cubietruck-bootloader.
* gnu/bootloader/u-boot.scm (u-boot-cubietrack-bootloader): New
variable.
guile-daemon
Julien Lepiller
3 years ago
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with
7 additions and
0 deletions
-
gnu/bootloader/u-boot.scm
|
|
@ -1,6 +1,7 @@ |
|
|
|
;;; GNU Guix --- Functional package management for GNU |
|
|
|
;;; Copyright © 2017 David Craven <david@craven.ch> |
|
|
|
;;; Copyright © 2017, 2019 Mathieu Othacehe <m.othacehe@gmail.com> |
|
|
|
;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu> |
|
|
|
;;; |
|
|
|
;;; This file is part of GNU Guix. |
|
|
|
;;; |
|
|
@ -28,6 +29,7 @@ |
|
|
|
u-boot-a20-olinuxino-micro-bootloader |
|
|
|
u-boot-bananapi-m2-ultra-bootloader |
|
|
|
u-boot-beaglebone-black-bootloader |
|
|
|
u-boot-cubietruck-bootloader |
|
|
|
u-boot-firefly-rk3399-bootloader |
|
|
|
u-boot-mx6cuboxi-bootloader |
|
|
|
u-boot-nintendo-nes-classic-edition-bootloader |
|
|
@ -180,6 +182,11 @@ |
|
|
|
(inherit u-boot-allwinner-bootloader) |
|
|
|
(package u-boot-bananapi-m2-ultra))) |
|
|
|
|
|
|
|
(define u-boot-cubietruck-bootloader |
|
|
|
(bootloader |
|
|
|
(inherit u-boot-allwinner-bootloader) |
|
|
|
(package u-boot-cubietruck))) |
|
|
|
|
|
|
|
(define u-boot-firefly-rk3399-bootloader |
|
|
|
;; SD and eMMC use the same format |
|
|
|
(bootloader |
|
|
|