summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-bsp/u-boot/u-boot-zynq-scr
Commit message (Collapse)AuthorAgeFilesLines
* u-boot: Rename u-boot scripts and uenv recipes and directoriesSandeep Gundlupet Raju2023-04-078-247/+0
| | | | | | | | | | | Rename u-boot script and uenv recipes. These recipes are used by all the generic machines not just specific to zynq. u-boot-zynq-scr -> u-boot-xlnx-scr u-boot-zynq-uenv -> u-boot-xlnx-uenv Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* u-boot-zynq-scr: Update boot.cmd.generic.root to auto select mmc or usbMark Hatle2022-08-261-0/+7
| | | | | | | | | Autoselect the root device as mmcblk0/1p, or sda. This allows the partition to be appended as well as other overrides to be selected from the Yocto Project configuration. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* boot.cmd.generic.root: Add new boot script with root paramsSandeep Gundlupet Raju2022-08-241-0/+91
| | | | | | | | | | Add new boot script with kernel root parameters which is appended in boot.scr for all the boot modes when the root parameters is not defined in DTB file. This boot script is set as default in the yocto generic machine configuration file. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* boot.cmd.sd.versal: Use SDBOOTDEV variable for SD deviceSandeep Gundlupet Raju2022-08-191-1/+3
| | | | | | | | When you have both SD controllers enabled, user can boot from either mmc0 or mmc1 by setting the SDBOOTDEV variable. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* boot.cmd.generic:add support for usb bootSwagath Gadde2022-02-021-1/+1
| | | | | | | This patch will add support for usb devices which is needed when it is in boot_targets. Signed-off-by: Swagath Gadde <swagath.gadde@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* Initial restructure/split of meta-xilinx-bspMark Hatle2021-12-227-0/+147
Create a new meta-xilinx-core, move core functionality to the core, keeping board specific files in the bsp layer. zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp is not available it will not fail. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>