11 Dec, 2017

4 commits

  • Signed-off-by: Eugeniy Paltsev
    Signed-off-by: Alexey Brodkin

    Eugeniy Paltsev
     
  • ARCNUM [15:8] field in ARC_AUX_IDENTITY register allows us to
    uniquely identify each core in a multi-core system.

    I.e. with help of this macro each core may get its index in SMP system.

    Signed-off-by: Eugeniy Paltsev
    Signed-off-by: Alexey Brodkin

    Eugeniy Paltsev
     
  • DW SDIO controller has external CIU clock divider controlled via
    register in the SDIO IP. Due to its unexpected default value
    (we expected it to divide by 1 but in reality it divides by 8)
    SDIO IP uses wrong CIU clock (it should be 100000000Hz but actual
    is 12500000Hz) and works unstable (see STAR 9001204800).

    So increase SDIO CIU frequency from actual 12500000Hz to 50000000Hz
    by switching from the default divisor value (div-by-8) to the
    minimum possible value of the divisor (div-by-2) in HSDK platform
    code.

    Signed-off-by: Eugeniy Paltsev
    Signed-off-by: Alexey Brodkin

    Eugeniy Paltsev
     
  • With CONFIG_CMD_GPIO compilation reports error:
    -------------------------->8---------------------
    common/cmd_gpio.c:13:22: fatal error: asm/gpio.h: No such file or directory
    #include
    ^
    -------------------------->8---------------------

    Signed-off-by: Eugeniy Paltsev
    Signed-off-by: Alexey Brodkin

    Eugeniy Paltsev
     

09 Dec, 2017

1 commit


08 Dec, 2017

19 commits


07 Dec, 2017

16 commits