[U-Boot] [GIT PULL] Xilinx patches for v2017.07

Hi Tom,
please pull these patches to your tree. Travis is not showing me any problem.
Thanks, Michal
The following changes since commit b9f7d8817424bb328d5eac9b16196a1189b8b6f5:
powerpc, 5xx: remove some "5xx" remains (2017-06-16 10:14:56 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git tags/xilinx-for-v2017.07
for you to fetch changes up to e625881ad77c7cc0ffc39376ae32179c933b3710:
arm: zynq: Add support for the topic-miamilite system-on-module (2017-06-20 16:42:13 +0200)
---------------------------------------------------------------- Xilinx changes for v2017.07
ZynqMP: - config cleanup - SD LS mode support - psu_init* cleanup - unmap OCM - Support for SMC
Zynq: - add ddrc to Kconfig - add topic-miamilite board support
---------------------------------------------------------------- Jean-Francois Dagenais (2): arm64: zynqmp: spl: fix dual SD controller support arm64: zynqmp: spl: use given boot_device instead of fetching it again
Michal Simek (9): arm64: zynqmp: Remove CPU_RELEASE_ADDR macro microblaze: Build only DTBs for selected target arm64: zynqmp: Wire SD1 level shifter mode to SPL arm64: zynqmp: Fix psu_init* external functions arm64: zynqmp: Decrease MALLOC size for SPL arm64: zynqmp: Add empty sleep.h file for psu_init* compilation arm64: zynqmp: Add comment about level shifter mode v1 arm64: zynqmp: Do not map unused OCM/TCM region arm64: zynqmp: Check pmufw version
Mike Looijmans (2): arm: zynq: Move CONFIG_SF_DUAL_FLASH to defconfig arm: zynq: Add support for the topic-miamilite system-on-module
Peter Robinson (1): block: sata: ceva: drop extraneous netdev.h include
Siva Durga Prasad Paladugu (3): arm: zynq: Add Kconfig option for any DDR specific initialization arm64: zynqmp: Define routines for mmio write and read fpga: zynqmppl: Reuse invoke_smc routine
README | 6 ---- arch/arm/cpu/armv8/zynqmp/cpu.c | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- arch/arm/cpu/armv8/zynqmp/spl.c | 13 +++++++-- arch/arm/dts/Makefile | 1 + arch/arm/dts/zynq-topic-miamilite.dts | 17 ++++++++++++ arch/arm/include/asm/arch-zynqmp/sys_proto.h | 8 ++++++ arch/arm/mach-zynq/Kconfig | 8 ++++++ arch/arm/mach-zynq/ddrc.c | 4 +++ arch/microblaze/dts/Makefile | 2 +- board/topic/zynq/zynq-topic-miamilite/ps7_init_gpl.c | 227 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/topic/zynq/zynq-topic-miamilite/ps7_regs.txt | 61 +++++++++++++++++++++++++++++++++++++++++ board/xilinx/zynqmp/sleep.h | 1 + board/xilinx/zynqmp/xil_io.h | 3 -- board/xilinx/zynqmp/zynqmp.c | 8 ++++++ configs/topic_miamilite_defconfig | 53 ++++++++++++++++++++++++++++++++++++ configs/topic_miamiplus_defconfig | 3 +- drivers/block/sata_ceva.c | 1 - drivers/fpga/zynqmppl.c | 25 ++++++----------- drivers/mtd/spi/Kconfig | 7 +++++ include/configs/topic_miami.h | 1 - include/configs/topic_miamiplus.h | 2 -- include/configs/xilinx_zynqmp.h | 7 ++--- scripts/config_whitelist.txt | 1 - 23 files changed, 527 insertions(+), 46 deletions(-) create mode 100644 arch/arm/dts/zynq-topic-miamilite.dts create mode 100644 board/topic/zynq/zynq-topic-miamilite/ps7_init_gpl.c create mode 100644 board/topic/zynq/zynq-topic-miamilite/ps7_regs.txt create mode 100644 board/xilinx/zynqmp/sleep.h create mode 100644 configs/topic_miamilite_defconfig delete mode 100644 include/configs/topic_miamiplus.h

On Tue, Jun 20, 2017 at 04:45:19PM +0200, Michal Simek wrote:
Hi Tom,
please pull these patches to your tree. Travis is not showing me any problem.
Thanks, Michal
The following changes since commit b9f7d8817424bb328d5eac9b16196a1189b8b6f5:
powerpc, 5xx: remove some "5xx" remains (2017-06-16 10:14:56 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git tags/xilinx-for-v2017.07
for you to fetch changes up to e625881ad77c7cc0ffc39376ae32179c933b3710:
arm: zynq: Add support for the topic-miamilite system-on-module (2017-06-20 16:42:13 +0200)
Xilinx changes for v2017.07
ZynqMP:
- config cleanup
- SD LS mode support
- psu_init* cleanup
- unmap OCM
- Support for SMC
Zynq:
- add ddrc to Kconfig
- add topic-miamilite board support
Applied to u-boot/master, thanks!
participants (2)
-
Michal Simek
-
Tom Rini