summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-kernel/hdmi
Commit message (Collapse)AuthorAgeFilesLines
* various: Fix variable usageMark Hatle2024-11-211-1/+1
| | | | | | | | | | Remove most direct references to WORKDIR. S = "${WORKDIR}" is no longer allowed, adjust this to refer to UNPACKDIR ${WORKDIR}/package is also incorrect, adjust to ${PKGD}. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* kernel-module-{dp,hdmi}: Not supported on versal-netMark Hatle2024-10-231-1/+0
| | | | | | These are not supported on versal-net at this time, remove the COMPATIBLE_MACHINE. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* kernel-module-hdmi: Update the SRCREV for hdmi-modulesRajesh Gugulothu2024-10-231-1/+1
| | | | | | | | | | | Change log: dt-bindings: hdmi-tx-ss: Convert HDMI Tx DT documentation to yaml format dt-bindings: hdmi-rx-ss: Convert HDMI Rx DT documentation to yaml format vphy: Add support for clock primitive dt-bindings: vphy: Add dt entries for Tx/Rx clock primitive Signed-off-by: Rajesh Gugulothu <rajesh.gugulothu@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* kernel-module-hdmi: Move to 2024.2 branchMark Hatle2024-10-231-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* various: Remove SOC_VARIANT, split versal and versal-net, add machine_featuresMark Hatle2024-06-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | SOC_VARIANT has been remove, we are now only using the YP standard SOC_FAMILY configuration. The defined families are: zynq, zynqmp, versal and versal-net. Our decision of breaking up versal-net from versal, is based on the SoC CPU changes from cortexa72/r5 to cortexa78/r52, thus we're treating it as a different SoC family. In order to capture the individual capabilities that we used to handle via SOC_VARIANT, we have defined the following features (some may have been previously defined): - mali400 (zynqmp eg and ev) - vcu (zynqmp ev) - rfsoc (zynqmp dr RF capabiltiies) - aie - (versal ai & premium) - vdu - (versal ai) SOC_VARIANT_ARCH and SOC_FAMILY_ARCH are now obsolete and replaced by MACHINE_ARCH. This is based on the guideline that any recipes that use MACHINE_FEATURES should be MACHINE_ARCH specific. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Merge remote-tracking branch 'xilinx/master' into master_2024.1Mark Hatle2024-05-216-98/+85
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-hdmi: Fix 6.1.0 and prior kernel compatibilityMark Hatle2024-05-182-0/+71
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-hdmi: Remove older versionMark Hatle2024-05-184-74/+1
| | | | | | | | | | | | | | | | There is no need for multiple versions, the latest version should work with all of the kernels we care about. Version has been adjusted to 6.1.60 to indicate the latest kernel it was actively tested with. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * recipes: Drop SRCPV usageMark Hatle2024-05-184-4/+4
| | | | | | | | | | | | SRCPV is no longer needed, Simply various usages. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-hdmi: Add historic 2022.1 versionMark Hatle2024-04-191-0/+24
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | kernel-module-hdmi: Add historic 2022.1 versionMark Hatle2024-04-171-0/+24
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master-nextMark Hatle2024-04-161-1/+1
|\ \ | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Switch from master to xlnx_rel_v2024.1 branchMark Hatle2024-04-101-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | | Merge remote-tracking branch 'xilinx/rel-v2024.1' into master-nextMark Hatle2024-03-261-0/+24
|\| | | |/ |/| | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-hdmi: Update the SRCREV for hdmi-modulesRajesh Gugulothu2024-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | Update the SRCREV for hdmi-modules Changelog: hdmirx: Update Audio status based on audio infoframes dp159: use simple i2c probe function Signed-off-by: Rajesh Gugulothu <rajesh.gugulothu@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-hdmi: Update branch to xlnx_rel_v2023.2John Toomey2023-08-291-1/+1
| | | | | | | | | | | | | | | | Changelog: (none) Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-hdmi: Branch to 2024.1Mark Hatle2023-08-291-0/+24
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Merge remote-tracking branch 'origin/rel-v2023.2' into nanbieldMark Hatle2023-10-231-0/+24
|\ \ | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | kernel-module-hdmi: Update branch to xlnx_rel_v2023.2John Toomey2023-08-291-1/+1
| |/ | | | | | | | | | | | | | | Changelog: (none) Signed-off-by: John Toomey <john.toomey@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-hdmi: Update the SRCREV for hdmi-modulesRajesh Gugulothu2023-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: dt-bindings: hdmi-tx-ss: Fix the phy instance names dt-bindings: hdmi-rx-ss: Fix the phy instance names dt-bindings: vphy: Update phy lane nodes as per the IP phy: Fix max lanes supported by video phy in HDMI 2.O mode Revert "Create 0001-hdmitx-Fixed-hdmi-compilation-with-kernel-6.1.patch" Create 0001-hdmitx-Fixed-hdmi-compilation-with-kernel-6.1.patc Signed-off-by: Rajesh Gugulothu <rajesh.gugulothu@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Branch to 2023.1Mark Hatle2023-03-081-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 39bcac39bea4fd22c23ffab003227c34759d7a53) Update only versioned components to 2023.1 branches. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Start 2023.2 developmentMark Hatle2023-03-081-0/+24
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Merge remote-tracking branch 'origin/rel-v2023.1'Mark Hatle2023-05-181-0/+24
|\ \ | | | | | | | | | | | | | | | | | | Resolved conflicts Preserved 2022* versions Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * | Branch to 2023.1Mark Hatle2023-03-051-1/+1
| |/ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-hdmi: Update SRCREV for 6.1 kernelChristian Kohn2023-01-272-27/+3
| | | | | | | | | | | | | | | | | | The SRCREV of the hdmi kernel module was updated to compile with a 6.1 kernel. Also update the version variable inside the recipe and remove the 2022.2 version of the recipe as it is no longer compatible. Signed-off-by: Christian Kohn <chris.kohn@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-modules-hdmi: Add initial 2023.1 branchMark Hatle2022-11-021-0/+24
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * kernel-module-hdmi: Version the unversioned _gitMark Hatle2022-11-021-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | kernel-module-hdmi: Version the unversioned _gitMark Hatle2022-11-101-1/+1
|/ | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Merge branch 'honister' into kirkstone-nextMark Hatle2022-09-201-1/+1
|\ | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Merge remote-tracking branch 'origin/rel-v2022.2' into honisterMark Hatle2022-09-201-1/+1
| |\ | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * various: Move to 2022.2 release branchMark Hatle2022-09-201-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| | * kernel-module-hdmi: Update SRCVERVenkateshwar Rao Gannavarapu2022-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | Updated SRCVER for 2022.1 Signed-off-by: Venkateshwar Rao Gannavarapu <venkateshwar.rao.gannavarapu@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | * kernel-module-hdmi: Support 5.15 kernelMark Hatle2022-01-041-2/+2
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | * Initial restructure/split of meta-xilinx-bspMark Hatle2021-12-221-0/+24
| | | | | | | | | | | | | | | | | | | | Create a new meta-xilinx-core, move core functionality to the core, keeping board specific files in the bsp layer. zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp is not available it will not fail. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* | various: Update license to match supported valuesMark Hatle2022-08-311-1/+1
|/ | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* Move from 2021.2 to 2022.1Mark Hatle2022-05-021-3/+3
| | | | | | | | | | Rename recipes from 2021.2 to 2022.1 as necessary. Move internal references to 2022.1 (layer.conf and local.conf.sample) Move kernel to 2022.1 branch, as well as various kernel modules. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* Initial restructure/split of meta-xilinx-bspMark Hatle2022-01-141-0/+24
Create a new meta-xilinx-core, move core functionality to the core, keeping board specific files in the bsp layer. zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp is not available it will not fail. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>