aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrian Woods2021-09-08 18:29:22 -0700
committerStefano Stabellini2021-09-10 15:47:45 -0700
commit18bf234a5b3e5cafed535fd8116557b0396aef25 (patch)
tree799bcd819a6f338a7d7cfcc52881f06c5cf7afe9 /README.md
parent10302c8d6d6daa8f31e9ed9a8cc79fe26b38160e (diff)
Add support for loading bitstreams
Signed-off-by: Brian Woods <brian.woods@xilinx.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8854469..9549fff 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,8 @@ DOMU_RAMDISK[1]="zynqmp-dom2/domU-ramdisk.cpio"
DOMU_MEM[1]=512
DOMU_VCPUS[1]=1
+BITSTREAM=download.bit
+
NUM_BOOT_AUX_FILE=2
BOOT_AUX_FILE[0]="BOOT.BIN"
BOOT_AUX_FILE[1]="uboot.cfg"
@@ -127,6 +129,10 @@ Where:
- LINUX_RAMDISK is optional but specifies the ramdisk to use when
booting baremetal Linux.
+- BITSTREAM is optional but specifies the bitstream to program the FPGA
+ with in u-boot when booting. Currently only a single bitstream is
+ supported.
+
- NUM_BOOT_AUX_FILE: is optional but if specified tell how many extra
files to include in the first partition with disk_image. Useful for
things like uboot config files, firmware files or other such files.