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

[PATCH v3] api: sysinfo: add new ARMv8 and v9 enumerations #1929

Merged
merged 4 commits into from
Oct 20, 2023

Commits on Oct 18, 2023

  1. api: sysinfo: add new ARMv8 and v9 enumerations

    Add enumerations for ARM ISA versions ARMv8.8-A, ARMv8.9-A, and ARMv9.3-A.
    
    Signed-off-by: Matias Elo <matias.elo@nokia.com>
    Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
    Reviewed-by: Jerin Jacob <jerinj@marvell.com>
    MatiasElo committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5713d8d View commit details
    Browse the repository at this point in the history
  2. linux-gen: sysinfo: add new ARMv8 and v9 enumerations

    Add support for ARM ISA versions ARMv8.8-A, ARMv8.9-A, and ARMv9.3-A.
    
    Signed-off-by: Matias Elo <matias.elo@nokia.com>
    Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
    MatiasElo committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    4f18065 View commit details
    Browse the repository at this point in the history
  3. example: sysinfo: detect new ARMv8 and v9 ISAs

    Add support for ARM ISA versions ARMv8.8-A, ARMv8.9-A, and ARMv9.3-A.
    
    Signed-off-by: Matias Elo <matias.elo@nokia.com>
    Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
    MatiasElo committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    1647166 View commit details
    Browse the repository at this point in the history
  4. validation: sysinfo: add tests for new ARMv8 and v9 ISAs

    Add validation tests for ARM ISA versions ARMv8.8-A, ARMv8.9-A, and
    ARMv9.3-A.
    
    Signed-off-by: Matias Elo <matias.elo@nokia.com>
    Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
    MatiasElo committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    0f2bdd3 View commit details
    Browse the repository at this point in the history