From 70da6a07574b8b3d010d75254fdd4d9908623f9f Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 14 Aug 2021 10:04:14 +0100 Subject: [PATCH] 2021.10 RC1 --- arm-boards | 1 + sources | 2 +- uboot-tools.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/arm-boards b/arm-boards index 63ab288..a6b85e5 100644 --- a/arm-boards +++ b/arm-boards @@ -138,3 +138,4 @@ Wexler_TAB7200 Wits_Pro_A20_DKT xilinx_zynq_virt Yones_Toptech_BS1078_V2 +zeropi diff --git a/sources b/sources index 723afda..b1c060f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (u-boot-2021.07.tar.bz2) = 210b206a4626feb0985580d9448a97b499b09bf9b9313ca847a66624785e9e9b0fae8f2e329acd344f5f75cb722d2093dd0ee394311ddd1fde05e400ee71a24d +SHA512 (u-boot-2021.10-rc1.tar.bz2) = 1481cb95501432b8cf5a06793e0e9dd3164911b8844bd328dccf88deabeb6fe18c865003f170b5d46a0b2b301a0960478582f922381e3e9b36962a97fe6cb5bc diff --git a/uboot-tools.spec b/uboot-tools.spec index 6afb82e..fd0a2bc 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -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 - 2021.10-0.1.rc1 +- Update to 2021.10 RC1 + * Thu Jul 22 2021 Peter Robinson - 2021.07-2 - Fix regression for Rockchip devices running firmware from SPI flash