diff options
| author | Julien Lepiller <julien@lepiller.eu> | 2020-02-02 00:04:39 +0100 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2020-02-02 00:37:27 +0100 |
| commit | 079901d7df24d4edda8e67d0d13ce966d225208f (patch) | |
| tree | 64c30b2d7f832087d63097047f1308bdf7a3165a /gnu/bootloader | |
| parent | 5a8adc6dfcf16ad9284d70e68da0dc320eb5af63 (diff) | |
gnu: Add u-boot-cubietruck-bootloader.
* gnu/bootloader/u-boot.scm (u-boot-cubietrack-bootloader): New
variable.
Diffstat (limited to 'gnu/bootloader')
| -rw-r--r-- | gnu/bootloader/u-boot.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/bootloader/u-boot.scm b/gnu/bootloader/u-boot.scm index 3e892c5475c..6f41d0abe95 100644 --- a/gnu/bootloader/u-boot.scm +++ b/gnu/bootloader/u-boot.scm | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2017 David Craven <david@craven.ch> | 2 | ;;; Copyright © 2017 David Craven <david@craven.ch> |
| 3 | ;;; Copyright © 2017, 2019 Mathieu Othacehe <m.othacehe@gmail.com> | 3 | ;;; Copyright © 2017, 2019 Mathieu Othacehe <m.othacehe@gmail.com> |
| 4 | ;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu> | ||
| 4 | ;;; | 5 | ;;; |
| 5 | ;;; This file is part of GNU Guix. | 6 | ;;; This file is part of GNU Guix. |
| 6 | ;;; | 7 | ;;; |
| @@ -28,6 +29,7 @@ | |||
| 28 | u-boot-a20-olinuxino-micro-bootloader | 29 | u-boot-a20-olinuxino-micro-bootloader |
| 29 | u-boot-bananapi-m2-ultra-bootloader | 30 | u-boot-bananapi-m2-ultra-bootloader |
| 30 | u-boot-beaglebone-black-bootloader | 31 | u-boot-beaglebone-black-bootloader |
| 32 | u-boot-cubietruck-bootloader | ||
| 31 | u-boot-firefly-rk3399-bootloader | 33 | u-boot-firefly-rk3399-bootloader |
| 32 | u-boot-mx6cuboxi-bootloader | 34 | u-boot-mx6cuboxi-bootloader |
| 33 | u-boot-nintendo-nes-classic-edition-bootloader | 35 | u-boot-nintendo-nes-classic-edition-bootloader |
| @@ -180,6 +182,11 @@ | |||
| 180 | (inherit u-boot-allwinner-bootloader) | 182 | (inherit u-boot-allwinner-bootloader) |
| 181 | (package u-boot-bananapi-m2-ultra))) | 183 | (package u-boot-bananapi-m2-ultra))) |
| 182 | 184 | ||
| 185 | (define u-boot-cubietruck-bootloader | ||
| 186 | (bootloader | ||
| 187 | (inherit u-boot-allwinner-bootloader) | ||
| 188 | (package u-boot-cubietruck))) | ||
| 189 | |||
| 183 | (define u-boot-firefly-rk3399-bootloader | 190 | (define u-boot-firefly-rk3399-bootloader |
| 184 | ;; SD and eMMC use the same format | 191 | ;; SD and eMMC use the same format |
| 185 | (bootloader | 192 | (bootloader |
