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

UMM: Implement getter for address environment heap start vaddr #6176

Merged
merged 1 commit into from
Apr 29, 2022

Conversation

pussuw
Copy link
Contributor

@pussuw pussuw commented Apr 29, 2022

Using the Kconfig macro does not work for RISC-V target, as there the
user heap follows .data/.bss and does not obey any Kconfig provided
boundary.

Added stubs for ARM and Z80 also.

Summary

Impact

Testing

Using the Kconfig macro does not work for RISC-V target, as there the
user heap follows .data/.bss and does not obey any Kconfig provided
boundary.

Added stubs for ARM and Z80 also.
goto errout_with_addrenv;
}

binfo("Initialize the user heap (heapsize=%zu)\n", binp->addrenv.heapsize);
Copy link
Contributor

Choose a reason for hiding this comment

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

binp->addrenv.heapsize->up_addrenv_heapsize(&binp->addrenv). @pussuw could you create a new patch fix this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure

@xiaoxiang781216 xiaoxiang781216 merged commit b3baf95 into apache:master Apr 29, 2022
@pussuw pussuw deleted the addrenv_vheap branch April 29, 2022 15:40
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.

3 participants