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

Add i.MX93 support + bugfixes #50

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

Add i.MX93 support + bugfixes #50

wants to merge 3 commits into from

Commits on Nov 23, 2024

  1. i.MX93 only has up to two cores

    Signed-off-by: Indan Zupancic <[email protected]>
    Indanz committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    0a7c97b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. ARM: Fix fault test ASM

    Depending on the generated code of seL4_MessageInfo_new(), it may
    or may not clobber r0/x0.
    
    Perhaps only a problem for RELEASE=OFF builds, but it makes
    debugging other problems harder by adding myserious crashes.
    
    Signed-off-by: Indan Zupancic <[email protected]>
    Indanz committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f4df011 View commit details
    Browse the repository at this point in the history
  2. SCHED: Don't let spawned processes crash

    The function will return and crash because there is nothing to
    return to and apparantly the sel4runtime doesn't implement a
    soft landing.
    
    Test still works with crashing processes and with debugging
    disabled it's invisible. But very confusing when trying to
    debug any kind of other problems and enabling debugging.
    
    Signed-off-by: Indan Zupancic <[email protected]>
    Indanz committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    922d3a0 View commit details
    Browse the repository at this point in the history