summaryrefslogtreecommitdiff
path: root/gnu/bootloader
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2018-11-20 16:32:16 -0800
committerDanny Milosavljevic <dannym@scratchpost.org>2018-11-22 21:59:05 +0100
commit74e35e8c94193a03cb1db61934340540ce0884a3 (patch)
tree4e94ca14c1977c2661d6dd857fbd3d78990c783a /gnu/bootloader
parenteff8e0b4d9d4b818150f64e151227e03fdcb5aab (diff)
gnu: Add u-boot-pinebook.
* gnu/packages/patches/u-boot-pinebook-a64-update-dts.patch: New file. * gnu/packages/patches/u-boot-pinebook-syscon-node.patch: New file. * gnu/packages/patches/u-boot-pinebook-mmc-calibration.patch: New file. * gnu/packages/patches/u-boot-pinebook-video-bridge.patch: New file. * gnu/packages/patches/u-boot-pinebook-r_i2c-controller.patch: New file. * gnu/packages/patches/u-boot-pinebook-dts.patch: New file. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/bootloaders.scm (u-boot-pinebook): New exported variable. * gnu/bootloader/u-boot.scm (u-boot-pinebook-bootloader): New exported variable. * gnu/system/install.scm (pinebook-installation-os): New exported variable.
Diffstat (limited to 'gnu/bootloader')
-rw-r--r--gnu/bootloader/u-boot.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/bootloader/u-boot.scm b/gnu/bootloader/u-boot.scm
index b5fab14e147..1c6f322bc44 100644
--- a/gnu/bootloader/u-boot.scm
+++ b/gnu/bootloader/u-boot.scm
@@ -32,6 +32,7 @@
32 u-boot-nintendo-nes-classic-edition-bootloader 32 u-boot-nintendo-nes-classic-edition-bootloader
33 u-boot-novena-bootloader 33 u-boot-novena-bootloader
34 u-boot-pine64-plus-bootloader 34 u-boot-pine64-plus-bootloader
35 u-boot-pinebook-bootloader
35 u-boot-puma-rk3399-bootloader 36 u-boot-puma-rk3399-bootloader
36 u-boot-wandboard-bootloader)) 37 u-boot-wandboard-bootloader))
37 38
@@ -168,6 +169,11 @@
168 (inherit u-boot-allwinner64-bootloader) 169 (inherit u-boot-allwinner64-bootloader)
169 (package u-boot-pine64-plus))) 170 (package u-boot-pine64-plus)))
170 171
172(define u-boot-pinebook-bootloader
173 (bootloader
174 (inherit u-boot-allwinner64-bootloader)
175 (package u-boot-pinebook)))
176
171(define u-boot-puma-rk3399-bootloader 177(define u-boot-puma-rk3399-bootloader
172 (bootloader 178 (bootloader
173 (inherit u-boot-bootloader) 179 (inherit u-boot-bootloader)