17 Aug, 2016

1 commit


13 Nov, 2014

1 commit

  • This commit moves CONFIG_SH2, CONFIG_SH2A, CONFIG_SH3, CONFIG_SH4
    to Kconfig renaming into CONFIG_CPU_SH2, CONFIG_CPU_SH2A,
    CONFIG_CPU_SH3, CONFIG_CPU_SH4, respectively because
    arch/sh/Kconfig of Linux uses CONFIG_CPU_SH* convention.

    Signed-off-by: Masahiro Yamada
    Cc: Nobuhiro Iwamatsu
    Signed-off-by: Nobuhiro Iwamatsu

    Masahiro Yamada
     

09 Jan, 2014

1 commit

  • SH4 and SH4A are compatible. But some instructions are different from these.
    In Linux kernel, It is treated as a separate CPU, but for now, I think that
    there is no need to divide especially in the U-Boot.

    This removes CONFIG_SH4A definition from source code, SH4A is treated as SH4.
    And this fix white space.

    Signed-off-by: Nobuhiro Iwamatsu

    Nobuhiro Iwamatsu
     

17 Oct, 2013

1 commit

  • The former SH/TMU driver had calculated timer based on CONFIG_SYS_CLK_FREQ.
    The newest SH/TMU newly needs calculation of the clock for TMU.
    This patch defines clock CONFIG_SH_TMU_CLK_FREQ for TMU and changes it to
    CONFIG_SH_TMU_CLK_FREQ from CONFIG_SYS_CLK_FREQ.

    Signed-off-by: Nobuhiro Iwamatsu
    Signed-off-by: Nobuhiro Iwamatsu

    Nobuhiro Iwamatsu
     

03 Oct, 2012

1 commit


21 Aug, 2012

1 commit