summaryrefslogtreecommitdiffstats
path: root/docs/BOOT.tftp
Commit message (Collapse)AuthorAgeFilesLines
* docs/*: Remove old documentationNathan Rossi2017-02-161-35/+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>
* 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-031-1/+1
| | | | | | | | | * 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: Improve documentation of Zynq and MicroBlaze boot flowsNathan Rossi2013-07-151-0/+35
* 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>