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 ARM64_SOC_ID in ProcessorCharacteristics #45

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

Kevin19961023
Copy link

The Bit 9 in "Processor Characteristics" is "Arm64 SoC ID" defined by SMBIOS specification.

Arm64 SoC ID indicates that the processor supports returning a SoC ID value using the SMCCC_ARCH_SOC_ID architectural call, as defined in the Arm SMC Calling Convention Specification v1.2 at https://developer.arm.com/architectures/system-architectures/software-standards/smccc.

We need to expose this flag from struct ProcessorCharacteristics and then we can parse the cpuid in different ways as same as the dmidecode CLI code.

@jcreekmore jcreekmore merged commit eecf09f into jcreekmore:master Jun 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants