xilinx: Move zynq_board_read_rom_ethaddr to shared locationZynq and ZynqMP are sharing similar code and there is no reason to docode duplication. Move zynq_board_read_rom_ethaddr() to common file
xilinx: Move zynq_board_read_rom_ethaddr to shared locationZynq and ZynqMP are sharing similar code and there is no reason to docode duplication. Move zynq_board_read_rom_ethaddr() to common file foreasier conversion to DM.Use ZynqMP version that's why also add CONFIG_ZYNQ_EEPROM_BUS to Syzygywhich is only one Zynq board which is using this feature.Signed-off-by: Michal Simek <michal.simek@xilinx.com>
show more ...
SPDX: Convert a few files that were missed beforeAs part of the main conversion a few files were missed. These files hadadditional whitespace after the '*' and before the SPDX tag and myprevious
SPDX: Convert a few files that were missed beforeAs part of the main conversion a few files were missed. These files hadadditional whitespace after the '*' and before the SPDX tag and myprevious regex was too strict. This time I did a grep for all SPDX tagsand then filtered out anything that matched the correct styles.Fixes: 83d290c56fab ("SPDX: Convert all of our single license tags to Linux Kernel style")Reported-by: Heinrich Schuchardt <xypron.debian@gmx.de>Signed-off-by: Tom Rini <trini@konsulko.com>
SPDX: Convert all of our single license tags to Linux Kernel styleWhen U-Boot started using SPDX tags we were among the early adopters andthere weren't a lot of other examples to borrow from. So
SPDX: Convert all of our single license tags to Linux Kernel styleWhen U-Boot started using SPDX tags we were among the early adopters andthere weren't a lot of other examples to borrow from. So we picked thearea of the file that usually had a full license text and replaced itwith an appropriate SPDX-License-Identifier: entry. Since then, theLinux Kernel has adopted SPDX tags and they place it as the very firstline in a file (except where shebangs are used, then it's second line)and with slightly different comment styles than us.In part due to community overlap, in part due to better tag visibilityand in part for other minor reasons, switch over to that style.This commit changes all instances where we have a single declaredlicense in the tag as both the before and after are identical in tagcontents. There's also a few places where I found we did not have a tagand have introduced one.Signed-off-by: Tom Rini <trini@konsulko.com>
arm: zynq: Convert all board to use arch ps7_init codeUse generic implementation. It will also reduce config data size forconverted boards.Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arm: zynq: Get rid of ps7_reset_apu() for syzygy boardThere is no reason to call separate function.Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arm: zynq: Remove ps7_debug codeSPL is not calling this code that's why it is dead code and can beremoved.Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arm: zynq: Add support for SYZYGY Hub boardAdd the Zynq-based SYZYGY Hub board from Opal Kelly. The boardcontains a Xilinx Zynq xc7z012s SoC, 1GB DDR3 RAM, and supportsbooting from SD.Signed-of
arm: zynq: Add support for SYZYGY Hub boardAdd the Zynq-based SYZYGY Hub board from Opal Kelly. The boardcontains a Xilinx Zynq xc7z012s SoC, 1GB DDR3 RAM, and supportsbooting from SD.Signed-off-by: Tom McLeod <tom.mcleod@opalkelly.com>Cc: Michal Simek <monstr@monstr.eu>CC: Albert Aribaud <albert.u.boot@aribaud.net>Signed-off-by: Michal Simek <michal.simek@xilinx.com>