diff --git a/aarch64-boards b/aarch64-boards index a38107c..ab282d9 100644 --- a/aarch64-boards +++ b/aarch64-boards @@ -6,6 +6,7 @@ bananapi_m64 beelink_gs1 dragonboard410c dragonboard820c +dragonboard845c evb-rk3328 evb-rk3399 ficus-rk3399 @@ -58,7 +59,6 @@ pine64-lts pine64_plus pinebook pinebook-pro-rk3399 -pinephone-pro-rk3399 pine_h64 pinephone pinetab diff --git a/sources b/sources index bba9d23..bed7049 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (u-boot-2022.07.tar.bz2) = e1b3621dafac876c644ffb3d24b6e2380f5a78454c420a5b17d174e3f0b57731a95cfbff28ae7d0af4493f4bbf8d21e7f9236d61bb2414ed12295332b3d557b6 +SHA512 (u-boot-2022.10-rc1.tar.bz2) = 7db532ed286d8cc8a3e38d7eee6db6bfe11b9ecba62dc5a0e29b3a95c9c345d3be4f1c036bede2d0d069e291d1dcb4e496ffc3c799b17e483f17fb8a57d5d27f diff --git a/uboot-tools.spec b/uboot-tools.spec index 030c1e8..5af92da 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -1,9 +1,13 @@ -#global candidate rc0 +%global candidate rc1 +%if !0%{?rhel} %bcond_without toolsonly +%else +%bcond_with toolsonly +%endif Name: uboot-tools -Version: 2022.07 -Release: 2%{?candidate:.%{candidate}}%{?dist} +Version: 2022.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 @@ -72,9 +76,6 @@ mkdir builds %make_build HOSTCC="gcc $RPM_OPT_FLAGS" CROSS_COMPILE="" tools-all O=builds/ %if %{with toolsonly} -# U-Boot device firmwares don't currently support LTO -%define _lto_cflags %{nil} - %ifarch aarch64 for board in $(cat %{_arch}-boards) do @@ -203,6 +204,10 @@ cp -p board/sunxi/README.nand builds/docs/README.sunxi-nand %endif %changelog +* Thu Jul 28 2022 Peter Robinson - 2022.10-0.1.rc1 +- Update to 2022.10 RC1 +- Enable LTO for firmware builds + * Sat Jul 23 2022 Fedora Release Engineering - 2022.07-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild