Dr-Noob
233565c052
[v0.89][ARM][BUGFIX] Fix uarch detection for Kryo 260 / 280
2020-11-24 16:16:22 +01:00
Dr-Noob
5d168f5707
[v0.89][ARM][BUGFIX] Fix obscure bug where cpufetch failed if cpuinfo did not start with "processor" string
2020-11-24 15:20:07 +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
fbea497740
[v0.89] Change freq from int64 to int32, which fixes a compilation issue. Fix Makefile in Windows
2020-11-24 12:52:42 +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
71d660d7b1
[v0.88][ARM] Fetch raw soc name from cpuinfo or android (if supported)
2020-11-24 10:03:21 +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
8927048c95
[v0.88] Reorganize files and documentation. Remove ascii directory (it was useless)
2020-11-23 16:15:46 +01:00
Dr-Noob
093222d533
[v0.88][DOC] Update documentation and divide it in two files, one for each architecture
2020-11-23 16:11:54 +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
f5ec566577
[v0.87][DOC] Explain commit #42ade63 in documentation. Add Android information in README
2020-11-22 09:20:35 +01:00
Dr-Noob
5b0cbd622f
[v0.87][BUGFIX] Add checks to detect wrong ASCII arts. Fix ARM ASCII art
2020-11-21 19:21:19 +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
50931ee94d
[v0.86][BUGFIX] Fix print format for hex values
2020-11-21 16:45:51 +01:00
Dr-Noob
42ade63746
[v0.86][BUGFIX] Add old AMD CPUs cache fix to master branch
2020-11-21 16:41:08 +01:00
Dr-Noob
e4a4e13d56
[v0.82][BUGFIX] Using 0x80000006 in new AMD CPUs outputs wrong L3 size since it reports the full size instead the size of a single L3. Use old method just when is necessary
2020-11-21 16:37:51 +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
8c11cb2422
[v0.84][ARM] Add ISA field in ARM. ISA depends on uarch, not on specific CPU. Fill all the missing data in uarch.c
2020-11-14 11:11:32 +01:00
Dr-Noob
cb78f18de1
[v0.84][BUGFIX] Fix more compilation issues
2020-11-10 22:46:39 +01:00
Dr-Noob
07f3f26ff6
[v0.84][BUGFIX] Fix more compilation issues
2020-11-10 22:45:14 +01:00
Dr-Noob
27aabb35be
[v0.84][BUGFIX] Fix compilation issues
2020-11-10 18:51:13 +01:00
Dr-Noob
904cb46765
[v0.84][ARM] Add lots of new microarch detection
2020-11-10 18:50:32 +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
b978ddc83d
[v0.82][BUGFIX] Issue #33 : Use 0x80000006 for cache fetching in AMD, instead of 0x8000001D. This means that a different approach in Intel and AMD CPUs
2020-11-07 10:48:48 +01:00
Dr-Noob
16abfa7022
[v0.82][README] Update README to show ARM experimental support
2020-11-06 11:10:30 +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
Dr-Noob
1fad4fd10b
[v0.8][ARM] Building support in ARM
2020-11-05 09:28:41 +01:00
Dr-Noob
5cc9038f3d
Fix peak performance in KNL
2020-10-20 21:13:04 +02:00
Dr-Noob
f992d0122f
Merge remote-tracking branch 'Wunkolo/feat/windows-colors' into master
2020-10-20 20:49:29 +02:00
Dr-Noob
ac86be2d7a
Fix bug in Windows where specifying a style while using a terminal that supports color does not enable the color support, so colors do not show correctly
2020-10-20 20:43:14 +02:00
Wunkolo
c158cab005
Update readme with new Windows terminal support
2020-10-17 18:46:53 -07:00
Wunkolo
9867754d08
Implement VT100 escape-code detection for Windows
...
Latest versions of windows have support for the parsing VT100 escape
code sequences, allowing for terminal colors similar to Linux.
https://docs.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences#screen-colors
Here I have it get the console mode, set the
`ENABLE_VIRTUAL_TERMINAL_PROCESSING` flag, and then grab the console
mode again to both verify that VT100 escape sequences are supported and
that it is enabled after setting it to determine if the printer should
allow for fancy-color mode.
2020-10-17 18:46:20 -07:00
Dr-Noob
5119ece0dd
Refactoring defines to enums
2020-10-14 10:55:46 +02:00
Dr-Noob
e37c7d9ae0
Basic support for virtual machines
2020-10-11 23:27:19 +02:00
Dr-Noob
aa5f0a8b88
Add install option in Makefile
2020-09-21 13:07:18 +02:00
Dr-Noob
075e4399f8
Update description
2020-09-05 10:51:16 +02:00
Dr-Noob
3dedb0bbc3
Add programming documentation
2020-09-05 09:46:37 +02:00
Dr-Noob
60bc02185d
Small fix
v0.7
2020-09-01 20:48:37 +02:00
Dr-Noob
ae752bac77
Add images
2020-09-01 20:45:52 +02:00
Dr-Noob
500ccfa871
Stable version 0.7 heavily tested in many different CPUs
2020-09-01 20:44:48 +02:00
Dr-Noob
877833db0a
Dont fetch if smt is enabled if its not supported (AMD). Dont guess cache topology, fetch it from CPUID (AMD)
2020-09-01 13:08:44 +02:00
Dr-Noob
5cca6df218
Fix memory leaks. Add debug message when microarch is unknown
2020-09-01 11:32:08 +02:00