* Thu Apr 30 2026 Jan Stancek <jstancek@redhat.com> [6.12.0-223.5.el10nv] - i2c: tegra: Add support for Tegra410 (Mark Salter) [VOYAGER-82] - i2c: tegra: Add logic to support different register offsets (Mark Salter) [VOYAGER-82] - i2c: tegra: Introduce tegra_i2c_variant to identify DVC and VI (Mark Salter) [VOYAGER-82] - i2c: tegra: Don't mark devices with pins as IRQ safe (Mark Salter) [VOYAGER-82] - i2c: tegra: remove unused rst (Mark Salter) [VOYAGER-82] - i2c: tegra: Add Tegra264 support (Mark Salter) [VOYAGER-82] - i2c: tegra: Add support for SW mutex register (Mark Salter) [VOYAGER-82] - i2c: tegra: Add HS mode support (Mark Salter) [VOYAGER-82] - i2c: tegra: Update Tegra256 timing parameters (Mark Salter) [VOYAGER-82] - i2c: tegra: Use separate variables for fast and fastplus (Mark Salter) [VOYAGER-82] - i2c: tegra: Do not configure DMA if not supported (Mark Salter) [VOYAGER-82] - i2c: tegra: Add Tegra256 support (Mark Salter) [VOYAGER-82] - i2c: tegra: Remove dma_sync_*() calls (Mark Salter) [VOYAGER-82] - i2c: tegra: Add missing kernel-doc for dma_dev member (Mark Salter) [VOYAGER-82] - perf vendor events arm64: Add Tegra410 Olympus PMU events (Mark Salter) [VOYAGER-72] - configs: arm64: enable Tegra410 PMU (Mark Salter) [VOYAGER-72] - perf: add NVIDIA Tegra410 C2C PMU (Mark Salter) [VOYAGER-72] - perf: add NVIDIA Tegra410 CPU Memory Latency PMU (Mark Salter) [VOYAGER-72] - perf/arm_cspmu: nvidia: Add Tegra410 PCIE-TGT PMU (Mark Salter) [VOYAGER-72] - perf/arm_cspmu: nvidia: Add Tegra410 PCIE PMU (Mark Salter) [VOYAGER-72] - perf/arm_cspmu: Add arm_cspmu_acpi_dev_get (Mark Salter) [VOYAGER-72] - perf/arm_cspmu: nvidia: Add Tegra410 UCF PMU (Mark Salter) [VOYAGER-72] - perf/arm_cspmu: nvidia: Rename doc to Tegra241 (Mark Salter) [VOYAGER-72] - Enable Tegra410 MT_NORMAL_NC workaround (Mark Salter) [VOYAGER-240] - NVIDIA: VR: SAUCE: arm64: Add workaround to convert MT_NORMAL_NC to Device-nGnRE (Mark Salter) [VOYAGER-240] - redhat/configs: Enable FFA for TPM on AArch64 (Marcin Juszkiewicz) [VOYAGER-617] - iommu/arm-smmu-v3: Allow ATS to be always on (Jerry Snitselaar) [VOYAGER-89] - PCI: Allow ATS to be always on for pre-CXL devices (Jerry Snitselaar) [VOYAGER-89] - PCI: Allow ATS to be always on for CXL.cache capable devices (Jerry Snitselaar) [VOYAGER-89] Resolves: VOYAGER-240, VOYAGER-617, VOYAGER-72, VOYAGER-82, VOYAGER-89 Signed-off-by: Jan Stancek <jstancek@redhat.com>
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
RHEL_MAJOR = 10
|
|
RHEL_MINOR = 3
|
|
|
|
#
|
|
# RHEL_RELEASE
|
|
# -------------
|
|
#
|
|
# Represents build number in 'release' part of RPM's name-version-release.
|
|
# name is <package_name>, e.g. kernel
|
|
# version is upstream kernel version this kernel is based on, e.g. 4.18.0
|
|
# release is <RHEL_RELEASE>.<dist_tag>[<buildid>], e.g. 100.el8
|
|
#
|
|
# Use this spot to avoid future merge conflicts.
|
|
# Do not trim this comment.
|
|
RHEL_RELEASE = 223
|
|
|
|
#
|
|
# RHEL_REBASE_NUM
|
|
# ----------------
|
|
#
|
|
# Used in RPM version string for Gemini kernels, which dont use upstream
|
|
# VERSION/PATCHLEVEL/SUBLEVEL. The number represents rebase number for
|
|
# current MAJOR release.
|
|
#
|
|
# Use this spot to avoid future merge conflicts.
|
|
# Do not trim this comment.
|
|
RHEL_REBASE_NUM = 1
|
|
|
|
#
|
|
# Automotive
|
|
# ----------
|
|
#
|
|
# Represents the major and minor release used by automotive.
|
|
# Primarily this is used to to identify the build target when
|
|
# building the automotive kernel package.
|
|
AUTOMOTIVE_MAJOR = 2
|
|
AUTOMOTIVE_MINOR = 1
|
|
|
|
#
|
|
# DERIVATIVE_BUILD
|
|
# ---------------------------
|
|
#
|
|
# Set DERIVATIVE_STREAM to "yes" to enable derivative kernel versioning.
|
|
DERIVATIVE_BUILD = 5
|