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

Allow loading more than one ELF binary #274

Merged
merged 2 commits into from
Sep 20, 2023

Commits on Aug 3, 2023

  1. Refactor process_args to return the argv index instead of the value

    This makes it possible for a follow-up commit to add logic that allows
    loading more than one ELF file (e.g. M-mode firmware and S-mode kernel).
    arichardson committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    1aa2e89 View commit details
    Browse the repository at this point in the history
  2. Allow loading more than one ELF binary

    This makes it easier to use a separate M-mode bootloader and kernel
    payload (e.g. OpenSBI fw_jump). It also makes it easier to test booting
    systems such as FreeBSD without bundling the kernel with the bootloader.
    arichardson committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f6b8ef8 View commit details
    Browse the repository at this point in the history