diff options
Diffstat (limited to 'meta-xilinx-bsp')
4 files changed, 0 insertions, 11 deletions
diff --git a/meta-xilinx-bsp/conf/machine/vc-p-a2197-00-versal.conf b/meta-xilinx-bsp/conf/machine/vc-p-a2197-00-versal.conf index 59b1e99e..f6337afa 100644 --- a/meta-xilinx-bsp/conf/machine/vc-p-a2197-00-versal.conf +++ b/meta-xilinx-bsp/conf/machine/vc-p-a2197-00-versal.conf | |||
@@ -50,14 +50,10 @@ QB_ROOTFS_OPT_qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" | |||
50 | QB_OPT_APPEND ?= " -serial null -serial null -serial mon:stdio -display none" | 50 | QB_OPT_APPEND ?= " -serial null -serial null -serial mon:stdio -display none" |
51 | 51 | ||
52 | QB_OPT_APPEND_append_qemuboot-xilinx = " \ | 52 | QB_OPT_APPEND_append_qemuboot-xilinx = " \ |
53 | -device loader,file=${DEPLOY_DIR_IMAGE}/Image,addr=0x80000 \ | ||
54 | -device loader,file=${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.cpio.gz.u-boot,addr=0x6000000 \ | ||
55 | -device loader,file=${DEPLOY_DIR_IMAGE}/system.dtb,addr=0x4000000 \ | ||
56 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-ps-vc-p-a2197-00.dtb \ | 53 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-ps-vc-p-a2197-00.dtb \ |
57 | -display none \ | 54 | -display none \ |
58 | -net nic -net user,tftp=${DEPLOY_DIR_IMAGE} \ | 55 | -net nic -net user,tftp=${DEPLOY_DIR_IMAGE} \ |
59 | " | 56 | " |
60 | |||
61 | # PLM instance args | 57 | # PLM instance args |
62 | QB_PLM_OPT = " \ | 58 | QB_PLM_OPT = " \ |
63 | -M microblaze-fdt \ | 59 | -M microblaze-fdt \ |
diff --git a/meta-xilinx-bsp/conf/machine/vck190-versal.conf b/meta-xilinx-bsp/conf/machine/vck190-versal.conf index 7f2a8b63..028c2b18 100644 --- a/meta-xilinx-bsp/conf/machine/vck190-versal.conf +++ b/meta-xilinx-bsp/conf/machine/vck190-versal.conf | |||
@@ -56,9 +56,6 @@ QB_ROOTFS_OPT_qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" | |||
56 | QB_OPT_APPEND ?= " -serial null -serial null -serial mon:stdio -display none" | 56 | QB_OPT_APPEND ?= " -serial null -serial null -serial mon:stdio -display none" |
57 | 57 | ||
58 | QB_OPT_APPEND_append_qemuboot-xilinx = " \ | 58 | QB_OPT_APPEND_append_qemuboot-xilinx = " \ |
59 | -device loader,file=${DEPLOY_DIR_IMAGE}/Image,addr=0x80000 \ | ||
60 | -device loader,file=${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.cpio.gz.u-boot,addr=0x6000000 \ | ||
61 | -device loader,file=${DEPLOY_DIR_IMAGE}/system.dtb,addr=0x4000000 \ | ||
62 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-ps-vc-p-a2197-00.dtb \ | 59 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-ps-vc-p-a2197-00.dtb \ |
63 | -display none \ | 60 | -display none \ |
64 | -net nic -net user,tftp=${DEPLOY_DIR_IMAGE} \ | 61 | -net nic -net user,tftp=${DEPLOY_DIR_IMAGE} \ |
diff --git a/meta-xilinx-bsp/conf/machine/versal-generic.conf b/meta-xilinx-bsp/conf/machine/versal-generic.conf index 07b0f323..9bf3593d 100644 --- a/meta-xilinx-bsp/conf/machine/versal-generic.conf +++ b/meta-xilinx-bsp/conf/machine/versal-generic.conf | |||
@@ -60,9 +60,6 @@ QB_ROOTFS_OPT_qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw" | |||
60 | QB_OPT_APPEND ?= " -serial null -serial null -serial mon:stdio -display none" | 60 | QB_OPT_APPEND ?= " -serial null -serial null -serial mon:stdio -display none" |
61 | 61 | ||
62 | QB_OPT_APPEND_append_qemuboot-xilinx = " \ | 62 | QB_OPT_APPEND_append_qemuboot-xilinx = " \ |
63 | -device loader,file=${DEPLOY_DIR_IMAGE}/Image,addr=0x80000 \ | ||
64 | -device loader,file=${DEPLOY_DIR_IMAGE}/${IMAGE_BASENAME}-${MACHINE}.cpio.gz.u-boot,addr=0x6000000 \ | ||
65 | -device loader,file=${DEPLOY_DIR_IMAGE}/system.dtb,addr=0x4000000 \ | ||
66 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-ps-vc-p-a2197-00.dtb \ | 63 | -hw-dtb ${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch/board-versal-ps-vc-p-a2197-00.dtb \ |
67 | -display none \ | 64 | -display none \ |
68 | -net nic -net user,tftp=${DEPLOY_DIR_IMAGE} \ | 65 | -net nic -net user,tftp=${DEPLOY_DIR_IMAGE} \ |
diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-zynq-scr/boot.cmd.sd.versal b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-zynq-scr/boot.cmd.sd.versal index 552e8d02..10e83cd0 100644 --- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-zynq-scr/boot.cmd.sd.versal +++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-zynq-scr/boot.cmd.sd.versal | |||
@@ -1,4 +1,3 @@ | |||
1 | setenv bootargs $bootargs root=/dev/mmcblk0p2 rw rootwait clk_ignore_unused | 1 | setenv bootargs $bootargs root=/dev/mmcblk0p2 rw rootwait clk_ignore_unused |
2 | fatload mmc 0 @@DEVICETREE_ADDRESS@@ @@DEVICE_TREE_NAME@@ | ||
3 | fatload mmc $sdbootdev:$partid @@KERNEL_LOAD_ADDRESS@@ @@KERNEL_IMAGETYPE@@ | 2 | fatload mmc $sdbootdev:$partid @@KERNEL_LOAD_ADDRESS@@ @@KERNEL_IMAGETYPE@@ |
4 | @@KERNEL_BOOTCMD@@ @@KERNEL_LOAD_ADDRESS@@ - @@DEVICETREE_ADDRESS@@ | 3 | @@KERNEL_BOOTCMD@@ @@KERNEL_LOAD_ADDRESS@@ - @@DEVICETREE_ADDRESS@@ |