From 536489e5dbb679c58db73df039188b7f49fee991 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 7 Jun 2016 10:49:35 +0100 Subject: [PATCH] 2016.07 RC1, Build new aarch64 devices: odroid-c2, Build new ARMv7 devices: chromebook-jerry --- armv7-boards | 1 + armv8-boards | 3 ++- sources | 2 +- uboot-tools.spec | 22 ++++++++-------------- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/armv7-boards b/armv7-boards index 3a9362a..ee7a9a4 100644 --- a/armv7-boards +++ b/armv7-boards @@ -16,6 +16,7 @@ ba10_tv_box Bananapi Bananapro CHIP +chromebook_jerry Chuwi_V7_CW0825 clearfog cm_fx6 diff --git a/armv8-boards b/armv8-boards index abc6404..8874fbb 100644 --- a/armv8-boards +++ b/armv8-boards @@ -1,7 +1,8 @@ dragonboard410c hikey +odroid-c2 p2371-2180 -pine64 +pine64_plus rpi_3 vexpress_aemv8a_dram vexpress_aemv8a_juno diff --git a/sources b/sources index 094fb93..74ed82b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a8613d753dfa707c937991a35404510 u-boot-2016.05.tar.bz2 +79948ffae9920ce16aea533f38536ee7 u-boot-2016.07-rc1.tar.bz2 diff --git a/uboot-tools.spec b/uboot-tools.spec index 42dbf8d..583fa27 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -1,8 +1,8 @@ -#global candidate rc3 +%global candidate rc1 Name: uboot-tools -Version: 2016.05 -Release: 3%{?candidate:.%{candidate}}%{?dist} +Version: 2016.07 +Release: 0.1%{?candidate:.%{candidate}}%{?dist} Summary: U-Boot utilities Group: Development/Tools @@ -16,17 +16,6 @@ Patch1: 0001-Copy-gcc5-over-to-compiler-gcc6.h-as-a-beginning-of-.patch Patch2: 0004-Add-BOOTENV_INIT_COMMAND-for-commands-that-may-be-ne.patch Patch3: 0005-port-utilite-to-distro-generic-boot-commands.patch Patch4: mvebu-enable-generic-distro-boot-config.patch -Patch5: U-Boot-video-ipu_common-fix-build-error.patch -Patch6: 0001-clearfog-needs-HUSH-parser-for-distro-boot.patch - -Patch11: U-Boot-2-6-Revert-sunxi-Reserve-ATF-memory-space-on-A64.patch -Patch12: U-Boot-3-6-arm64-sunxi-reserve-space-for-boot0-header.patch -Patch13: U-Boot-4-6-arm64-sunxi-adjust-default-load-addresses.patch -Patch14: U-Boot-5-6-arm64-Pine64-update-FDT-files.patch -Patch15: U-Boot-6-6-Pine64-rename-defconfig.patch -Patch16: U-Boot-efi_loader-Clean-up-system-table-on-exit.patch -Patch17: U-Boot-efi_loader-gop-Don-t-expose-fb-address.patch - BuildRequires: bc BuildRequires: dtc @@ -203,6 +192,11 @@ install -p -m 0644 tools/env/fw_env.config $RPM_BUILD_ROOT%{_sysconfdir} %endif %changelog +* Tue Jun 7 2016 Peter Robinson 2016.07-0.1rc1 +- 2016.07 RC1 +- Build new aarch64 devices: odroid-c2 +- Build new ARMv7 devices: chromebook-jerry + * Mon May 23 2016 Peter Robinson 2016.05-3 - Ship SPL for rockchips devices