Skip to content

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