Dr-Noob
|
ecce0354e5
|
[v1.02][ARM] Fixed M2 bug, support for M2 should now be complete
|
2022-09-05 18:17:15 +02:00 |
|
Dr-Noob
|
dfec2a65d2
|
[v1.02][ARM] Experimental support for M2
|
2022-09-05 10:02:26 +02:00 |
|
Dr-Noob
|
52ba038527
|
[v1.02][ARM] Add support for M1 Ultra
|
2022-05-25 22:11:48 +01:00 |
|
Dr-Noob
|
0ea0754727
|
[v1.01] Experimental M1 chip detection using hw.cpusubfamily
|
2022-03-06 10:40:05 +01:00 |
|
Dr-Noob
|
6981d61eaf
|
[v1.00][X86] Show unknown string when the number of cores cannot be retrieved (like #119)
|
2021-11-01 13:07:48 +01:00 |
|
Dr-Noob
|
b9988622f2
|
[v1.00][ARM] Always consider two cores equals using the same criteria: if MIDR and freq are the same
|
2021-09-18 13:13:24 +02:00 |
|
Dr-Noob
|
b6603040fc
|
[v0.99] Merge and integrate M1 branch, which adds support for Apple M1 CPU
|
2021-08-12 18:52:01 +02:00 |
|
Dr-Noob
|
e2f7ec0765
|
[v0.98][ARM] Apply bug fixes already in master
|
2021-08-12 12:44:37 +01:00 |
|
Dr-Noob
|
5dcc3c1db6
|
[v0.99][ARM] Fixed two bugs that caused invalid access and segfaults
|
2021-08-12 13:37:28 +02:00 |
|
Dr-Noob
|
5737f1ecaf
|
[v0.98][Refactoring] Do not use hv_present in get_freq_from_file
|
2021-08-07 10:38:32 +02:00 |
|
Dr-Noob
|
c24dd7cbb6
|
[v0.98][Refactoring] Use int for peak performance, which makes code cleaner
|
2021-08-06 11:04:29 +02:00 |
|
Dr-Noob
|
6953d8dda5
|
[v0.98][Refactoring] Unify the use of get_str_peak_performance
|
2021-08-06 10:26:07 +02:00 |
|
Dr-Noob
|
44d4b3b553
|
[v0.98][Refactoring] Unify the use of init_topology_struct and init_cache_struct
|
2021-08-05 20:01:32 +02:00 |
|
Dr-Noob
|
6ab6afc974
|
[v0.98][Refactoring] Unify the use of unknown string
|
2021-08-05 19:07:09 +02:00 |
|
Dr-Noob
|
eac97bf721
|
[v0.98] Use malloc/calloc wrapper that exits when alloc fails, as suggested by #90
|
2021-08-04 10:01:32 +02:00 |
|
Dr-Noob
|
d2dc2046de
|
[v0.98][ARM] Detect fire/icestorm CPUs and manually fill most of the fields
|
2021-08-02 15:56:24 +01:00 |
|
Dr-Noob
|
e350f1759f
|
[v0.98][ARM] Add simple topology detection using sysctlbyname in macOS
|
2021-08-02 12:31:19 +01:00 |
|
Dr-Noob
|
4998cf3c82
|
[v0.98][ARM] Compiles and does not segfault in ARM running macOS
|
2021-08-02 12:02:41 +01:00 |
|
Dr-Noob
|
a3c6f15658
|
[v0.98][ARM] Fix compilation for ARM in macOS
|
2021-08-02 09:48:50 +01:00 |
|
Dr-Noob
|
797c708f2d
|
[v0.94][x86] Consider missing frequency file in x86_64 as a bug if no hypervisor is present. Took this idea from issue #37. Add if hypervisor is present to debug mode to prevent more confusions in the future
|
2020-12-29 00:09:01 +01:00 |
|
Dr-Noob
|
01e22b8090
|
[v0.94] Fix compilation issues
|
2020-12-01 16:13:38 +01:00 |
|
Dr-Noob
|
b1f3196e0d
|
[v0.94] Refactor CPU features in a separate struct. Remove x86 debug functions
|
2020-12-01 12:16:12 +01:00 |
|
Dr-Noob
|
d04d535807
|
[v0.94][ARM] Add CPU feature detection, such as NEON, AES, SHA... Take into account NEON capabilities for PP computation
|
2020-12-01 11:40:09 +01:00 |
|
Dr-Noob
|
37e849978a
|
[v0.90][ARM] Print right number of cores and frequency for each CPU
|
2020-11-24 16:17:53 +01:00 |
|
Dr-Noob
|
0bc978564e
|
[v0.89][ARM][BUGFIX] Two CPUs are equal when Main ID Register AND frequency are equal, not just when Main ID register are equal
|
2020-11-24 13:21:27 +01:00 |
|
Dr-Noob
|
8645b54b58
|
[v0.89][ARM] Separate udev for ARM in a different file, since there are many functions that are ARM only. Refactoring of file reading code
|
2020-11-24 12:32:38 +01:00 |
|
Dr-Noob
|
220dd02abd
|
[v0.89][ARM] Add very basic SoC parsing from cpuinfo/android strings. Only detects two SoCs, but allows debugging
|
2020-11-24 11:44:24 +01:00 |
|
Dr-Noob
|
685e78f2b7
|
[v0.88][ARM][BUGFIX] Fix bugs in single CPU SoCs and small bugs related to strings
|
2020-11-24 10:27:33 +01:00 |
|
Dr-Noob
|
bb05a4d577
|
[v0.88][ARM][BUGFIX] Fix some compilation issues
|
2020-11-23 18:45:42 +01:00 |
|
Dr-Noob
|
eaa86522a4
|
[v0.88][ARM] Add very basic SoC detection (Android only)
|
2020-11-23 18:30:00 +01:00 |
|
Dr-Noob
|
716706d0a7
|
[v0.88][ARM][BUGFIX] Fetch number of cores from /sys/devices/system/cpu/present file, instead of /proc/cpuinfo. Pay attention to cases where frequency and/or MIDR can not be fetched from cpuinfo. This happens when the CPU has offline cores
|
2020-11-22 15:18:15 +01:00 |
|
Dr-Noob
|
fcb2c716db
|
[v0.87][FREQ] Frequency in udev is now fetched as a per core basis. Before this commit, freq was always fetched from core 0. This allows ARM do detect the max frequency of each of the cores (which may or may not be the same in all of them)
|
2020-11-22 10:23:02 +01:00 |
|
Dr-Noob
|
0875c4d425
|
[v0.87][ARM] cpuInfo now holds all the structs (freq, cache, etc), instead of having them separated. This allows ARM to represent a single CPU, because from its pointer, it is able to access the specific frequency, cache, etc
|
2020-11-22 09:57:50 +01:00 |
|
Dr-Noob
|
0b9f0e860c
|
[v0.87][PRINTER] ASCII art attributes are no longer fixed in a given position, and are not fixed in length (max length is now 100). Added different algorithms for printing ASCII art for X86 and ARM, which allows ARM to show each CPU inside a SoC
|
2020-11-21 19:04:57 +01:00 |
|
Dr-Noob
|
7d707916fb
|
[v0.86][OPTIONS] Replace levels option with debug option, which does the same on x86, but also exists on ARM, which prints MIDR registers (need work to be properly implemented)
|
2020-11-18 23:41:42 +01:00 |
|
Dr-Noob
|
c44a646cd1
|
[v0.85][ARM] Add SoC field in ARM and remove CPU Name field, which is only valid in x86. Fix Makefile for some strict compilers
|
2020-11-18 23:22:26 +01:00 |
|
Dr-Noob
|
3aa13269b7
|
[v0.83][ARM] Add basic support for microarchitecture and CPU name detection. Need to add the remaining models
|
2020-11-08 16:49:01 +01:00 |
|
Dr-Noob
|
9c8e169592
|
[v0.82][ARM][ASCII][Refactoring] ARM ascii changes. Remove the assumption that all sockets are equal in a ARM based SoC. Little more support for ARM processors. Add ARM color style
|
2020-11-06 10:06:13 +01:00 |
|
Dr-Noob
|
4f1722ead6
|
[v0.81][ARM][Refactoring] Refactoring and very basic ARM support
|
2020-11-05 13:44:46 +01:00 |
|
Dr-Noob
|
f4f68287aa
|
[v0.8][Refactoring] Refactoring ARM code and source code tree
|
2020-11-05 11:01:46 +01:00 |
|