summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-27xilinx: common: Add Makefile to common folderMichal Simek4-3/+7
2020-10-27microblaze: Enable i2c DM by defaultMichal Simek1-0/+1
2020-10-27xilinx: common: Protect board_late_init_xilinx()Michal Simek1-0/+2
2020-10-27xilinx: common: Move ZYNQ_GEM_I2C_MAC_OFFSET to board KconfigMichal Simek5-10/+23
2020-10-27spl: fdt: Record load/entry fit-images entries in 64bit formatMichal Simek2-12/+8
2020-10-27spl: Use standard FIT entriesMichal Simek5-11/+100
2020-10-27spi: zynq_qspi: Use clk subsystem to get reference qspi clkT Karthik Reddy1-8/+28
2020-10-27spi: zynq_spi: Use clk subsystem to get reference spi clkT Karthik Reddy1-7/+28
2020-10-27serial: pl01x: Add error value checkingMichal Simek1-1/+12
2020-10-27xilinx: board: Add support for additional card detectionMichal Simek1-24/+61
2020-10-27xilinx: board: Read the whole eeprom not just offsetMichal Simek4-1/+212
2020-10-27dm: core: Add support for getting node from aliasesMichal Simek3-0/+66
2020-10-27spi: xilinx_spi: remove unused local variableT Karthik Reddy1-3/+3
2020-10-27dt-bindings: arm64: versal: Add clk and power headersMichal Simek2-0/+165
2020-10-27arm64: zynqmp: Add support for saving sha3 key to different addressMichal Simek1-7/+18
2020-10-27arm64: zynqmp: Add support for SHA3 commandT Karthik Reddy2-0/+68
2020-10-27arm64: zynqmp: Add support for RSA commandT Karthik Reddy2-0/+76
2020-10-27arm64: zynqmp: Add support for encryption and decryption on data blobSiva Durga Prasad Paladugu2-1/+82
2020-10-27arm64: zynqmp: Get rid of iommus/power-domains properties for SPL DTMichal Simek1-0/+1
2020-10-27arm64: zynqmp: Enable cache commandMichal Simek1-0/+1
2020-10-27arm64: zynqmp: Enable FPGA loading from SPLMichal Simek1-0/+1
2020-10-27arm64: zynqmp: Get rid of simple_itoa and replace it by snprintfMichal Simek1-2/+5
2020-10-27mailbox: zynqmp: Extend timeout for getting observation bitMichal Simek1-1/+1
2020-10-27firmware: zynqmp: Swap addr_hi/low when PM_FPGA_LOAD is calledMichal Simek1-0/+8
2020-10-27config: versal: Update mini u-boot timer clock to 100MhzAshok Reddy Soma4-4/+4
2020-10-27arm64: versal: Update mini u-boot eMMC node parametersAshok Reddy Soma2-6/+12
2020-10-27microblaze: Add support for distro bootT Karthik Reddy2-7/+55
2020-10-27microblaze: Setup distro boot env variables at run timeT Karthik Reddy2-0/+19
2020-10-27microblaze: board: Check return value whlie saving env variablesT Karthik Reddy1-3/+7
2020-10-27microblaze: trivial code fixesT Karthik Reddy1-9/+10
2020-10-27microblaze: Enable spi for microblazeT Karthik Reddy1-0/+3
2020-10-27spi: xilinx_spi: Remove unused variableMichal Simek1-1/+1
2020-10-27arm64: zynqmp: Enable EMMC bootMichal Simek1-0/+1
2020-10-27arm64: zynqmp: Add missing support for 9cg versionMichal Simek1-1/+1
2020-10-27ARM: zynq: Add Z-turn board V5Alexandre GRIVEAUX6-109/+413
2020-10-27doc: board: xilinx: Add documentation for ZynqMP R5Michal Simek2-0/+138
2020-10-27doc: board: xilinx: Add documentation for ZynqMPMichal Simek2-0/+116
2020-10-27doc: board: xilinx: Update links to DT binding docsMichal Simek1-3/+13
2020-10-27doc: board: xilinx: zynq.rst: Update zynq documentationMichal Simek1-6/+1
2020-10-27MAINTAINERS: Record documentation for Xilinx platformsMichal Simek1-0/+1
2020-10-27microblaze: start.S: Use board_init_f_alloc/init in early initOvidiu Panait2-26/+23
2020-10-27microblaze: start.S: Factor out exception setup code to __setup_exceptionsOvidiu Panait1-94/+103
2020-10-24Merge branch '2020-10-23-misc-changes'Tom Rini66-182/+515
2020-10-23power: regulator: add dummy helperPeng Fan1-0/+114
2020-10-23phy: nop-phy: add clk bulkPeng Fan1-0/+35
2020-10-23bootm: fix wrong conditions about images overlapJaehoon Chung1-3/+5
2020-10-23cmd: fat: Use do_save() for fatwriteLad Prabhakar2-45/+4
2020-10-23test: unit tests for print_freq(), print_size()Heinrich Schuchardt2-0/+72
2020-10-23cmd: Add a 'misc' command to access miscellaneous devicesBin Meng3-0/+143
2020-10-23cmd: Split out timer command from the sleep commandBin Meng3-28/+35