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

Arm64 irq1 #13520

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

Arm64 irq1 #13520

wants to merge 5 commits into from

Commits on Sep 20, 2024

  1. arm64: refine the fatal handler

    Summary
      The original implement for exception handler is very simple and
    haven't framework for breakpoint/watchpoint routine or brk instruction.
      I refine the fatal handler and add framework for debug handler to
    register or unregister. this is a prepare for watchpoint/breakpoint
    implement
    
    Signed-off-by: qinwei1 <[email protected]>
    qinwei2004 authored and lipengfei28 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3707e43 View commit details
    Browse the repository at this point in the history
  2. arm64: save FPU regs every time

    Signed-off-by: ligd <[email protected]>
    Signed-off-by: lipengfei28 <[email protected]>
    GUIDINGLI authored and lipengfei28 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    54b279a View commit details
    Browse the repository at this point in the history
  3. arm64: add arm64_current_el to obtain current EL

    Summary
      Add a macro to obtain current execute level
    
    Signed-off-by: qinwei1 <[email protected]>
    qinwei2004 authored and lipengfei28 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bc76921 View commit details
    Browse the repository at this point in the history
  4. arm64: simply the vectors

    Signed-off-by: ligd <[email protected]>
    GUIDINGLI authored and lipengfei28 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2543812 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f7fb07 View commit details
    Browse the repository at this point in the history