Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create a variable for the ext data array size #352

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rminnich
Copy link

@rminnich rminnich commented Apr 5, 2024

On some platforms, opensbi fails as the loop in
fdt_parse_isa_one_hart is for 32 items,
and the array is only 15 at present.

On some platforms, e.g. coreboot, opensbi fails as the loop in
fdt_parse_isa_one_hart is for SBI_HART_EXT_MAX (32) items,
and the array is only 15 at present.

Create a variable, sbi_hart_ext_size, which can be used
in for loops and other conditionals.

Signed-off-by: Ronald G Minnich <[email protected]>
Copy link

@orangecms orangecms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Following the little exchange, yea, looks good to me!

Sign up for free to 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.

2 participants