-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apple M2: add tentative entry in the JSON file (#55)
This includes output from darwin `sysctl` and a sample of /proc/cpuinfo from asahi linux
- Loading branch information
Showing
3 changed files
with
227 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
hw.ncpu: 8 | ||
hw.byteorder: 1234 | ||
hw.memsize: 17179869184 | ||
hw.activecpu: 8 | ||
hw.perflevel0.physicalcpu: 4 | ||
hw.perflevel0.physicalcpu_max: 4 | ||
hw.perflevel0.logicalcpu: 4 | ||
hw.perflevel0.logicalcpu_max: 4 | ||
hw.perflevel0.l1icachesize: 196608 | ||
hw.perflevel0.l1dcachesize: 131072 | ||
hw.perflevel0.l2cachesize: 16777216 | ||
hw.perflevel0.cpusperl2: 4 | ||
hw.perflevel1.physicalcpu: 4 | ||
hw.perflevel1.physicalcpu_max: 4 | ||
hw.perflevel1.logicalcpu: 4 | ||
hw.perflevel1.logicalcpu_max: 4 | ||
hw.perflevel1.l1icachesize: 131072 | ||
hw.perflevel1.l1dcachesize: 65536 | ||
hw.perflevel1.l2cachesize: 4194304 | ||
hw.perflevel1.cpusperl2: 4 | ||
hw.optional.arm.FEAT_FlagM: 1 | ||
hw.optional.arm.FEAT_FlagM2: 1 | ||
hw.optional.arm.FEAT_FHM: 1 | ||
hw.optional.arm.FEAT_DotProd: 1 | ||
hw.optional.arm.FEAT_SHA3: 1 | ||
hw.optional.arm.FEAT_RDM: 1 | ||
hw.optional.arm.FEAT_LSE: 1 | ||
hw.optional.arm.FEAT_SHA256: 1 | ||
hw.optional.arm.FEAT_SHA512: 1 | ||
hw.optional.arm.FEAT_SHA1: 1 | ||
hw.optional.arm.FEAT_AES: 1 | ||
hw.optional.arm.FEAT_PMULL: 1 | ||
hw.optional.arm.FEAT_SPECRES: 0 | ||
hw.optional.arm.FEAT_SB: 1 | ||
hw.optional.arm.FEAT_FRINTTS: 1 | ||
hw.optional.arm.FEAT_LRCPC: 1 | ||
hw.optional.arm.FEAT_LRCPC2: 1 | ||
hw.optional.arm.FEAT_FCMA: 1 | ||
hw.optional.arm.FEAT_JSCVT: 1 | ||
hw.optional.arm.FEAT_PAuth: 1 | ||
hw.optional.arm.FEAT_PAuth2: 1 | ||
hw.optional.arm.FEAT_FPAC: 1 | ||
hw.optional.arm.FEAT_DPB: 1 | ||
hw.optional.arm.FEAT_DPB2: 1 | ||
hw.optional.arm.FEAT_BF16: 1 | ||
hw.optional.arm.FEAT_I8MM: 1 | ||
hw.optional.arm.FEAT_ECV: 1 | ||
hw.optional.arm.FEAT_LSE2: 1 | ||
hw.optional.arm.FEAT_CSV2: 1 | ||
hw.optional.arm.FEAT_CSV3: 1 | ||
hw.optional.arm.FEAT_FP16: 1 | ||
hw.optional.arm.FEAT_SSBS: 1 | ||
hw.optional.arm.FEAT_BTI: 1 | ||
hw.optional.floatingpoint: 1 | ||
hw.optional.neon: 1 | ||
hw.optional.neon_hpfp: 1 | ||
hw.optional.neon_fp16: 1 | ||
hw.optional.armv8_1_atomics: 1 | ||
hw.optional.armv8_2_fhm: 1 | ||
hw.optional.armv8_2_sha512: 1 | ||
hw.optional.armv8_2_sha3: 1 | ||
hw.optional.armv8_3_compnum: 1 | ||
hw.optional.watchpoint: 4 | ||
hw.optional.breakpoint: 6 | ||
hw.optional.armv8_crc32: 1 | ||
hw.optional.armv8_gpi: 1 | ||
hw.optional.AdvSIMD: 1 | ||
hw.optional.AdvSIMD_HPFPCvt: 1 | ||
hw.optional.ucnormal_mem: 1 | ||
hw.optional.arm64: 1 | ||
hw.features.allows_security_research: 0 | ||
hw.physicalcpu: 8 | ||
hw.physicalcpu_max: 8 | ||
hw.logicalcpu: 8 | ||
hw.logicalcpu_max: 8 | ||
hw.cputype: 16777228 | ||
hw.cpusubtype: 2 | ||
hw.cpu64bit_capable: 1 | ||
hw.cpufamily: -634136515 | ||
hw.cpusubfamily: 2 | ||
hw.cacheconfig: 8 1 4 0 0 0 0 0 0 0 | ||
hw.cachesize: 3697410048 65536 4194304 0 0 0 0 0 0 0 | ||
hw.pagesize: 16384 | ||
hw.pagesize32: 16384 | ||
hw.cachelinesize: 128 | ||
hw.l1icachesize: 131072 | ||
hw.l1dcachesize: 65536 | ||
hw.l2cachesize: 4194304 | ||
hw.tbfrequency: 24000000 | ||
hw.packages: 1 | ||
hw.osenvironment: | ||
hw.ephemeral_storage: 0 | ||
hw.use_recovery_securityd: 0 | ||
hw.use_kernelmanagerd: 1 | ||
hw.serialdebugmode: 0 | ||
hw.nperflevels: 2 | ||
hw.targettype: J413 | ||
machdep.cpu.cores_per_package: 8 | ||
machdep.cpu.core_count: 8 | ||
machdep.cpu.logical_per_package: 8 | ||
machdep.cpu.thread_count: 8 | ||
machdep.cpu.brand_string: Apple M2 | ||
machdep.user_idle_level: 0 | ||
machdep.wake_abstime: 5418683402971 | ||
machdep.time_since_reset: 6671416324 | ||
machdep.wake_conttime: 22097060794869 | ||
machdep.deferred_ipi_timeout: 64000 | ||
machdep.lck_mtx_adaptive_spin_mode: 1 | ||
machdep.virtual_address_size: 47 | ||
machdep.report_phy_read_delay: 0 | ||
machdep.report_phy_write_delay: 0 | ||
machdep.trace_phy_read_delay: 0 | ||
machdep.trace_phy_write_delay: 0 | ||
machdep.report_phy_read_osbt: 0 | ||
machdep.report_phy_write_osbt: 0 | ||
machdep.phy_read_delay_panic: 0 | ||
machdep.phy_writedelay_panic: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
processor : 0 | ||
BogoMIPS : 48.00 | ||
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 asimddp sha512 asimdfhm dit uscat ilrcpc flagm ssbs sb paca pacg dcpodp flagm2 frint i8mm bf16 bti ecv | ||
CPU implementer : 0x61 | ||
CPU architecture: 8 | ||
CPU variant : 0x1 | ||
CPU part : 0x032 | ||
CPU revision : 0 |