Skip to content

Add a runtime device-tree hardware capability validation suite for Qualcomm Linux platforms. - #550

Open
Srikanth Muppandam (smuppand) wants to merge 2 commits into
qualcomm-linux:mainfrom
smuppand:feature/device-tree-hw-capability-validation
Open

Add a runtime device-tree hardware capability validation suite for Qualcomm Linux platforms.#550
Srikanth Muppandam (smuppand) wants to merge 2 commits into
qualcomm-linux:mainfrom
smuppand:feature/device-tree-hw-capability-validation

Conversation

@smuppand

Copy link
Copy Markdown
Contributor

Summary

Add a runtime device-tree hardware capability validation suite for Qualcomm Linux platforms.

The suite:

  • derives platform identity from the active runtime device tree
  • validates CPU, memory, interrupt, fabric, storage, USB, PCIe, networking, multimedia, remoteproc, security, and kernel-health areas
  • correlates enabled DT controllers with platform devices and bound drivers
  • treats optional hardware and external fixtures as clean skips
  • builds reusable DT and platform-device indexes for efficient validation
  • records detailed artifacts and a per-area result summary

Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
@smuppand
Srikanth Muppandam (smuppand)force-pushed the feature/device-tree-hw-capability-validation branch from 5c0deda to e777332CompareAugust 25, 2026 16:17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@smuppand