[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

@@ -213,10 +213,6 @@ char* get_str_peak_performance(struct cpuInfo* cpu) {
return string;
}
char* get_soc_name(struct cpuInfo* cpu) {
return cpu->soc->raw_name;
}
void print_debug(struct cpuInfo* cpu) {
int ncores = get_ncores_from_cpuinfo();
bool success = false;