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

Fixes #550: OpenAMP elf loader loads ELF sections to their load addresses #551

Merged
merged 1 commit into from
Feb 16, 2024

Commits on Feb 6, 2024

  1. Fixes OpenAMP#550: ELF loader loads ELF sections to their load addresses

    Unlike the Linux rproc elf loader, the OpenAMP elf loader loads
    the remote elf program segments to their load addresses instead
    of their link addresses. This results in memory corruption when
    the remote firmware attempts to relocate segments from their link
    addresses to load addresses at runtime such as the data section.
    
    Signed-off-by: Umair Khan <[email protected]>
    UmairKhanUET committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1ee95be View commit details
    Browse the repository at this point in the history