summaryrefslogtreecommitdiffstats
path: root/configs/xilinx_versal_virt_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* arm64: versal: Enable different ethernet phy for virt platformMichal Simek2019-02-141-0/+5
| | | | | | | This platform is going to become generic that's why it is necessary also enable different PHY vendors. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* configs: Don't use SPI_FLASH_BAR as defaultVignesh R2019-02-071-1/+0
| | | | | | | | | | | | | | | Now that new SPI NOR layer uses stateless 4 byte opcodes by default, don't enable SPI_FLASH_BAR. For SPI controllers that cannot support 4-byte addressing, (stm32_qspi.c, fsl_qspi.c, mtk_qspi.c, ich.c, renesas_rpc_spi.c) add an imply clause to enable SPI_FLASH_BAR so as to not break functionality. Signed-off-by: Vignesh R <vigneshr@ti.com> Tested-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Tested-by: Stefan Roese <sr@denx.de> Tested-by: Horatiu Vultur <horatiu.vultur@microchip.com> Reviewed-by: Jagan Teki <jagan@openedev.com> Tested-by: Jagan Teki <jagan@amarulasolutions.com> #zynq-microzed
* arm64: versal: Enable dm commandMichal Simek2019-01-241-0/+1
| | | | | | | It is useful to have this command enable to see which devices are bind/probed. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: versal: Enable i2c cadence controller and i2c commandMichal Simek2019-01-241-0/+3
| | | | | | Enable communication over i2c. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: versal: Setup DM_ETH/MMC if NET/MMC is enabledMichal Simek2019-01-241-2/+0
| | | | | | Setup proper ETH/MMC dependency for the whole platform. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* arm64: versal: Add Xilinx Versal Virtual QEMU boardMichal Simek2018-10-161-0/+68
Virtual QEMU board is generating DTB self and putting it to VERSAL_QEMU_DTB_ADDR address. Board is using CONFIG_OF_BOARD which ensures that u-boot is aligned with board created by QEMU. Signed-off-by: Michal Simek <michal.simek@xilinx.com>