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

[FMV] Unify sha1, sha2. #347

Merged
merged 1 commit into from
Sep 12, 2024
Merged

[FMV] Unify sha1, sha2. #347

merged 1 commit into from
Sep 12, 2024

Commits on Sep 4, 2024

  1. [FMV] Unify sha1, sha2.

    According to ArmARM:
    
    SHA2, bits [15:12]
    0b0000 No SHA2 instructions implemented.
    FEAT_SHA256 implements the functionality identified by the value 0b0001.
    If the value of ID_AA64ISAR0_EL1.SHA1 is 0b0000, this field must have the value 0b0000.
    
    SHA1, bits [11:8]
    0b0000 No SHA1 instructions implemented.
    FEAT_SHA1 implements the functionality identified by the value 0b0001.
    If the value of ID_AA64ISAR0_EL1.SHA2 is 0b0000, this field must have the value 0b0000.
    
    To my understanding this means you can't have one without the other.
    labrinea committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8139175 View commit details
    Browse the repository at this point in the history