hardware_registry: add initial hardware registry with TI boards#1442
Merged
nuclearcat merged 1 commit intokernelci:mainfrom Apr 8, 2026
Merged
hardware_registry: add initial hardware registry with TI boards#1442nuclearcat merged 1 commit intokernelci:mainfrom
nuclearcat merged 1 commit intokernelci:mainfrom
Conversation
bhcopeland
reviewed
Mar 11, 2026
bhcopeland
reviewed
Mar 11, 2026
bhcopeland
reviewed
Mar 11, 2026
bhcopeland
reviewed
Mar 11, 2026
Member
|
We should or could add a TODO to add the validation script into the github workflows. |
bhcopeland
requested changes
Mar 11, 2026
96a1539 to
edf1e6d
Compare
bhcopeland
reviewed
Mar 13, 2026
bhcopeland
reviewed
Mar 13, 2026
bhcopeland
reviewed
Mar 13, 2026
bhcopeland
reviewed
Mar 13, 2026
bhcopeland
reviewed
Mar 13, 2026
bhcopeland
requested changes
Mar 13, 2026
Introduces a vendor-extensible hardware registry under config/: - config/hardware_registry/schema.yaml: Schema defining the structure for silicon vendors, platform vendors, processors, system modules, and platforms. - config/hardware_registry/index.yaml: manifest listing the active vendor registry files and pointing to the schema. New vendors add their file here. - config/hardware_registry/ti.yaml: initial registry covering Texas Instruments silicon vendors, processors (AM3x, AM4x, AM5x, AM6x, J7-series, K2-series), system modules, and evaluation/starter boards. - tests/hw_reg_checker.py: validation tool that reads the index, resolves the schema, and validates every listed registry file, reporting per-file statistics and exiting non-zero on failure. Signed-off-by: Minas Hambardzumyan <minas@ti.com>
edf1e6d to
51b2531
Compare
bhcopeland
approved these changes
Mar 23, 2026
Member
|
@nuclearcat this LGTM I will merge through. Any comments from your side before merging? |
Contributor
Author
|
@bhcopeland , @nuclearcat -- let me know if anything else is needed here before merging this |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces a vendor-extensible hardware registry under config/:
config/hardware_registry/schema.yaml: Schema defining the structure for silicon vendors, platform vendors, processors, system modules, and platforms.
config/hardware_registry/index.yaml: manifest listing the active vendor registry files and pointing to the schema. New vendors add their file here.
config/hardware_registry/ti.yaml: initial registry covering Texas Instruments silicon vendors, processors (AM3x, AM4x, AM5x, AM6x, J7-series, K2-series), system modules, and evaluation/starter boards.
tests/hw_reg_checker.py: validation tool that reads the index, resolves the schema, and validates every listed registry file, reporting per-file statistics and exiting non-zero on failure.