commit | 85e529fdfcdff44789e4d0798c3523b9c1b3d3d6 | [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 | ad74bb4fe3fe919ab86f410dbb7df6d2bab8d141 [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>