fb9a46a2 | 27-Nov-2018 |
Alexey Brodkin <alexey.brodkin@synopsys.com> |
arc: emsdp: Refactor register and bit accesses
Instead of "base + offset" define all registers right away and access them later via direct defines.
Generate bit masks with "BIT" macro.
Signed-off-
arc: emsdp: Refactor register and bit accesses
Instead of "base + offset" define all registers right away and access them later via direct defines.
Generate bit masks with "BIT" macro.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
show more ...
|
4e86c7e3 | 27-Nov-2018 |
Alexey Brodkin <alexey.brodkin@synopsys.com> |
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
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>
show more ...
|
9f87d470 | 11-Oct-2018 |
Alexey Brodkin <abrodkin@synopsys.com> |
axs10x/emdk/hsdk/iot_dk: Implement board_mmc_getcd()
So now we may detect MMC/SD-card existence and instead of completely misleading message on missing card: ------------------------>8--------------
axs10x/emdk/hsdk/iot_dk: Implement board_mmc_getcd()
So now we may detect MMC/SD-card existence and instead of completely misleading message on missing card: ------------------------>8----------------------- Loading Environment from FAT... Card did not respond to voltage select! ------------------------>8-----------------------
we now get very clear one: ------------------------>8----------------------- Loading Environment from FAT... MMC: no card present ------------------------>8-----------------------
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
show more ...
|
8a8f32d8 | 10-Oct-2018 |
Alexey Brodkin <abrodkin@synopsys.com> |
iot_dk: Save CPU clock value to gd->cpu_clk
Since gd->cpu_clk is a global item we may once populate it from .dtb ans use it then in other places like for printing CPU info etc.
Signed-off-by: Alexe
iot_dk: Save CPU clock value to gd->cpu_clk
Since gd->cpu_clk is a global item we may once populate it from .dtb ans use it then in other places like for printing CPU info etc.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
show more ...
|
0552e104 | 11-Jul-2018 |
Alexey Brodkin <abrodkin@synopsys.com> |
ARC: AXS10x/HSDK: Use our own version of mkimage
Since U-Boot tools are being built anyways it's much nicer to use them instead of relying on some of them bein installed on build host (which might e
ARC: AXS10x/HSDK: Use our own version of mkimage
Since U-Boot tools are being built anyways it's much nicer to use them instead of relying on some of them bein installed on build host (which might easily not be the case).
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
show more ...
|