Skip to content

Commit

Permalink
chore: bump u-boot to 2023.01
Browse files Browse the repository at this point in the history
Bump u-boot to 2023.01
Update the jetson and rockpi patches to work with u-boot 2023.01

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Jan 13, 2023
1 parent cb83e16 commit d33202d
Show file tree
Hide file tree
Showing 7 changed files with 218 additions and 207 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
bin
_out
8 changes: 4 additions & 4 deletions Pkgfile
Expand Up @@ -3,7 +3,7 @@
format: v1alpha2

vars:
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.4.0-alpha.0-6-g3d34b5d
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.4.0-alpha.0-7-gd0e6bd0

# renovate: datasource=github-releases depName=containernetworking/plugins
cni_version: v1.1.1
Expand Down Expand Up @@ -164,9 +164,9 @@ vars:
arm_trusted_firmware_sha512: 958cf8f9e258638e59d0fbd8b053fce7d8a9ea2fc922686c9d20ea16f79f55219ac18a12ab240c528ee98e49c2e0eef4c963fdb255cc14b92437a5b3cffc8640

# renovate: datasource=github-tags extractVersion=^v(?<version>.*)$ depName=u-boot/u-boot
uboot_version: 2022.07
uboot_sha256: 92b08eb49c24da14c1adbf70a71ae8f37cc53eeb4230e859ad8b6733d13dcf5e
uboot_sha512: e1b3621dafac876c644ffb3d24b6e2380f5a78454c420a5b17d174e3f0b57731a95cfbff28ae7d0af4493f4bbf8d21e7f9236d61bb2414ed12295332b3d557b6
uboot_version: 2023.01
uboot_sha256: 69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f
uboot_sha512: 417a28267eb7875820d08fafc7316f164663609378637539e71648b0b9b7d28796b6c381717f31b0ab6472805fefd32628ef7d1b2e7b9f3c51c8ad122993f679

# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ versioning=loose depName=git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
util_linux_version: 2.38.1
Expand Down

2 comments on commit d33202d

@N0rdmann
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BIG thx for the RockPi4 SPI image @frezbo !!

This should be way more visible, only found this via an Talos Linux article 😳
With the latest (2017?) uboot SPI image from radxa I could neither get USB nor even NVME boot working with my RockPI4a
With your's everything just works ♥ Thank you so much ♥ saved me buying a new/faster SD card

@frezbo
Copy link
Member Author

@frezbo frezbo commented on d33202d Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maintaining this is not so easy though on the other side, sometimes have to manually update patches and hope it works 😅

Please sign in to comment.