Skip to content

tegra: BPMP patchs to support NVIDIA Orin

Joel Slebodnick requested to merge jslebodn/centos-stream-9:bpmp-v0 into main

Merge Request Required Information

Summary of Changes

Update the BPMP ABI.

Support BPMP_CLK_STATE_CHANGE_DENIED by not populating state changing operations when the flag is set. Support BPMP_CLK_RATE_PARENT_CHANGE_DENIED by not populating rate or parent changing operations when the flag is set.

The BPMP ABI must be updated to align with the latest version.

Supporting the BPMP_CLK_STATE_CHANGE_DENIED and BPMP_CLK_RATE_PARENT_CHANGE_DENIED flags increases the configuration capabilities for the BPMP-FW ABI.

Signed-off-by: Joel Slebodnick jslebodn@redhat.com

Approved Bugzilla Ticket

All submissions to CentOS Stream must reference an approved ticket in Red Hat Bugzilla. Please follow the CentOS Stream contribution documentation for how to file this ticket and have it approved.

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2144640

Edited by Joel Slebodnick

Merge request reports