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
|
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
|
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
|
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 |
|