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

+ Support ELF files with multiple segments that go into flash memory. #504

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Sep 3, 2022

  1. + Support ELF files with multiple segments that go into flash memory.

      + Use p_filesz and p_memsz in the ELF header according to the ELF specification.
    root authored and dmantione committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    59adc2d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    12f64a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f87cd95 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. * Proper use of realloc.

    dmantione committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    6fd3036 View commit details
    Browse the repository at this point in the history
  2. + Add buffer size parameter to elf_copy_segment

      * Use paddr (load address) rather than vaddr (runtime address)
      - Remove special handling of initialized data sections
    dmantione committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    9a806da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16ecff4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24794b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a47328e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a5cc2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3488153 View commit details
    Browse the repository at this point in the history