Hi Tom, Please pull fsl-qoriq-for-2026.10-rc3 for main
--------------------------------------------------------- - Add support for vendor protocol IDs 0x81 for SCMI - Fix LDO selector boundaries and make the driver fail gracefully when the - regulators DT node is absent for TPS65219 PMIC/Regulator: - Fix a hotplug issue with pci_iommu_extra on Layerscape platforms for PCIe Layerscape. - Fix a GIC LPI table corruption on LS1028A boards with 2 GiB of RAM caused by an unbounded TF-A DRAM bank loop and an integer underflow when gd->arch.resv_ram is inadvertently left at zero due to empty DRAM banks. - Also includes a minor DT cosmetic cleanup. --------------------------------------------------------- CI: https://git.u-boot-project.org/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/946 CI 1hr timeout, I ran build in my local host and pass. Thanks Peng The following changes since commit 36c377b9859ffb53eb1e39ea31e8d96d1e0fe1e5: Prepare v2026.10-rc2 (2026-08-10 16:43:34 -0600) are available in the Git repository at: https://git.u-boot-project.org/u-boot/custodians/u-boot-fsl-qoriq.git tags/fsl-qoriq-for-2026.10-rc3 for you to fetch changes up to 5a32ebc96295795a7325d6cbaa2d8b0bdfaa6d75: armv8: layerscape: Fix TF-A DRAM reservation with empty banks (2026-08-11 16:05:24 +0800) ---------------------------------------------------------------- Kumara Bhimeswararao Matsa (2): power: pmic: tps65219: fail if regulators node is missing power: regulator: tps65219: Fix LDO selector boundaries Michal Simek (2): cmd: scmi: Show names for vendor protocols 0x80 and 0x82 firmware: scmi: Support probe vendor ID 0x81 Patryk Biel (1): armv8: layerscape: Fix TF-A DRAM reservation with empty banks Udit Kumar (1): scmi: pinctrl: Rename SCMI_PIN_DEFUALT to SCMI_PIN_DEFAULT Vincent Jardin (2): arm: dts: layerscape: drop leading zeros from unit addresses pci: layerscape: fix pci_iommu_extra hotplug arch/arm/cpu/armv8/fsl-layerscape/cpu.c | 33 ++++++++++++++-------- arch/arm/cpu/armv8/fsl-layerscape/soc.c | 5 ++++ .../dts/fsl-ls1028a-qds-x5xx-sch-28021-LBRW.dtsi | 8 +++--- arch/arm/dts/fsl-ls1028a-qds.dtsi | 2 +- arch/arm/dts/fsl-ls1088a-qds.dtsi | 2 +- arch/arm/dts/fsl-lx2160a-qds.dtsi | 4 +-- arch/arm/dts/fsl-sch-28021.dtsi | 8 +++--- cmd/scmi.c | 3 ++ drivers/firmware/scmi/Kconfig | 3 ++ drivers/firmware/scmi/scmi_agent-uclass.c | 10 +++++++ drivers/pci/pcie_layerscape_fixup.c | 5 ++++ drivers/power/pmic/tps65219.c | 1 + include/power/tps65219.h | 6 ++-- include/scmi_agent-uclass.h | 3 ++ include/scmi_protocols.h | 3 +- 15 files changed, 69 insertions(+), 27 deletions(-)
