commit | 166fb93afe6bb6ca3b2e38334d31497471151855 | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | Tue Nov 27 09:46:57 2018 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Mon Dec 03 14:26:18 2018 +0300 |
tree | 28b5c403f61e53b67f38f6d0c93efa2c94b126f9 | |
parent | 0e5c94389cd45d9280c643795ebc7b4081f02215 [diff] |
ARC: Improve identification of ARC cores 1. Try to guess a ARC core template that was used i.e. not just name a core family but something more menaingful like "ARC HS38", "ARC EM11D" etc. We do it checking availability of the key differentiation features like: - Caches (we actually only check for L1 I$ fpr simplicity) - XY-memory - DSP extensions etc. 2. Identify ARC subsystems 3. Print core clock frequency Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>