2021.10 RC1

This commit is contained in:
Peter Robinson 2021-08-14 10:04:14 +01:00
parent e3985d3d2e
commit 70da6a0757
3 changed files with 10 additions and 5 deletions

View File

@ -138,3 +138,4 @@ Wexler_TAB7200
Wits_Pro_A20_DKT
xilinx_zynq_virt
Yones_Toptech_BS1078_V2
zeropi

View File

@ -1 +1 @@
SHA512 (u-boot-2021.07.tar.bz2) = 210b206a4626feb0985580d9448a97b499b09bf9b9313ca847a66624785e9e9b0fae8f2e329acd344f5f75cb722d2093dd0ee394311ddd1fde05e400ee71a24d
SHA512 (u-boot-2021.10-rc1.tar.bz2) = 1481cb95501432b8cf5a06793e0e9dd3164911b8844bd328dccf88deabeb6fe18c865003f170b5d46a0b2b301a0960478582f922381e3e9b36962a97fe6cb5bc

View File

@ -1,8 +1,8 @@
#global candidate rc0
%global candidate rc1
Name: uboot-tools
Version: 2021.07
Release: 2%{?candidate:.%{candidate}}%{?dist}
Version: 2021.10
Release: 0.1%{?candidate:.%{candidate}}%{?dist}
Summary: U-Boot utilities
License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+
URL: http://www.denx.de/wiki/U-Boot
@ -33,6 +33,7 @@ Patch14: 0001-Revert-spi-spi-uclass-Add-support-to-manually-reloca.patch
BuildRequires: bc
BuildRequires: dtc
BuildRequires: make
BuildRequires: perl-interpreter
# Requirements for building on el7
%if 0%{?rhel} == 7
BuildRequires: devtoolset-7-build
@ -136,7 +137,7 @@ do
builds/$(echo $board)/tools/mkimage -n rk3399 -T rkspi -d builds/$(echo $board)/tpl/u-boot-tpl.bin:builds/$(echo $board)/spl/u-boot-spl.bin builds/$(echo $board)/idbloader.spi
fi
# build spi, and uart images for mvebu boards
mvebu=(clearfog helios4 turris_omnia)
# mvebu=(clearfog helios4 turris_omnia)
if [[ " ${mvebu[*]} " == *" $board "* ]]; then
for target in spi uart
do
@ -255,6 +256,9 @@ cp -p board/warp7/README builds/docs/README.warp7
%endif
%changelog
* Sun Aug 08 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 2021.10-0.1.rc1
- Update to 2021.10 RC1
* Thu Jul 22 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 2021.07-2
- Fix regression for Rockchip devices running firmware from SPI flash