- Apr 09, 2018
-
-
Michal Simek authored
Xilinx zcu104 is another customer board. It is sort of zcu102 clone with some differences. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Add support for zc12xx boards. All of them are internal boards for silicon validation and share very similar base platforms. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
zc1751 is based board with dc3 extenstion card which is used for silicon validation. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Add support for Xilinx zcu100. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
SPL MMC boot requires to have clock early. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
This part hasn't been pushed to mainline yet that's why remove it. The patch can be reverted in future when this is pushed there. Reported-by:
Alexander Graf <agraf@suse.de> Signed-off-by:
Michal Simek <michal.simek@xilinx.com> Reviewed-by:
Alexander Graf <agraf@suse.de>
-
Michal Simek authored
This part hasn't been pushed to mainline yet that's why remove it. The patch can be reverted in future when this is pushed there. Reported-by:
Alexander Graf <agraf@suse.de> Signed-off-by:
Michal Simek <michal.simek@xilinx.com> Reviewed-by:
Alexander Graf <agraf@suse.de>
-
Michal Simek authored
Add psu init for zc1751 dc cards. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Add psu init for zcu102-revA. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
This patch enables the fixed link support for all ZynqMP boards. Signed-off-by:
Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
There is no memory which stores mac address that's why generate it. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Enable ethernet phys for zc1751 dc5. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Luca Ceresoli authored
U-Boot is now able to boot to ARM Trusted Firmware (ATF). The boot flow is SPL(EL3) loads ATF and full u-boot and jump to ATF(EL3) which pass control to full u-boot(EL2). This has been tested on zcu106, so enable it in this defconfig. To generate an image that triggers this booting flow, you need to pass '-O arm-trusted-firmware' to mkimage. Signed-off-by:
Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Targets without net can't use pxe or dhcp boot methods. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Siva Durga Prasad Paladugu authored
This patch reads phytype from property "xlnx,phy-type" instead od simply looking for "phy-type". This is to be inline with Linux and also fixes the issue of detecting it wrongly in u-boot. Signed-off-by:
Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com>
-
Vipul Kumar authored
This patch uses writeq() function to enable greater than 32 bit addressing of axi-ethernet for the ZynqMP devices. Signed-off-by:
Vipul Kumar <vipulk@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com> Acked-by:
Joe Hershberger <joe.hershberger@ni.com>
-
Vipul Kumar authored
In commit 2453c695 ("arm64: zynqmp: nand: Fixed NAND erase issue for size 1GiB or more"), ARASAN_NAND_MEM_ADDR1_PAGE_MASK macro changed to 0xFFFF and the same macro is used in nand write and so that getting nand write error. This patch reverted this macro to the 0xFFFF0000 and used ARASAN_NAND_MEM_ADDR1_COL_MASK in the nand erase function which is equal to 0xFFFF. Signed-off-by:
Vipul Kumar <vipulk@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Siva Durga Prasad Paladugu authored
There is delay needed after PCFG_PROGB change if AES key source is efuse. This fixes the issue of encrypted bitstream loading with AES efuse as key source. Signed-off-by:
Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Siva Durga Prasad Paladugu authored
Xilfpga library expects the size of bitstream in a pointer but currenly we are passing the size as a value. This patch fixes this issue. Signed-off-by:
Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by:
Nava kishore Manne <navam@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Siva Durga Prasad Paladugu authored
Latest xilfpga expects to set BIT5 of flags for nonsecure bitsream and also expects length in bytes instead of words This patch does the same. Signed-off-by:
Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com> Reviewed-by:
Joe Hershberger <joe.hershberger@ni.com>
-
Nitin Jain authored
This patch adds support for ZynqMP platform to print FPGA PCAP status for "fpga status" command. Signed-off-by:
Nitin Jain <nitinj@xilinx.com> Signed-off-by:
Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
New and old clk drivers are sharing IDs and descriptions. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Sync with mainline. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
- Use eeprom for node name - Use atmel compatible string instead of at. - Add missing labels Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Javier Martinez Canillas authored
The at24 driver allows to register I2C EEPROM chips using different vendor and devices, but the I2C subsystem does not take the vendor into account when matching using the I2C table since it only has device entries. But when matching using an OF table, both the vendor and device has to be taken into account so the driver defines only a set of compatible strings using the "atmel" vendor as a generic fallback for compatible I2C devices. So add this generic fallback to the device node compatible string to make the device to match the driver using the OF device ID table. Signed-off-by:
Javier Martinez Canillas <javier@dowhile0.org> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
i2c muxes should described like this. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Use different location for SPDX line. Also update dates for new mainline DTS files. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
The patch fixing issues reported by DTC: zynq-cc108.dtb: Warning (unit_address_format): Node /amba/spi@e000d000/flash@0/partition@0x400000 unit name should not have leading "0x" zynq-cc108.dtb: Warning (unit_address_format): Node /amba/spi@e000d000/flash@0/partition@0x800000 unit name should not have leading "0x" zynq-cc108.dtb: Warning (unit_address_format): Node /amba/spi@e000d000/flash@0/partition@0xc00000 unit name should not have leading "0x" zynq-cc108.dtb: Warning (unit_address_format): Node /amba/spi@e000d000/flash@0/partition@0xd00000 unit name should not have leading "0x" zynq-cc108.dtb: Warning (unit_address_format): Node /amba/spi@e000d000/flash@0/partition@0xf00000 unit name should not have leading "0x" Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
There is no reason to have double spaces for indentation. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Add vendor prefix to si5341. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
There shouldn't be a number appended based on spec. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
U-Boot commands shouldn't be the part of kernel DTS files. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Srinivas Goud authored
This patch adds no-1-8-v below properties to sd node for dc5 board dts. Signed-off-by:
Srinivas Goud <srinivas.goud@xilinx.com> Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Enable TTCs for this target as is done in Linux kernel. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
eeprom can contain information which can be used by nvmem drivers. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
This changes was done in mainline and this patch is just following it. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Using different node name and label partitions as data. Also use latest compatible strings based on mainline review. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Follow spec for node names. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Instead of hardcoding numbers. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-
Michal Simek authored
Remove additional comments which were removed as the part of upstreaming. Signed-off-by:
Michal Simek <michal.simek@xilinx.com>
-