summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-vendor
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/rel-v2023.2' into nanbieldMark Hatle2023-10-231-4/+8
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * ultra96-zynqmp: Use ATF_CONSOLE instead of ATF_CONSOLE_DEFAULTSandeep Gundlupet Raju2023-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | In arm-trusted-firmware recipe, ATF_CONSOLE_DEFAULT variable has override and setting this variable value from local.conf and machine.conf will not be effective during variable pre-expansion values. Hence use ATF_CONSOLE instead of ATF_CONSOLE_DEFAULT in machine conf files. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * ultra96-zynqmp: Update machine conf file using gen-machineconf toolSandeep Gundlupet Raju2023-07-201-0/+4
| | | | | | | | | | | | | | Add PACKAGE_EXTRA_ARCHS append for ultra96-zynqmp. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * machine: Remove ultra96 inclusion fileSandeep Gundlupet Raju2023-06-231-12/+0
| | | | | | | | | | | | | | ultra96.inc file not used anymore hence remove it. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * ultra96-zynqmp: Remove BOARD overridesSandeep Gundlupet Raju2023-06-231-4/+4
| | | | | | | | | | | | | | | | | | Using BOARD variable are deprecated, hence remove it. ultra96-zynqmp.conf file using BOARD overrides now will be replaced with machineoverrides. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Merge remote-tracking branch 'github/rel-v2023.1'Mark Hatle2023-09-281-1/+1
|\ \ | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | ultra96-zynqmp: Use ATF_CONSOLE instead of ATF_CONSOLE_DEFAULTSandeep Gundlupet Raju2023-08-311-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | In arm-trusted-firmware recipe, ATF_CONSOLE_DEFAULT variable has override and setting this variable value from local.conf and machine.conf will not be effective during variable pre-expansion values. Hence use ATF_CONSOLE instead of ATF_CONSOLE_DEFAULT in machine conf files. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | machine: Remove ultra96 inclusion fileSandeep Gundlupet Raju2023-07-191-12/+0
| | | | | | | | | | | | | | ultra96.inc file not used anymore hence remove it. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Merge remote-tracking branch 'origin/rel-v2023.1'Mark Hatle2023-05-181-1/+1
|\| | | | | | | | | | | | | Resolved conflicts Preserved 2022* versions Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * README: Update vendor layer langdale release infoSandeep Gundlupet Raju2023-03-151-21/+30
| | | | | | | | | | | | | | | | 1. Update meta-xilinx-vendor README with langdale release info. 2. Add HDF_MANCHINE info for all vendor eval board machine conf file. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-vendor: Update README on testing infoSandeep Gundlupet Raju2023-02-281-14/+16
| | | | | | | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * ultra96-zynqmp: Use ultra96-arm as QEMU HW PS DTBSandeep Gundlupet Raju2023-01-251-0/+3
| | | | | | | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * ultra96-zynqmp: Fix serial issue for qemu bootSandeep Gundlupet Raju2023-01-191-1/+8
| | | | | | | | | | | | | | | | | | runqemu assumes psu_uart_0 is used but in Ultra96 psu_uart_1 is the primary uart device, So set psu_uart_0 as null to fix qemu boot issue. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * device-tree: Remove YAML_DT_BOARD_FLAGS from bbappendSandeep Gundlupet Raju2023-01-131-7/+0
| | | | | | | | | | | | | | | | Remove YAML_DT_BOARD_FLAGS from bbappend as it is moved to board machine conf files. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * pmu-firmware: Move compiler flags from ultra96 machine fileSandeep Gundlupet Raju2023-01-131-2/+7
| | | | | | | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * zedboard-zynq7: Remove BOARD machineoverrideSandeep Gundlupet Raju2023-01-131-3/+0
| | | | | | | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * ultra96-zynqmp: Update machine conf file using gen-machineconf toolSandeep Gundlupet Raju2023-01-131-12/+52
| | | | | | | | | | | | | | | | | | | | | | 1. Update machine conf file using gen-machineconf tool by parsing ultra96 reva xsa. 2. Use use soc variant based generic machine inclusion. 3. Move variables which changes based on xsa before required inclusion file to handle pre-expansion values. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-xilinx-vendor: Rename u-boot scripts and uenv packagesSandeep Gundlupet Raju2022-12-024-14/+4
| | | | | | | | | | | | | | | | | | | | | | In meta-xilinx-core u-boot-zynq-scr and u-boot-zynq-uenv recipes are renamed to u-boot-xlnx-scr and u-boot-xlnx-uenv. Hence change these in all the configuration files. Also move common EXTRA_IMAGEDEPENDS to zynq-generic.conf files. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Move ultra96 bsp related components from plnx_bsp_overlay repoTejas Bhumkar2022-10-212-0/+33
| | | | | | | | | | | | | | Moved ultra96 bsp related component as we are removing that from plnx_bsp_overlay repo. Signed-off-by: Tejas Bhumkar <tejas.arvind.bhumkar@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | layer.conf: Enable mickledore supportMark Hatle2023-04-121-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | README: Update vendor layer langdale release infoSandeep Gundlupet Raju2023-04-101-21/+30
| | | | | | | | | | | | | | | | 1. Update meta-xilinx-vendor README with langdale release info. 2. Add HDF_MANCHINE info for all vendor eval board machine conf file. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | meta-xilinx-vendor: Update README on testing infoSandeep Gundlupet Raju2023-04-101-14/+16
| | | | | | | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | ultra96-zynqmp: Use ultra96-arm as QEMU HW PS DTBSandeep Gundlupet Raju2023-04-101-0/+3
| | | | | | | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | ultra96-zynqmp: Fix serial issue for qemu bootSandeep Gundlupet Raju2023-04-101-1/+8
| | | | | | | | | | | | | | | | | | runqemu assumes psu_uart_0 is used but in Ultra96 psu_uart_1 is the primary uart device, So set psu_uart_0 as null to fix qemu boot issue. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | device-tree: Remove YAML_DT_BOARD_FLAGS from bbappendSandeep Gundlupet Raju2023-04-101-7/+0
| | | | | | | | | | | | | | | | Remove YAML_DT_BOARD_FLAGS from bbappend as it is moved to board machine conf files. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | pmu-firmware: Move compiler flags from ultra96 machine fileSandeep Gundlupet Raju2023-04-101-2/+7
| | | | | | | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | zedboard-zynq7: Remove BOARD machineoverrideSandeep Gundlupet Raju2023-04-101-3/+0
| | | | | | | | | | Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | ultra96-zynqmp: Update machine conf file using gen-machineconf toolSandeep Gundlupet Raju2023-04-101-12/+52
| | | | | | | | | | | | | | | | | | | | | | 1. Update machine conf file using gen-machineconf tool by parsing ultra96 reva xsa. 2. Use use soc variant based generic machine inclusion. 3. Move variables which changes based on xsa before required inclusion file to handle pre-expansion values. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | meta-xilinx-vendor: Rename u-boot scripts and uenv packagesSandeep Gundlupet Raju2023-04-074-14/+4
| | | | | | | | | | | | | | | | | | | | | | In meta-xilinx-core u-boot-zynq-scr and u-boot-zynq-uenv recipes are renamed to u-boot-xlnx-scr and u-boot-xlnx-uenv. Hence change these in all the configuration files. Also move common EXTRA_IMAGEDEPENDS to zynq-generic.conf files. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Move ultra96 bsp related components from plnx_bsp_overlay repoTejas Bhumkar2022-11-102-0/+33
|/ | | | | | | Moved ultra96 bsp related component as we are removing that from plnx_bsp_overlay repo. Signed-off-by: Tejas Bhumkar <tejas.arvind.bhumkar@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx-vendor: Switch layer to support langdaleMark Hatle2022-09-011-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* meta-xilinx-vendor: Switch layer to kirkstoneMark Hatle2022-08-311-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* layer.conf: Add xilinx-tools as dynamic layersSandeep Gundlupet Raju2022-07-281-0/+5
| | | | | | | Add meta-xilinx-tools as dynamic-layers. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>
* README.md: Ultra96 is compatible with v1 boardSandeep Gundlupet Raju2022-07-281-2/+6
| | | | | | | | Update README stating that Ultra96 machine configuration file is compatible with v1 board and refer to meta-avnet for v2 board. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-xilinx: Clean up vendor specific machine configuration filesSandeep Gundlupet Raju2022-07-2821-0/+14157
1. Add new metal-xilinx-vendor layer which supports vendor specific machine configuration files, device-tree, kernel, platform-init etc. 2. Moved below vendor machine conf files, dt and related configs from meta-xilinx-bsp and meta-xilinx-contrib to meta-xilinx-vendor layer. - microzed-zynq7.conf - minized-zynq7.conf - picozed-zynq7.conf - zedboard-zynq7.conf - zybo-zynq7.conf - zybo-linux-bd-zynq7.conf - ultra96-zynqmp.conf 3. Obsolete qemu-zynq7, s3adsp1800-qemu-microblazeeb, v350-versal and vc-p-a2197-00-versal from meta-xilinx-bsp layer. Users should use zynq-generic.conf for zynq7000 qemu boot should be functionally equivalent to qemu-zynq7. 4. Add new MAINTAINERS.md file and move maintainers, Mailing list and Patches content from meta-xilinx-* README.md to MAINTAINERS.md file. 5. Updated README.md file for supported board machines files in meta-xilinx-bsp, meta-xilinx-contrib and meta-xilinx-vendor layers. 6. Disabled old drm kernel patches for zybo-linux-bd-zynq mahcine in meta-xilinx-contrib layer as these patches doesn't apply on 5.x kernel, if we don't hear from patch submitter we will remove these patches from meta-xilinx-contrib layer. 7. Removed drm kernel cache metadate for zybo-linux-bd-zynq7 machine as these configs are already available in xilinx_zynq_defconfig. 8. Fixed build issue for u-boot by changing PREFERRED_PROVIDER_virtual/bootloader from u-boot to u-boot-xlnx. 9. Add meta-xilinx-vendor to bblayers.conf.sample Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>