Skip to content

Commit

Permalink
feat: update u-boot to 2021.01
Browse files Browse the repository at this point in the history
Fix siderolabs/talos#3186

Signed-off-by: Guilhem Lettron <guilhem@barpilot.io>
  • Loading branch information
guilhem authored and talos-bot committed Feb 20, 2021
1 parent c02be5f commit bf4b778
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pkgfile
Expand Up @@ -3,7 +3,7 @@
format: v1alpha2

vars:
TOOLS_IMAGE: ghcr.io/talos-systems/tools:v0.3.0-21-g0026740
TOOLS_IMAGE: ghcr.io/talos-systems/tools:v0.3.0-22-g4b418f3

labels:
org.opencontainers.image.source: https://github.com/talos-systems/pkgs
1 change: 1 addition & 0 deletions base/pkg.yaml
Expand Up @@ -10,6 +10,7 @@ steps:
- |
cp -R /toolchain/lib/gcc /lib
cp -R /toolchain/lib/libgcc* /lib
cp -R /toolchain/lib/libz* /lib
mkdir /bin
ln -sv /toolchain/bin/bash /bin/bash
Expand Down
6 changes: 3 additions & 3 deletions u-boot/pkg.yaml
Expand Up @@ -19,10 +19,10 @@ steps:
destination: arm-trusted-firmware.tar.gz
sha256: 4bfda9fdbe5022f2e88ad3344165f7d38a8ae4a0e2d91d44d9a1603425cc642d
sha512: 99c5b73345e605db70941a0d44cfe3a1d3df8bbc615e4f2602ca90055cc7150a205350d9ae73dec73fcee85e6877351136428f996d421e57147c931a36f6a330
- url: https://ftp.denx.de/pub/u-boot/u-boot-2020.10.tar.bz2
- url: https://ftp.denx.de/pub/u-boot/u-boot-2021.01.tar.bz2
destination: u-boot.tar.bz2
sha256: 0d481bbdc05c0ee74908ec2f56a6daa53166cc6a78a0e4fac2ac5d025770a622
sha512: fd26534f2d72ffc3167919c32067c550636f6a4ee5fead6937e2583ba4ff6165e88b8b50fbbddde7354a8c42701433d0cb2ce982e43c014db60b08415288baf9
sha256: b407e1510a74e863b8b5cb42a24625344f0e0c2fc7582d8c866bd899367d0454
sha512: 40dd4d9ef87a1829158658c433d46a047a39c0d8c314ad8d133f7240343ee3a75b060f009dd2efe598cfb8a766773f6cd773ea7f7745ee88e52a771c77eb1c6e
env:
SUN50I_A64_ARM_TRUSTED_FIRMWARE: sun50i_a64_arm-trusted-firmware
RK3328_ARM_TRUSTED_FIRMWARE: rk3328_arm-trusted-firmware
Expand Down

0 comments on commit bf4b778

Please sign in to comment.