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

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

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages rock64-uboot
https://github.com/void-linux/void-packages/pull/39127

rock64 uboot
- atf-rk3328-bl31: update to 2.7
- rock64-uboot: update to 2022.07

<!-- 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/39127.patch is attached

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

From 56a637548f88305897f92ef977721c72e609cc33 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 5 Sep 2022 19:10:42 -0700
Subject: [PATCH 1/2] atf-rk3328-bl31: update to 2.7

---
 srcpkgs/atf-rk3328-bl31/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/atf-rk3328-bl31/template b/srcpkgs/atf-rk3328-bl31/template
index 89397958a626..df968fbac0c4 100644
--- a/srcpkgs/atf-rk3328-bl31/template
+++ b/srcpkgs/atf-rk3328-bl31/template
@@ -1,15 +1,15 @@
 # Template file for 'atf-rk3328-bl31'
 pkgname=atf-rk3328-bl31
-version=2.4
+version=2.7
 revision=1
 archs="aarch64*"
 wrksrc="trusted-firmware-a-${version}"
 short_desc="ARM Trusted Firmware for Rockchip rk3328 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=bf3eb3617a74cddd7fb0e0eacbfe38c3258ee07d4c8ed730deef7a175cc3d55b
+checksum=53422dc649153838e03820330ba17cb10afe3e330ecde0db11e4d5f1361a33e6
 nostrip=yes
 
 do_build() {

From 3ff3fc188dde58b0309c0eb55db0c71de9444223 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 5 Sep 2022 19:11:04 -0700
Subject: [PATCH 2/2] rock64-uboot: update to 2022.07

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

diff --git a/srcpkgs/rock64-uboot/template b/srcpkgs/rock64-uboot/template
index 625660c7706e..4f850c27456f 100644
--- a/srcpkgs/rock64-uboot/template
+++ b/srcpkgs/rock64-uboot/template
@@ -1,17 +1,17 @@
 # Template file for 'rock64-uboot'
 pkgname=rock64-uboot
-version=2020.10
+version=2022.07
 revision=1
 archs="aarch64*"
 wrksrc="u-boot-${version}"
-hostmakedepends="flex bc python3 swig python3-devel dtc"
+hostmakedepends="flex bc dtc python3 openssl-devel swig python3-devel"
 makedepends="atf-rk3328-bl31"
 short_desc="Das U-Boot for the Rock64 SBC"
-maintainer="Cameron Nemo <cnemo@tutanota.com>"
+maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-2.0-or-later, BSD-3-Clause"
 homepage="https://www.denx.de/wiki/U-Boot/"
 distfiles="https://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
-checksum=0d481bbdc05c0ee74908ec2f56a6daa53166cc6a78a0e4fac2ac5d025770a622
+checksum=92b08eb49c24da14c1adbf70a71ae8f37cc53eeb4230e859ad8b6733d13dcf5e
 
 do_configure() {
 	make rock64-rk3328_defconfig

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

* Re: [PR PATCH] [Updated] rock64 uboot
  2022-09-06  2:11 [PR PATCH] rock64 uboot CameronNemo
@ 2022-09-06  2:20 ` CameronNemo
  2022-09-06  7:56 ` [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: 1287 bytes --]

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

https://github.com/CameronNemo/void-packages rock64-uboot
https://github.com/void-linux/void-packages/pull/39127

rock64 uboot
- atf-rk3328-bl31: update to 2.7
- rock64-uboot: update to 2022.07

<!-- 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/39127.patch is attached

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

From 4931ad683fb7376ea4932fd80b9c128c4a076ef4 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 5 Sep 2022 19:10:42 -0700
Subject: [PATCH 1/2] atf-rk3328-bl31: update to 2.7

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

diff --git a/srcpkgs/atf-rk3328-bl31/template b/srcpkgs/atf-rk3328-bl31/template
index 89397958a626..df968fbac0c4 100644
--- a/srcpkgs/atf-rk3328-bl31/template
+++ b/srcpkgs/atf-rk3328-bl31/template
@@ -1,15 +1,15 @@
 # Template file for 'atf-rk3328-bl31'
 pkgname=atf-rk3328-bl31
-version=2.4
+version=2.7
 revision=1
 archs="aarch64*"
 wrksrc="trusted-firmware-a-${version}"
 short_desc="ARM Trusted Firmware for Rockchip rk3328 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=bf3eb3617a74cddd7fb0e0eacbfe38c3258ee07d4c8ed730deef7a175cc3d55b
+checksum=53422dc649153838e03820330ba17cb10afe3e330ecde0db11e4d5f1361a33e6
 nostrip=yes
 
 do_build() {
diff --git a/srcpkgs/atf-rk3328-bl31/update b/srcpkgs/atf-rk3328-bl31/update
new file mode 100644
index 000000000000..7ba2f720ab16
--- /dev/null
+++ b/srcpkgs/atf-rk3328-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 8d821efddb10ce41487440ae2fdced0a1e9ddb72 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 5 Sep 2022 19:11:04 -0700
Subject: [PATCH 2/2] rock64-uboot: update to 2022.07

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

diff --git a/srcpkgs/rock64-uboot/template b/srcpkgs/rock64-uboot/template
index 625660c7706e..4f850c27456f 100644
--- a/srcpkgs/rock64-uboot/template
+++ b/srcpkgs/rock64-uboot/template
@@ -1,17 +1,17 @@
 # Template file for 'rock64-uboot'
 pkgname=rock64-uboot
-version=2020.10
+version=2022.07
 revision=1
 archs="aarch64*"
 wrksrc="u-boot-${version}"
-hostmakedepends="flex bc python3 swig python3-devel dtc"
+hostmakedepends="flex bc dtc python3 openssl-devel swig python3-devel"
 makedepends="atf-rk3328-bl31"
 short_desc="Das U-Boot for the Rock64 SBC"
-maintainer="Cameron Nemo <cnemo@tutanota.com>"
+maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-2.0-or-later, BSD-3-Clause"
 homepage="https://www.denx.de/wiki/U-Boot/"
 distfiles="https://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2"
-checksum=0d481bbdc05c0ee74908ec2f56a6daa53166cc6a78a0e4fac2ac5d025770a622
+checksum=92b08eb49c24da14c1adbf70a71ae8f37cc53eeb4230e859ad8b6733d13dcf5e
 
 do_configure() {
 	make rock64-rk3328_defconfig

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

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

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

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

rock64 uboot
https://github.com/void-linux/void-packages/pull/39127

Description:
- atf-rk3328-bl31: update to 2.7
- rock64-uboot: update to 2022.07

<!-- 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:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06  2:11 [PR PATCH] rock64 uboot CameronNemo
2022-09-06  2:20 ` [PR PATCH] [Updated] " CameronNemo
2022-09-06  7:56 ` [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).