u-boot-brain/board/synopsys/axs10x
Alexey Brodkin 2a5062ca9e axs103: Support slave core kick-start on axs103 v1.1 firmware
In axs103 v1.1 procedure to kick-start slave cores has changed quite a bit
compared t previous implementation.

In particular:
 * We used to have a generic START bit for all cores selected by CORE_SEL
   mask. But now we don't touch CORE_SEL at all because we have a dedicated
   START bit for each core:
     bit 0: Core 0 (master)
     bit 1: Core 1 (slave)
 * Now there's no need to select "manual" mode of core start

Additional challenge for us is how to tell which axs103 firmware we're
dealing with. For now we'll rely on ARC core version which was bumped
from 2.1c to 3.0.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
2017-03-31 22:09:36 +03:00
..
axs10x.c axs103: Support slave core kick-start on axs103 v1.1 firmware 2017-03-31 22:09:36 +03:00
axs10x.h arc: Rename AXS101 board to more generic AXS10x 2016-08-05 12:50:33 +03:00
Kconfig arc: dts: separate single axs10x.dts file 2017-03-24 14:47:52 +03:00
MAINTAINERS arc: Rename AXS101 board to more generic AXS10x 2016-08-05 12:50:33 +03:00
Makefile arc: Rename AXS101 board to more generic AXS10x 2016-08-05 12:50:33 +03:00
nand.c arc: Rename AXS101 board to more generic AXS10x 2016-08-05 12:50:33 +03:00