2017.05 RC3

This commit is contained in:
Peter Robinson 2017-05-03 14:27:24 +01:00
parent 98981c6793
commit 69ae0ef794
4 changed files with 31 additions and 29 deletions

View File

@ -761,7 +761,6 @@ Signed-off-by: Andre Przywara <andre.przywara@arm.com>
---
Kconfig | 4 +++-
configs/am335x_evm_defconfig | 1 -
configs/evb-rk3399_defconfig | 1 -
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Kconfig b/Kconfig
@ -796,18 +795,6 @@ index ab7b9aa..525d07e 100644
CONFIG_G_DNL_PRODUCT_NUM=0xd022
CONFIG_RSA=y
-CONFIG_SPL_OF_LIBFDT=y
diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig
index bedc1fd..8cae666 100644
--- a/configs/evb-rk3399_defconfig
+++ b/configs/evb-rk3399_defconfig
@@ -4,7 +4,6 @@ CONFIG_ROCKCHIP_RK3399=y
CONFIG_DEFAULT_DEVICE_TREE="rk3399-evb"
CONFIG_FIT=y
CONFIG_SPL_LOAD_FIT=y
-CONFIG_SPL_OF_LIBFDT=y
CONFIG_SPL_ATF_SUPPORT=y
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x200
CONFIG_SPL_ATF_TEXT_BASE=0x00010000
From patchwork Fri Mar 31 22:31:19 2017
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
@ -1346,22 +1333,9 @@ Add this list for the Pine64 and OrangePi PC2 board.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
---
configs/orangepi_pc2_defconfig | 1 +
configs/pine64_plus_defconfig | 1 +
2 files changed, 2 insertions(+)
diff --git a/configs/orangepi_pc2_defconfig b/configs/orangepi_pc2_defconfig
index 19a5c2b..9f02049 100644
--- a/configs/orangepi_pc2_defconfig
+++ b/configs/orangepi_pc2_defconfig
@@ -5,6 +5,7 @@ CONFIG_SPL=y
CONFIG_DRAM_CLK=672
CONFIG_DRAM_ZQ=3881977
CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-orangepi-pc2"
+CONFIG_OF_LIST="sun50i-h5-orangepi-pc2"
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_CONSOLE_MUX=y
# CONFIG_CMD_IMLS is not set
diff --git a/configs/pine64_plus_defconfig b/configs/pine64_plus_defconfig
index 92bda60..593e24a 100644
--- a/configs/pine64_plus_defconfig
@ -1947,3 +1921,27 @@ index 5553415..41fb58e 100644
+[1] https://github.com/apritzel/arm-trusted-firmware.git
+[2] git://github.com/linux-sunxi/sunxi-tools.git
+[3] https://github.com/apritzel/pine64/
From 94c1de70cdbe12a893cf283e704c5da28724a561 Mon Sep 17 00:00:00 2001
From: Peter Robinson <pbrobinson@gmail.com>
Date: Wed, 3 May 2017 14:18:41 +0100
Subject: [PATCH] add OF LIST
---
configs/orangepi_pc2_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/orangepi_pc2_defconfig b/configs/orangepi_pc2_defconfig
index 8e01284f75..c1f173711b 100644
--- a/configs/orangepi_pc2_defconfig
+++ b/configs/orangepi_pc2_defconfig
@@ -5,6 +5,7 @@ CONFIG_MACH_SUN50I_H5=y
CONFIG_DRAM_CLK=672
CONFIG_DRAM_ZQ=3881977
CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-orangepi-pc2"
+CONFIG_OF_LIST="sun50i-h5-orangepi-pc2"
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_CONSOLE_MUX=y
CONFIG_SPL=y
--
2.12.2

View File

@ -102,6 +102,7 @@ q8_a33_tablet_1024x600
q8_a33_tablet_800x480
r7-tv-dongle
riotboard
rock
rock2
rpi_2
rpi_3_32b

View File

@ -1 +1 @@
SHA512 (u-boot-2017.05-rc2.tar.bz2) = 306f200258e2a07107667fc2485c617b6a2f0facf68b02026d5d33640546804db3968d7e4e7121450e2e32ba2fc1682d4e8087be566eed4164ea38aca4956cba
SHA512 (u-boot-2017.05-rc3.tar.bz2) = f76d01057ca282ca629279865a65cb8404d5e0e96f5f73bfaaa9c66de351f18962143450788ba9c6b9187c4b774e3527f9eb796daa3d0bbcf7fde87ce1c40428

View File

@ -1,8 +1,8 @@
%global candidate rc2
%global candidate rc3
Name: uboot-tools
Version: 2017.05
Release: 0.6%{?candidate:.%{candidate}}%{?dist}
Release: 0.7%{?candidate:.%{candidate}}%{?dist}
Summary: U-Boot utilities
Group: Development/Tools
@ -262,6 +262,9 @@ cp -p board/warp7/README builds/docs/README.warp7
%endif
%changelog
* Wed May 3 2017 Peter Robinson <pbrobinson@fedoraproject.org> 2017.05-0.7.rc7
- 2017.05 RC3
* Mon Apr 24 2017 Peter Robinson <pbrobinson@fedoraproject.org> 2017.05-0.6.rc2
- Add SPL/ATF support for AllWinner A64 SoCs
- Ship u-boot elf binaries for all aarch64 devices