Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | versal confs: cleaning up unnecessary file loading in runqemu command | Jaewon Lee | 2020-05-08 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Removing dtb fatload in boot.scr and removing unnecessary image, dtb, rootfs loading in runqemu command dtb is being loaded through boot.bin for versal so fatload through boot.scr and loading into memory through runqemu commands are not necessary (before this change dtb was essentially being loaded three times) image will be fatloaded through boot.scr (provided in sd image) rootfs is provided through sd image Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com> | ||||
* | u-boot-zynq-scr: Setting sd as default bootmode for versal | Jaewon Lee | 2019-12-09 | 1 | -0/+4 |
Setting sd as default bootmode for versal and adding default boot.scr for versal. NOTE: the difference between zynqmp and versal boot.scr template is versal doesn't have 'earlycon' Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> |