From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Fri, 5 Oct 2018 23:01:38 +0200 Subject: [U-Boot] [PULL] rockchip patch-queue 2018-10-05 Message-ID: <4B1641A2-F110-46EF-B6A7-048BDAAD91C6@theobroma-systems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Tom, Another set of fixes for u-boot-rockchip is ready for integration. A Travis-CI report is at https://travis-ci.org/ptomsich/u-boot-rockchip/builds/437333443 Thanks, Philipp. The following changes since commit a1588ac8228881f9fe65539fa8e31f0ee3556864: Merge tag 'rockchip-for-v2018.11' of git://git.denx.de/u-boot-rockchip (2018-10-03 12:09:19 -0400) are available in the git repository at: git://git.denx.de/u-boot-rockchip.git tags/rockchip-for-v2018.11-rc2 for you to fetch changes up to f25c1755a715d0d1794bd0827549367c20182501: rockchip: Fix rkimage format for SPL boot over USB (2018-10-04 22:55:47 +0200) ---------------------------------------------------------------- Rockchip-focused changes for v2018.11-rc2: - fixes to rkimage for SPL boot via USB - fixes to make_fit_atf.py, incl. entry-point calculation and python3 compatibility - OP-TEE support for ARMv7-based SoCs - fixes to RGMII/GMII selection on the RK3328 ---------------------------------------------------------------- Andreas Färber (1): rockchip: make_fit_atf.py depends on u-boot Daniel Gröber (1): rockchip: Fix rkimage format for SPL boot over USB Janine Hagemann (2): net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmii net: gmac_rockchip: Add handling for RGMII_ID/RXID/TXID Kever Yang (3): rockchip: make_fit_atf: fix warning unit_address_vs_reg spl: add support to booting with OP-TEE rockchip: add fit source file for pack itb with op-tee Mian Yousaf Kaukab (2): rockchip: make_fit_atf: use elf entry point rockchip: make_fit_atf: make python3 compatible Makefile | 5 ++++- arch/arm/mach-rockchip/fit_spl_optee.its | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/mach-rockchip/make_fit_atf.py | 96 +++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------- common/spl/Kconfig | 7 +++++++ common/spl/Makefile | 1 + common/spl/spl.c | 7 +++++++ common/spl/spl_optee.S | 12 ++++++++++++ drivers/net/gmac_rockchip.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------- include/spl.h | 13 +++++++++++++ tools/rkimage.c | 5 ++--- 10 files changed, 208 insertions(+), 68 deletions(-) create mode 100644 arch/arm/mach-rockchip/fit_spl_optee.its create mode 100644 common/spl/spl_optee.S