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