summaryrefslogtreecommitdiffstats
path: root/doc/board/xilinx
Commit message (Collapse)AuthorAgeFilesLines
* doc: board: xilinx: Add documentation for ZynqMP R5Michal Simek2020-10-272-0/+138
| | | | | | | Add missing documentation for Xilinx ZynqMP R5 configuration with steps how to run it. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* doc: board: xilinx: Add documentation for ZynqMPMichal Simek2020-10-272-0/+116
| | | | | | | Add missing documentation for Xilinx ZynqMP configuration with steps how to configure it and run it. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* doc: board: xilinx: Update links to DT binding docsMichal Simek2020-10-271-3/+13
| | | | | | | Several drivers have been added without updating documentation. And also some dt bindings have been moved to yaml. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* doc: board: xilinx: zynq.rst: Update zynq documentationMichal Simek2020-10-271-6/+1
| | | | | | | - Correct location of BSP code - Remove TODO which is done already Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* doc: board: xilinx: zynq.rst: add description how to flash a SD cardJohannes Krottmayer2020-06-241-0/+19
| | | | | | | | | Add a short description in the ZYNQ documentation how to prepare a SD card and copy the related images to SD card. Signed-off-by: Johannes Krottmayer <krjdev@gmail.com> Cc: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* ARM: zynq: Switch to single zynq configurationsMichal Simek2020-04-061-1/+2
| | | | | | | | | | | | | | There are a lot of zynq configurations which can be merged together and use only one for all. The similar change has been done for ZynqMP by commit be1b6c32d940 ("arm64: zynqmp: Use zynqmp_virt platform") Build SPL with u-boot.img for zc706 like this. export DEVICE_TREE=zynq-zc706 && make xilinx_zynq_virt_defconfig && make -j8 u-boot.img is generic for all boards. Tested on Zybo, zc702, zc706, zc770-xm011-x16, cc108 and microzed. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
* doc: README.xilinx: Add dt bindingsT Karthik Reddy2019-10-082-0/+39
| | | | | | | | | | | Devicetree bindings are already specified in Linux kernel documentation. Instead of maintaining same dt bindings in U-Boot doc specify path to dt bindings in Linux kernel & documenting specific changes that are in U-Boot. Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
* doc: board: Add missing board index.rst filesBin Meng2019-07-291-0/+9
| | | | | | | | | These board index.rst files are missing in previous html doc patch series, hence it causes some build warnings. Add those files. Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
* doc: board: Convert README.zynq to reSTBin Meng2019-07-241-0/+95
Convert plain text documentation to reStructuredText format and add it to Sphinx TOC tree. No essential content change. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>