Github messages for voidlinux
 help / color / mirror / Atom feed
From: CameronNemo <CameronNemo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] pinebookpro uboot
Date: Tue, 06 Sep 2022 04:20:37 +0200	[thread overview]
Message-ID: <20220906022037.k-EE_DAvUhmQUekgnGelALTlin2wShRZF418FIcEXaM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39125@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1305 bytes --]

There is an updated pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages pinebookpro-uboot
https://github.com/void-linux/void-packages/pull/39125

pinebookpro uboot
- atf-rk3399-bl31: update to 2.7
- pinebookpro-uboot: rebuild for new TF-A

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/39125.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pinebookpro-uboot-39125.patch --]
[-- Type: text/x-diff, Size: 2753 bytes --]

From 606da14bb9583473a11f31c4c24e8a6b78ab9b90 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 5 Sep 2022 16:17:51 -0700
Subject: [PATCH 1/2] atf-rk3399-bl31: update to 2.7

---
 srcpkgs/atf-rk3399-bl31/template | 6 +++---
 srcpkgs/atf-rk3399-bl31/update   | 2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/atf-rk3399-bl31/update

diff --git a/srcpkgs/atf-rk3399-bl31/template b/srcpkgs/atf-rk3399-bl31/template
index 234d1b3febb1..c14dcf610e26 100644
--- a/srcpkgs/atf-rk3399-bl31/template
+++ b/srcpkgs/atf-rk3399-bl31/template
@@ -1,16 +1,16 @@
 # Template file for 'atf-rk3399-bl31'
 pkgname=atf-rk3399-bl31
-version=2.6
+version=2.7
 revision=1
 archs="aarch64*"
 wrksrc="trusted-firmware-a-${version}"
 hostmakedepends="cross-arm-none-eabi"
 short_desc="ARM Trusted Firmware for Rockchip rk3399 boards (ARMv8, bl31 option)"
-maintainer="Cameron Nemo <cnemo@tutanota.com>"
+maintainer="Cameron Nemo <cam@nohom.org>"
 license="BSD-3-Clause"
 homepage="https://developer.trustedfirmware.org/dashboard/view/6/"
 distfiles="https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/snapshot/trusted-firmware-a-${version}.tar.gz"
-checksum=4e59f02ccb042d5d18c89c849701b96e6cf4b788709564405354b5d313d173f7
+checksum=53422dc649153838e03820330ba17cb10afe3e330ecde0db11e4d5f1361a33e6
 nostrip=yes
 
 post_patch() {
diff --git a/srcpkgs/atf-rk3399-bl31/update b/srcpkgs/atf-rk3399-bl31/update
new file mode 100644
index 000000000000..7ba2f720ab16
--- /dev/null
+++ b/srcpkgs/atf-rk3399-bl31/update
@@ -0,0 +1,2 @@
+site=https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/refs/
+pattern="tag/\?h=v\K[\d\.]+"

From 507927d1892de3858e6ebbd49380f996c559d261 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 5 Sep 2022 18:11:06 -0700
Subject: [PATCH 2/2] pinebookpro-uboot: rebuild for new TF-A

---
 srcpkgs/pinebookpro-uboot/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pinebookpro-uboot/template b/srcpkgs/pinebookpro-uboot/template
index 38f4c39ff163..cf716f1eb443 100644
--- a/srcpkgs/pinebookpro-uboot/template
+++ b/srcpkgs/pinebookpro-uboot/template
@@ -2,14 +2,14 @@
 pkgname=pinebookpro-uboot
 reverts="20200212_1 20200212_2"
 version=2022.04
-revision=1
+revision=2
 archs="aarch64*"
 wrksrc="u-boot-${version}"
 hostmakedepends="flex bc dtc python3 openssl-devel"
 makedepends="atf-rk3399-bl31"
 depends="u-boot-tools"
 short_desc="U-Boot for Pinebook Pro"
-maintainer="Renato Aguiar <renato@renatoaguiar.net>"
+maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-2.0-only, BSD-3-Clause"
 homepage="https://www.denx.de/wiki/U-Boot/"
 distfiles="https://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"

  reply	other threads:[~2022-09-06  2:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-06  1:15 [PR PATCH] " CameronNemo
2022-09-06  2:20 ` CameronNemo [this message]
2022-09-06  7:55 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220906022037.k-EE_DAvUhmQUekgnGelALTlin2wShRZF418FIcEXaM@z \
    --to=cameronnemo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).