Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pinebookpro uboot
@ 2022-09-06  1:15 CameronNemo
  2022-09-06  2:20 ` [PR PATCH] [Updated] " CameronNemo
  2022-09-06  7:55 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: CameronNemo @ 2022-09-06  1:15 UTC (permalink / raw)
  To: ml

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

There is a new 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: 2360 bytes --]

From b5476b727de8d3379bea0816a44e6993ce6755a0 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 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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() {

From 4a4db5e8f2bd934cc8f4d7dc4cafc1c0a50fe566 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"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] pinebookpro uboot
  2022-09-06  1:15 [PR PATCH] pinebookpro uboot CameronNemo
@ 2022-09-06  2:20 ` CameronNemo
  2022-09-06  7:55 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: CameronNemo @ 2022-09-06  2:20 UTC (permalink / raw)
  To: ml

[-- 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"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: pinebookpro uboot
  2022-09-06  1:15 [PR PATCH] pinebookpro uboot CameronNemo
  2022-09-06  2:20 ` [PR PATCH] [Updated] " CameronNemo
@ 2022-09-06  7:55 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-09-06  7:55 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

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

Description:
- 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
-->


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-06  7:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06  1:15 [PR PATCH] pinebookpro uboot CameronNemo
2022-09-06  2:20 ` [PR PATCH] [Updated] " CameronNemo
2022-09-06  7:55 ` [PR PATCH] [Merged]: " classabbyamp

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).