summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-virtualization/recipes-bsp
Commit message (Collapse)AuthorAgeFilesLines
* device-tree: Disable meta-virtualization xen DTSI and apply it only for LinuxMark Hatle2025-03-307-0/+274
| | | | | | | | In meta-virtualization, when used with meta-xilinx-core, the XEN dtsi was always enabled, even in a non-Linux based build. This caused compilation issues as cortex-r5 and other CPUs are missing required parameters for Xen. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* u-boot-xlnx-scr: Enable addendum if BOOTMODE is xenSandeep Gundlupet Raju2025-03-302-5/+3
| | | | | | | | Enable SCRIPT_SED_ADDENDUM if BOOTMODE is set to xen by including mxv-xen-boot-cmd inclusion file to u-boot-xlnx-scr bbappend. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* xen-boot-cmd: Add xen variable as addendumMark Hatle2024-11-112-0/+16
For xen boot the u-boot script environment variables needs to be complied as part of u-boot-xlnx-scr recipe. In order to duplicate the variables definition for xen and non-xen boot make xen variables as addendum to u-boot-xlnx-scr recipe. Upstream-Status: Submitted [https://lists.yoctoproject.org/g/meta-virtualization/message/8233] Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com> Transfer from 2024.2 fork of meta-virtualization, as this won't be in meta-virtualization scarthgap. Signed-off-by: Mark Hatle <mark.hatle@amd.com>