c3dd8238 | 10-Feb-2015 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
sh: enable CONFIG_USE_PRIVATE_LIBGCC by default
Now this feature works. Let's turn it on by default so we do not depend on specific tool-chains.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panason
sh: enable CONFIG_USE_PRIVATE_LIBGCC by default
Now this feature works. Let's turn it on by default so we do not depend on specific tool-chains.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
show more ...
|
5f91a3ad | 10-Feb-2015 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
sh: import missing private libraries from Linux 3.19
SuperH is supposed to support the Private Library feature, but it is actually not working.
If CONFIG_USE_PRIVATE_LIBGCC is enabled, the build fa
sh: import missing private libraries from Linux 3.19
SuperH is supposed to support the Private Library feature, but it is actually not working.
If CONFIG_USE_PRIVATE_LIBGCC is enabled, the build fails for the undefined references to '__sdivsi3_i4i' and '__udivsi3_i4i'.
To fix this error, import missing libraries from Linux 3.19 and adjust them for U-Boot: - Remove "#include <linux/module.h>" and "EXPORT_SYMBOL(...)" - Use SPDX-License-Identifier - Remove white space
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
show more ...
|
f97eeba4 | 06-Nov-2014 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
sh: define CONFIG_CPU_SH4A for some boards
Precisely, these boards are SH4A rather than SH4.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@r
sh: define CONFIG_CPU_SH4A for some boards
Precisely, these boards are SH4A rather than SH4.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
show more ...
|
7d236662 | 06-Nov-2014 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
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_CP
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
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 <yamada.m@jp.panasonic.com> Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
show more ...
|
08f11151 | 25-Feb-2014 |
Masahiro Yamada <yamada.m@jp.panasonic.com> |
sh: merge compiler flag -ffixed-r13
-ffixed-r13 is defined commonly for sh2, sh3, sh4. Move it to arch/sh/config.mk
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Nobuhiro Iwamatsu
sh: merge compiler flag -ffixed-r13
-ffixed-r13 is defined commonly for sh2, sh3, sh4. Move it to arch/sh/config.mk
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
show more ...
|