summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* README.fpgamanager.custom: Add deprecation warningsSandeep Gundlupet Raju2023-07-071-0/+3
| | | | | | | | | README.fpgamanager.custom.md file will be deprecated in upcoming release. Users should start using README.dfx.user.dts.md files for user defined dts firmware app instructions. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* README.dfx.user.dts: Add instruction for dfx_user_dts firmware appSandeep Gundlupet Raju2023-07-071-0/+475
| | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* README.fpgamanager.custom: Add instructions for fpgamanger customSandeep Gundlupet Raju2023-03-151-0/+475
| | | | | | | | Add instructions on how to create flat, DFx static, DFx RP firmware recipes by inheriting fpagmanager_custom.bbclass. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* README.booting.zynq: Fix table of content sectionSandeep Gundlupet Raju2023-03-151-7/+15
| | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* docs: Add README for booting instructions for all devicesSandeep Gundlupet Raju2023-02-286-0/+1008
| | | | | | | | Add README for booting instructions for all devices with supported boot mediums. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* docs/*: Remove old documentationNathan Rossi2017-02-164-153/+0
| | | | | | | The documentation in the docs/ directory is now out dated and was replaced with the README.*.md files in the root of the repository. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* docs/BOOT.tftp: Update KC705 boot documentationManjukumar Matha2016-05-131-2/+2
| | | | | | | Documentation update for KC705 Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* external-xilinx-toolchain: Remove toolchain supportManjukumar Matha2016-05-031-15/+0
| | | | | | | | | | This patch removes the Xilinx SDK toolchain support in meta-xilinx BSP layer. A new distro layer called meta-petalinux will be available as of May 9th 2016. The recipes to support the Xilinx SDK toolchain will added to this distro layer. Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* docs/BOOT.tftp: Update U-Boot commands for MicroBlazeNathan Rossi2016-01-061-3/+3
| | | | | | MicroBlaze now uses the 'tftpboot' command same as Zynq. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* Documentation UpdatesNathan Rossi2014-12-034-4/+30
| | | | | | | | | * Clean up documentation around ext2/cpio * Split out some of the documentation in the README file into some docs/* files * Moved MAINTAINERS information into the README Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* BOOT.tftp: UpdateNathan Rossi2014-05-211-7/+7
| | | | | | | | | | | | * Updated use of "tftp" command for zynq, now use "tftpboot" (2014.01 change) * Swap kernel and rootfs addresses so that relatively large rootfs images will be loaded without overlapping existing contents * Swap to use cpio.gz.u-boot, this format does not limit rootfs size and allows the loading of large rootfs images despite pre-configured kernel limitations Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* docs/BOOT.sdcard: Update documentation for sd bootingNathan Rossi2014-03-121-29/+65
| | | | | | | | * Remove documentation of -ram.dts and -mmcblk*.dts files * Use the "bootargs" variable of U-Boot to configure kernel 'root=' * Document the use of "uEnv.txt" Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* docs: Correct and add some documentationSipke Vriend2013-08-201-6/+30
| | | | | | | | README: correct example machine name and add images docs:BOOT.sdcard: Provide information on using second SD card partition for large file sizes. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
* docs: Improve documentation of Zynq and MicroBlaze boot flowsNathan Rossi2013-07-153-0/+82
* Add BOOT.jtag to cover booting u-boot for Zynq and MicroBlaze * Add BOOT.tftp to cover booting the kernel for Zynq and MicroBlaze * Add BOOT.sdcard to cover booting Zynq (using BOOT.BIN) Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>