commit | 4e86c7e3cd21fdab46416284665dbb589f110b94 | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <alexey.brodkin@synopsys.com> | Tue Nov 27 09:46:59 2018 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Mon Dec 03 14:26:35 2018 +0300 |
tree | e10f1d7f4ad499d6559d6e4cd1fb6eddb39297bb | |
parent | 7f25b72a78bf3f42c6e8ced74a7da972e8c1a633 [diff] |
arc: emsdp: Read real CPU clock value from hardware We do real CPU clock measurement with help of built-in counters. Thus we may accommodate different real clock values that appear in different FPA images instead of relying on something hard-coded in the .dtb. And while at it make make SDIO base address define look similar to others with casting to "(void *)". Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>