diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-04-04 16:46:30 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-04-08 09:50:25 -0500 |
commit | bc989ba4a8c21b7c60959335e47ed97fa3b1a9b3 (patch) | |
tree | 0e3afbcaee388d2e3e5d3e18f32827768a55b204 /meta-xilinx-standalone-experimental | |
parent | 7063fa8d7e099fa2e9dc277a1b1985c481c05dc3 (diff) | |
download | meta-xilinx-bc989ba4a8c21b7c60959335e47ed97fa3b1a9b3.tar.gz |
README.sdt.bsp.md: Add system device tree bsp README
Add system device tree bsp README which provide BSP settings such
as QEMU PMC/PMU DTB, QEMU PS DTB etc.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone-experimental')
-rw-r--r-- | meta-xilinx-standalone-experimental/README.sdt.bsp.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/README.sdt.bsp.md b/meta-xilinx-standalone-experimental/README.sdt.bsp.md new file mode 100644 index 00000000..d87550d3 --- /dev/null +++ b/meta-xilinx-standalone-experimental/README.sdt.bsp.md | |||
@@ -0,0 +1,39 @@ | |||
1 | # SDT BSP | ||
2 | |||
3 | This section describes the SDT BSP settings which must be added to the generated | ||
4 | machine configuration file, following [Build Instructions](README.md) step 4, in | ||
5 | order to use the runqemu command. | ||
6 | |||
7 | ## SDT BSP settings | ||
8 | |||
9 | The following board settings need to be added in sdt machine configuration file | ||
10 | to define which QEMU device trees should be used. | ||
11 | |||
12 | > **Variable usage examples:** | ||
13 | > | ||
14 | > QEMU Device tree deploy directory: `QEMU_HW_DTB_PATH = "${DEPLOY_DIR_IMAGE}/qemu-hw-devicetrees/multiarch"` | ||
15 | > | ||
16 | > QEMU PMU Device tree: `QEMU_HW_DTB_PMU = "${QEMU_HW_DTB_PATH}/zynqmp-pmu.dtb"` | ||
17 | > | ||
18 | > QEMU PMC Device tree: `QEMU_HW_DTB_PS = "${QEMU_HW_DTB_PATH}/board-versal-ps-vck190.dtb"` | ||
19 | > | ||
20 | > QEMU PS Board Device tree: `QEMU_HW_DTB_PMC = "${QEMU_HW_DTB_PATH}/board-versal-pmc-virt.dtb"` | ||
21 | |||
22 | | Devices | Evaluation Board | QEMU PMC or PMU DTB file | QEMU PS DTB file | | ||
23 | |------------|-------------------------------------------------------------------------------|-----------------------------|-------------------------------| | ||
24 | | ZynqMP | [ZCU102](https://www.xilinx.com/products/boards-and-kits/ek-u1-zcu102-g.html) | `zynqmp-pmu.dtb` | `zcu102-arm.dtb` | | ||
25 | | | [ZCU104](https://www.xilinx.com/products/boards-and-kits/zcu104.html) | `zynqmp-pmu.dtb` | `zcu102-arm.dtb` | | ||
26 | | | [ZCU106](https://www.xilinx.com/products/boards-and-kits/zcu106.html) | `zynqmp-pmu.dtb` | `zcu102-arm.dtb` | | ||
27 | | | [ZCU111](https://www.xilinx.com/products/boards-and-kits/zcu111.html) | `zynqmp-pmu.dtb` | `zcu102-arm.dtb` | | ||
28 | | | [ZCU208](https://www.xilinx.com/products/boards-and-kits/zcu208.html) | `zynqmp-pmu.dtb` | `zcu102-arm.dtb` | | ||
29 | | | [ZCU216](https://www.xilinx.com/products/boards-and-kits/zcu216.html) | `zynqmp-pmu.dtb` | `zcu102-arm.dtb` | | ||
30 | | | [ZCU670](https://www.xilinx.com/products/boards-and-kits/zcu670.html) | `zynqmp-pmu.dtb` | `zcu102-arm.dtb` | | ||
31 | | Versal | [VCK190](https://www.xilinx.com/products/boards-and-kits/vck190.html) | `board-versal-pmc-virt.dtb` | `board-versal-ps-vck190.dtb` | | ||
32 | | | [VMK180](https://www.xilinx.com/products/boards-and-kits/vmk180.html) | `board-versal-pmc-virt.dtb` | `board-versal-ps-vmk180.dtb` | | ||
33 | | | [VPK120](https://www.xilinx.com/products/boards-and-kits/vpk120.html) | `board-versal-pmc-virt.dtb` | `board-versal-ps-vpk120.dtb` | | ||
34 | | | [VPK180](https://www.xilinx.com/products/boards-and-kits/vpk180.html) | `board-versal-pmc-virt.dtb` | `board-versal-ps-vpk180.dtb` | | ||
35 | | | [VEK280](https://www.xilinx.com/products/boards-and-kits/vek280.html) | `board-versal-pmc-virt.dtb` | `board-versal-ps-vek280.dtb` | | ||
36 | | | [VHK158](https://www.xilinx.com/products/boards-and-kits/vhk158.html) | `board-versal-pmc-virt.dtb` | `board-versal-ps-vhk158.dtb` | | ||
37 | |||
38 | > **Note:** Additional information on Xilinx architectures can be found at: | ||
39 | https://www.xilinx.com/products/silicon-devices.html | ||