guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: u-boot-pinebook-pro-rk3399: Update to version 2021.07-rc1.


From: guix-commits
Subject: 02/02: gnu: u-boot-pinebook-pro-rk3399: Update to version 2021.07-rc1.
Date: Sat, 1 May 2021 19:43:18 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit eb305784bfa229043d53ce60c130e25b07e1447f
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Sat May 1 12:58:25 2021 -0700

    gnu: u-boot-pinebook-pro-rk3399: Update to version 2021.07-rc1.
    
    Version 2021.07-rc1 supports video output on the eDP panel.
    
    * gnu/packages/bootloaders.scm (u-boot-2021.07): New variable.
      (u-boot-pinebook-pro-rk3399)[source, version]: Use u-boot-2021.07.
---
 gnu/packages/bootloaders.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index e77466c..56bef57 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -513,6 +513,21 @@ tree binary files.  These are board description files used 
by Linux and BSD.")
 also initializes the boards (RAM etc).")
     (license license:gpl2+)))
 
+(define-public u-boot-2021.07
+  (package
+   (inherit u-boot)
+   (version "2021.07-rc1")
+   (source (origin
+           (patches
+             (list %u-boot-rockchip-inno-usb-patch))
+            (method url-fetch)
+            (uri (string-append
+                  "https://ftp.denx.de/pub/u-boot/";
+                  "u-boot-" version ".tar.bz2"))
+            (sha256
+             (base32
+              "12krpy85iwy40xlhqb61d0d4bzj0sbn9sdf8brn57m4cjh1svaya"))))))
+
 (define-public u-boot-tools
   (package
     (inherit u-boot)
@@ -913,6 +928,8 @@ to Novena upstream, does not load u-boot.img from the first 
partition.")
   (let ((base (make-u-boot-package "pinebook-pro-rk3399" "aarch64-linux-gnu")))
     (package
      (inherit base)
+      (version (package-version u-boot-2021.07))
+      (source (package-source u-boot-2021.07))
       (arguments
         (substitute-keyword-arguments (package-arguments base)
           ((#:phases phases)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]