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

Add FreeBSD Arm64 support #295

Merged
merged 10 commits into from
Sep 19, 2023
Merged

Add FreeBSD Arm64 support #295

merged 10 commits into from
Sep 19, 2023

Commits on Sep 5, 2023

  1. Add FreeBSD Arm64 detection

    Getting all the features is handled by reading /var/run/dmesg.boot. Feature detections were taken from the freebsd kernel code sys/arm64/arm64/identcpu.c
    Mykola Hohsdze authored and toor1245 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    aaede83 View commit details
    Browse the repository at this point in the history
  2. Add FreeBSD Arm64 tests

    Mykola Hohsdze authored and toor1245 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3137b9c View commit details
    Browse the repository at this point in the history
  3. Add flagm, flagm2 and rng detection

    Mykola Hohsdze authored and toor1245 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5ebeac1 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Add HWCAP FreeBSD AArch64

    toor1245 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4b16730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c783f81 View commit details
    Browse the repository at this point in the history
  3. Add FreeBSD aarch64 impl

    toor1245 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2b7c47a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Separate Hwacps to freebsd and linux implementation

    Mykola Hohsdze authored and toor1245 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    befb237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d773ad7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31793e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Add MIDR_EL1 tests

    toor1245 committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a21ff2c View commit details
    Browse the repository at this point in the history