Align IOVIRT_BLOCK to the correct length#7
Closed
ownia wants to merge 1 commit intoARM-software:mainfrom
Closed
Conversation
Signed-off-by: Weizhao Ouyang <weizhao.ouyang@arm.com>
Contributor
There was a problem hiding this comment.
Hi @ownia,
The PR description correctly mentions to make all IOVIRT_LENGTH to 150, but the changes in PR is changing them to 256.
We are internally raising PR to fix length in one file. pal/uefi_dt/include/pal_uefi.h
Author
There was a problem hiding this comment.
We are internally raising PR to fix length in one file. pal/uefi_dt/include/pal_uefi.h
good! :)
This was referenced Jun 25, 2025
Contributor
|
Hi @ownia, The internal PR to correct the MAX_NAMED_COMP_LENGTH is corrected in pal/uefi_dt/include/pal_uefi.h Thanks, |
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.
Migrated from ARM-software/bsa-acs#503
This PR fixes a bug for GET_SMMU_INFO. Currently there are two definitions of MAX_NAMED_COMP_LENGTH: 150 and 256, this will cause inconsistent IOVIRT_BLOCK size and trigger warning to block the SMMU test. Set all MAX_NAMED_COMP_LENGTH to 150 to fix it.