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

Simplify zephyr MACHINE and map processor arm64 -> aarch64 #208

Merged
merged 2 commits into from
May 6, 2022

Commits on May 6, 2022

  1. zephyr: simplify zephyr system to remove machine

    Replace the architecture-specific machine directories with a common
    C function for polling which calls to arch_cpu_idle.
    
    Add a special case to map Zephyr arm64 to libmetal aarch64 in defining
    PROJECT_PROCESSOR variable.
    
    Set the MACHINE variable based CONFIG_ARCH instead of testing
    individual arch config flags.
    
    Signed-off-by: Eugene Cohen <[email protected]>
    quic-egmc committed May 6, 2022
    Configuration menu
    Copy the full SHA
    df96afd View commit details
    Browse the repository at this point in the history
  2. CI: add Zephyr build test for arm64 architecture

    This adds CI build test for arm64 architecture.
    
    Signed-off-by: Eugene Cohen <[email protected]>
    quic-egmc committed May 6, 2022
    Configuration menu
    Copy the full SHA
    1e915b3 View commit details
    Browse the repository at this point in the history