[v0.89][ARM] Add very basic SoC parsing from cpuinfo/android strings. Only detects two SoCs, but allows debugging

This commit is contained in:
Dr-Noob
2020-11-24 11:44:24 +01:00
parent 685e78f2b7
commit 220dd02abd
6 changed files with 74 additions and 11 deletions

View File

@@ -9,7 +9,6 @@ struct frequency* get_frequency_info(uint32_t core);
struct topology* get_topology_info(struct cpuInfo* cpu, struct cache* cach);
uint32_t get_nsockets(struct topology* topo);
char* get_soc_name(struct cpuInfo* cpu);
char* get_str_topology(struct cpuInfo* cpu, struct topology* topo, bool dual_socket);
char* get_str_peak_performance(struct cpuInfo* cpu);