Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | u-boot-zynq-scr:Add initrd label to pxe config | Swagath Gadde | 2019-12-17 | 1 | -0/+1 |
| | | | | | | | | | | | | This patch adds the initrd label command to pxe config file which is required to boot linux in pxeboot with initrd image. initrd <path> - if this label is chosen, use tftp to retrieve the initrd at <path>. it will be stored at the address indicated in the initrd_addr_r environment variable, and that address will be passed to bootm Signed-off-by: Swagath Gadde <swagathg@xilinx.com> | ||||
* | u-boot-zynq-scr.bb: Recipe to create u-boot.scr for Xilinx devices | Manjukumar Matha | 2019-08-15 | 1 | -0/+3 |
Xilinx u-boot supports distrocmd, this required u-boot.scr from distro to provide the required default boot instead of scanning through the list of available boot devices. This patch enables SD boot mode by default for ZU+ and Versal devices. Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> |