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

[Morello] Add the morello descriptor ABI specification. #103

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    a62a3a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. [Morello] Update Descriptor ABI specification

    This makes the Capability Private Data Addressing Register caller-saved,
    with the following effects:
      - r19 and r20 are now callee-saved
      - Removes need for global entry points
      - All functions start with mov c28, c29 for setting up c28 in the callee.
        Relocations for direct branches need to jump over this instruction.
      - Relaxation relocations (R_MORELLO_DESC_CALL and R_MORELLO_DESC_TCALL) are
        now removed since they are no longer needed.
    sbaranga-arm committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    cc4eb53 View commit details
    Browse the repository at this point in the history