summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'xilinx/rel-v2024.1' into HEADMark Hatle2024-04-041-0/+4
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * machine-xilinx-default.inc: Set default libmetal and openamp providerSandeep Gundlupet Raju2024-03-281-0/+4
| | | | | | | | | | | | | | | | Building libmetal and openamp using poky core-image-minimal requires providers, Hence set default libmetal and openamp provider. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | kernel-module-mali: Version based to match linux-xlnx kernelMark Hatle2024-03-271-0/+3
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | qemu: Remove versions older then 8.1, no longer compatibleMark Hatle2024-03-271-9/+5
| | | | | | | | | | | | Versions older then 8.1 are no longer compatible with the runqemu. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master-nextMark Hatle2024-03-266-5/+42
|\| | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * machine-xilinx-default.inc: use u-boot.elf for MB and ZynqVaralaxmi Bingi2024-03-181-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For microblaze u-boot not booting on qemu or hw after moving to u-boot 2024.1 rebase branch. Reason explained below: u-boot will provide output files as u-boot.elf, u-boot, u-boot.bin, u-boot-nodtb.bin etc.. For Microblaze and Zynq we are using u-boot output file For aarch64 family we are using u-boot.elf u-boot: which has no relocation inside, then we apply relocation (rela section) over binary. and then copying as u-boot.elf and using it. u-boot.elf: It will relocation inside it and without debug symbols. After recent relocation changes in u-boot we should use u-boot.elf only for all platforms. Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * u-boot: Update version to 2024.01John Toomey2024-02-131-1/+1
| | | | | | | | | | | | | | | | Switch to latest commit on release branch. Also remove unused microblaze header file for 2024.1 release. Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * linux-xlnx: Move 2024.1 to release branch and commitMark Hatle2024-02-091-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * soc-tune-include: Add cortex-r5{,2}hf and cortex-a78 supportMark Hatle2024-02-071-2/+5
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * machine/include/arm: Backport tune files from masterMark Hatle2024-02-073-0/+31
| | | | | | | | | | | | | | | | | | | | Backport the tune files from poky master as of commit: dd4c941e9fe9e0f1b73a934d9ecd0d165ee85474 This adds support for cortex-r5 and cortexr-r52 hard float ABI, as well as cortex-a78. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * linux-xlnx_2023.2: Update to more recent LTS versionMark Hatle2024-01-311-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 79335c2a8a9a6cfef521a3bddb24865def036050) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-core: virtualization_layer: qemuMark Hatle2024-01-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | Rework the meta-virtualization qemu extensions implemented in the meta-xilinx-core layer. It was found that is a bug in the langdale meta-virtualization. Due to this, we need to use BBMASK to exclude the changes from that layer, and then repeat them, but only for qemu 7.1. qemu 8.1 work is taken from the current master version of meta-virtualization. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * qemu: Add target qemu 8.1.2Mark Hatle2024-01-221-0/+1
| | | | | | | | | | | | | | | | | | | | Backport the QEMU 8.1.x integration from current poky (commit 4bb222e0d71a4cb159b8a4f1a90b65b1af32ac10). Split the additional xen/tpm patches by version, disable Xen patches on the 8.1.2 version, not yet supported. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * qemu: Update to qemu 8.1.0Mark Hatle2024-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Backport the QEMU 8.1.x integration from current poky (commit 4bb222e0d71a4cb159b8a4f1a90b65b1af32ac10). Add Xilinx specific integration. Add required libslirp recipe from current poky. Also update the qemu-devicetree to the latest version. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Revert "meta-xilinx-core: layer.conf: Temporarily disable kernel-modules-dp"Mark Hatle2024-01-221-2/+0
| | | | | | | | | | | | This reverts commit 6fd65d4b54258e3fe10c8d960fe33af51504f9d4. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-core: layer.conf: Temporarily disable kernel-modules-dpMark Hatle2024-01-181-0/+2
| | | | | | | | | | | | | | This module does not currently compile with Linux 6.6. Disable until it works. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Revert "meta-xilinx-core: layer.conf: Temporarily disable ↵Mark Hatle2024-01-181-3/+0
| | | | | | | | | | | | | | | | kernel-modules-{hdmi,dp}" This reverts commit d26f98b857e30992f43f182c2a07f4b6ef6b3068. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * layer.conf: Move to prefer linux-xlnx 6.6.0Sandeep Gundlupet Raju2024-01-161-1/+1
| | | | | | | | | | | | | | | | linux-xlnx was moved forward to the 6.6.0 version. Adjust the PREFERRED_VERSION to match. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-core: layer.conf: Temporarily disable kernel-modules-{hdmi,dp}Mark Hatle2024-01-161-0/+3
| | | | | | | | | | | | | | These two modules do not currently compile with Linux 6.6. Disable until they do work. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * soc-tune-include.inc: Enable tune files for Cortex-R52 processorSandeep Gundlupet Raju2024-01-141-0/+1
| | | | | | | | | | | | | | Enable tune files for Cortex-R52 processor. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * arm-trusted-firmware: update branch and version for 2024.xAkshay Belsare2023-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The upstream release versioning is changed from v3.0 to v2.10. Last upstream revision was v2.9. Refer to: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?h=integration&id=2226b4533c5f1a331f1893b2b3ff09a59c0041dd Updating the TF-A (aka ATF) branch to xlnx_rebase_v2.10 and release version to v2.10 Signed-off-by: Akshay Belsare <akshay.belsare@amd.com> Also change the PREFERRED_VERSION to 2.10. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-core: linux-xlnx: Reset 2024.1 for developmentMark Hatle2023-10-311-1/+1
| | | | | | | | | | | | | | 2024.1 has been reset back to 6.1.0 version, but is otherwise functionally similar to the 6.1.30 release from 2023.2. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-core: layer.conf: Move to prefer ATF 3.0Mark Hatle2023-10-051-1/+1
| | | | | | | | | | | | | | arm-trusted-firmware was moved forward to the 3.0 version. Adjust the PREFERRED_VERSION to match. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * README: Update README on using ATF_CONSOLESandeep Gundlupet Raju2023-09-071-1/+1
| | | | | | | | | | | | | | Update README on using ATF_CONSOLE instead of ATF_CONSOLE_DEFAULT. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-core: Move preferred versions to 2024.1 integrationMark Hatle2023-08-291-1/+5
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | layer.conf: Move from nanbield to scarthgapMark Hatle2024-03-191-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | soc-tune-include: Add cortex-r5{,2}hf and cortex-a78 supportMark Hatle2024-03-181-0/+4
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | linux-xlnx_2023.2: Update to more recent LTS versionMark Hatle2024-01-301-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | meta-xilinx-core: layer.conf: Default to qemu for arm (32)Mark Hatle2024-01-301-1/+4
| | | | | | | | | | | | | | | | Normally we default to qemu-xlnx (the AMD/Xilinx QEMU fork). However, this fork depends on some functionality not present on 32-bit arm. For on-target qemu we need to use the stock QEMU instead. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | meta-xilinx-core: zynqmp-generic.conf: Use default QB_XILINX_SERIALMark Hatle2023-12-121-1/+3
| | | | | | | | | | | | | | A default (blank) QB_XILINX_SERIAL will fall back to the runqemu default which works correctly for this board. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | layer.conf: Set to nanbieldMark Hatle2023-11-081-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | versal-generic.conf: Remove obsolete DTBsMark Hatle2023-10-261-3/+0
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | various machines: Change qemu serial port configuration for nanbieldMark Hatle2023-10-266-7/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of Yocto Project nanbield, if a -serial is pass in QB_OPT_APPEND the runqemu may add additional null entries (padding) or simply skip further setup. Due to this, emulated platforms where the first hardware serial port is not used in Linux need specific "-serial null" settings, but with the new rules also need the real serial port defined (this can no longer be assumed.) The downside of this new approach is all consoles must be defined, so we can not rely on runqemu adding "-serial mon:<device>", as now assume the primary usage is stdio (nographic/serial port) settings. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | meta-xilinx-core: zynq-generic: Remove gdb port usageMark Hatle2023-10-251-1/+0
| | | | | | | | | | | | | | | | | | While including a default gdb in the QEMU configuration might be useful, it does require a static port that will prevent multiple QEMU sessions from running in parallel. If the user wants GDB support, they will need to manually add this on the runqemu command line. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | zynqmp-generic: Ensure qemu-devicetrees is install for qemu usageMark Hatle2023-10-251-1/+1
| | | | | | | | | | | | | | | | testimage requires qemu, qemu requires qemu-devicetrees:do_deploy. Adjust the dependencies to specifically list do_deploy and not the authomatic do_install. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | versal-generic: Fix testimageMark Hatle2023-10-251-2/+2
| | | | | | | | | | | | | | | | qemu-devicetrees and the extracted cdo are required for QEMU booting. These are only populated after do_deploy, so make sure our dependency clearly depends on do_deploy and not the (automatic) do_install. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Merge remote-tracking branch 'origin/rel-v2023.2' into nanbieldMark Hatle2023-10-238-58/+135
|\ \ | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | README: Update README on using ATF_CONSOLESandeep Gundlupet Raju2023-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | Update README on using ATF_CONSOLE instead of ATF_CONSOLE_DEFAULT. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | versal-net-generic: Make it clear versal-net is not supported in 2023.2Mark Hatle2023-08-311-0/+2
| |/ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-core: conf/layer.conf: Skip PLNX_SCRIPTS_PATH in hashMark Hatle2023-08-191-0/+2
| | | | | | | | | | | | | | | | The PLNX_SCRIPTS_PATH is being embedded into various hashes, but this does not affect the output of the build in any way. Avoid including this various in the hash for recipes. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-core: conf/layer.conf: Skip xrt in dependency hashingMark Hatle2023-08-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | xrt API is stable, but we provide different versions if there is an ai-engine or not. Skip the hash calculations to allow dependent packages to work with both versions. This resolves a problem where xrt w/ and w/o ai-engine support causes vart and thus vitis-ai to rebuild multiple times. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * machine-xilinx-default.inc: use installed IMAGE_BOOT_FILESTrevor Woerner2023-08-181-22/+27
| | | | | | | | | | | | | | | | | | | | | | IMAGE_BOOT_FILES is a whitespace-separated list of entries specifying files to be installed into the boot partition. Entries can change the installed filename by specifying the destination name after a semicolon (e.g. u-boot.img;uboot). Make sure to use the installed filename when scanning IMAGE_BOOT_FILES if one is provided, otherwise use the specified file as-is. Signed-off-by: Trevor Woerner <trevor.woerner@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * README: Update the docs on variablesSandeep Gundlupet Raju2023-07-201-6/+69
| | | | | | | | | | | | | | | | | | | | Update READE docs on list of variables used in machine conf. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Fixed a couple of typos Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * microblaze-generic: Update machine conf file using gen-machineconf toolSandeep Gundlupet Raju2023-07-201-10/+11
| | | | | | | | | | | | | | | | | | | | 1. Update machine conf file using gen-machineconf tool by parsing latest kcu105 xsa and reorder the variables to match the gen-machineconf tool output. 2. Add axi-quad-spi as kcu105 reference xsa has this ip enabled. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * machine: Add SERIAL_CONSOLES_CHECK for sysvinit onlySandeep Gundlupet Raju2023-07-205-4/+3
| | | | | | | | | | | | | | | | | | | | SERIAL_CONSOLES_CHECK is supported only for sysvinit and default INIT Manager is systemd, hence move this variable from machine conf files to machine-xilinx-default inclusion and set only if DISTRO_FEATURES is sysvinit. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * microblaze-generic: Add target fpu hard TUNE FEATURESSandeep Gundlupet Raju2023-07-191-1/+1
| | | | | | | | | | | | | | | | Since microblaze-generic machine conf file uses kcu105 xsa, target fpu hard TUNE_FEATURES were missing hence add it. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-conf: Update kernel preferred versionMark Hatle2023-06-231-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * *-generic.conf: Fix hardcoded dependencies in the generic machinesMark Hatle2023-05-174-6/+4
| | | | | | | | | | | | | | | | Each of these dependencies need to be based on preferred_provider. A hard dependency on u-boot-xlnx-uenv is not required to use qemu. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * zynqmp-generic: Emulate FSBL hand-off for qemu bootMark Hatle2023-03-161-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qemu boots by loading ATF and jumping to it directory. A recent change adds a verification that the data structure passed by the FSBL is correct in a 'mode 5' (SD card) boot. If it's not valid ATF will fail to continue to boot. (JTAG, 'mode 0' boot will proceed but other system behavior changes.) In order to emulate the FSBL handoff to ATF, we need to populate a data structure in fffc0000, and tell ATF to look at that address. See the comments for more information. This also ends up hard-coding the u-boot address. If it changes booting will fail. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Start 2023.2 developmentMark Hatle2023-03-081-9/+5
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>