| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|
|
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>
|