| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-02 | sh: share the correct version of start.S among all cpus | Vladimir Zapolskiy | |
| It is easy to note that SH2/SH3/SH4 start.S code is practically the same with a minor difference for SH2 where a short data header is present. To avoid unwanted code duplication and to automatically convert SH2 and SH3 platforms to generic board support move fixed SH4 start.S into arch/sh/lib/start.S and share it among all platforms. Signed-off-by: Vladimir Zapolskiy <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2014-12-08 | Kbuild: introduce Makefile in arch/$ARCH/ | Daniel Schwierzeck | |
| Introduce a Makefile under arch/$ARCH/ and include it in the top Makefile (similar to Linux kernel). This allows further refactoringi like moving architecture-specific code out of global makefiles, deprecating config variables (CPU, CPUDIR, SOC) or deprecating arch/$ARCH/config.mk. In contrary to Linux kernel, U-Boot defines the ARCH variable by Kconfig, thus the arch Makefile can only included conditionally after the top config.mk. Signed-off-by: Daniel Schwierzeck <[email protected]> Acked-by: Masahiro Yamada <[email protected]> | |||
