summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-scr
Commit message (Collapse)AuthorAgeFilesLines
* boot.cmd.generic.root: Add load address to echo messagesSandeep Gundlupet Raju2024-10-091-5/+5
| | | | | | | | Add load address to echo messages to boot.cmd.generic.root u-boot boot script. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* boot.cmd.generic.root: Moving select_rootfs change to meta-kriaJohn Vicky Vykuntapu2024-09-161-11/+2
| | | | | | | Removing this changes because not to modify the common script Signed-off-by: John Vicky Vykuntapu <johnvicky.vykuntapu@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* boot.cmd.generic*: Update bootargs to select full rootfsJohn Vicky Vykuntapu2024-09-162-2/+11
| | | | | | | | | Update bootargs to pick full rootfs according to the selected boot target part uuid in case of production kria som. Signed-off-by: John Vicky Vykuntapu <johnvicky.vykuntapu@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* boot.cmd.generic*: Update bootargs to select full rootfsJohn Vicky Vykuntapu2024-08-252-3/+3
| | | | | | | | Update bootargs to pick full rootfs according to the selected boot targets in case of kria som. Signed-off-by: John Vicky Vykuntapu <johnvicky.vykuntapu@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* boot.cmd.generic:update syntax cp.b commandsSwagath Gadde2024-07-281-3/+3
| | | | | | | | qspi and nand read syntax are different with nor read syntax so updating cp.b commands in boot script for nor bootmode. Signed-off-by: Swagath Gadde <swagath.gadde@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* boot.cmd.generic:Add nor bootmode support in boot scriptSwagath Gadde2024-07-171-0/+11
| | | | | | | | | Add support to nor bootmode in boot script to boot linux from it. usecase: when bootmode changed on board to BPI mode it will be detected as nor Signed-off-by: Swagath Gadde <swagath.gadde@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* boot.cmd.ubifs: Fix in boot.scr for vck5000John Vicky Vykuntapu2024-03-251-0/+4
| | | | | | | | | | Due to recent u-boot changes wrt boot_cmd, booti command is taking input as booti 0x00200000 - 0x00001000, and ramdisk address offset is missing in u-boot. So, added JTAG boot mode support in boot script to support jtag boot target, When user wants to debug/boot vck5000 wrt to jtag boot mode. Signed-off-by: John Vicky Vykuntapu <johnvicky.vykuntapu@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* boot.cmd.*: Remove clk_ignore_unused from bootargsJohn Toomey2023-12-182-2/+2
| | | | | Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* u-boot-xlnx-scr: add DEVICETREE_ADDRESS_SD variable in boot scriptSwagath Gadde2023-10-131-6/+6
| | | | | | | | | | | Add support to load the different DTB load address in SD boot mode using the DEVICETREE_ADDRESS_SD variable in generic boot script. use case: When TF-A is doing some runtime memory reservation and that can be hand-off to kernel by u-boot. so satisy that case in SD boot mode we should load kernel dtb at different address so that it dont override dtb packed in BOOT.BIN. Signed-off-by: Swagath Gadde <swagath.gadde@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* boot.cmd.generic.root: Add kernel command line param supportSandeep Gundlupet Raju2023-09-071-6/+6
| | | | | | | | | Add kernel command line parameters support in boot.scr, With this user can append additional kernel command line parameters to existing bootargs. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* u-boot-xlnx-scr: Add PRE_BOOTENV variable for boot cmd filesSandeep Gundlupet Raju2023-07-254-0/+8
| | | | | | | | | Based on github Pull Request #34. While that pull request is no longer valid with other changes, the actual bug still exists. Originally reported by Felix S(ubfx). Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
* boot.cmd.generic: Update bootargs with launch_ramdisk_initRaju Kumar Pothuraju2023-06-291-0/+10
| | | | | | | | | | | | | | Map uboot env variable launch_ramdisk_init with bootargs to stop at tiny rootfs. If user specified bootargs at uboot skip appending auto bootargs. Using fdtcontroladdr uboot variable instead of hardcoded value in boot.scr. If DTB loads from FAT to DDR from uboot fdtcontroladdr points to old dtb(loaded from boot.bin or uboot.elf) so updating it with the dtb load address. Signed-off-by: Raju Kumar Pothuraju <rajukumar.pothuraju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-core:boot.cmd.generic: update boot script.Swagath Gadde2023-05-171-1/+1
| | | | | | | update the generic boot script to support xspi1 for versal-net platform. Signed-off-by: Swagath Gadde <swagath.gadde@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* u-boot-xlnx-scr: Load openamp.dtbo if presentMark Hatle2022-12-053-1/+37
| | | | | | | Loading the devicetree/openamp.dtbo if present and merge into the loaded system dtb. (Note, not all boot modes support this behavior.) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* u-boot: Rename u-boot scripts and uenv recipes and directoriesSandeep Gundlupet Raju2022-12-028-0/+247
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>