support skipping tests via EL3 parameters and implemented IO-remap API#232
Merged
chetan-rathore merged 2 commits intoARM-software:mainfrom Feb 9, 2026
Merged
support skipping tests via EL3 parameters and implemented IO-remap API#232chetan-rathore merged 2 commits intoARM-software:mainfrom
chetan-rathore merged 2 commits intoARM-software:mainfrom
Conversation
Add support in baremetal to skip specific rules based on parameters
passed from EL3 using g_el3_param_addr.
The acs_el3_params structure is extended to carry a skip test list
(address + count), and acs_apply_el3_params() now consumes these
fields to populate g_skip_rule_list and g_skip_rule_count.
This enables platform firmware to dynamically control test skipping
without requiring command-line arguments.
Cleaned global variables, update document for rules
Signed-off-by: sapthagiri padmanabhan <sapthagiri.padmanabhan@arm.com>
Change-Id: Ia2ed1a2e2544e3cb6f70d25ae0f0e79a2ba8bf60
- Implement in IOREMAP in VAL layer. - Replace stub implementation with actual implementation - Modified MAIR register for UEFI and BM to support the tests - Read MAIR register and set attribute based on platform Signed-off-by: sapthagiri padmanabhan <sapthagiri.padmanabhan@arm.com> Change-Id: I02c06d6043875a78d2656296a5f49ca6d45e56a2
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.
Uh oh!
There was an error while loading. Please reload this page.