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

Initial ppc64le Support #1057

Merged
merged 3 commits into from
Oct 1, 2023
Merged

Commits on Sep 30, 2023

  1. Add Little-endian PPC64LE definition to ring-core/target.h

    Signed-off-by: Eric Richter <erichte@linux.ibm.com>
    erichte-ibm committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    5975732 View commit details
    Browse the repository at this point in the history
  2. cpu/arm: allow dead code in cpu/arm mod when building on non-arm

    Other architectures may not need to do feature checks, and therefore
    Feature::available, Feature::mask, etc are never used/read.
    
    This snippet mirrors the similar bit at the top of cpu/intel.
    
    Signed-off-by: Eric Richter <erichte@linux.ibm.com>
    erichte-ibm committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    15faeb7 View commit details
    Browse the repository at this point in the history
  3. CI: add powerpc64le-unknown-linux-gnu as a target

    Signed-off-by: Eric Richter <erichte@linux.ibm.com>
    erichte-ibm committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    5c496c5 View commit details
    Browse the repository at this point in the history