summaryrefslogtreecommitdiffstats
path: root/arch/csky/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* csky: stacktrace supported.Guo Ren2018-12-311-0/+4
| | | | | | | | | The gcc option "-mbacktrace" will push fp(r8),lr into stack and we could unwind the stack with: fp = *fp lr = (unsigned int *)fp[1] Signed-off-by: Guo Ren <ren_guo@c-sky.com>
* csky: use common dtb build rulesGuo Ren2018-11-011-10/+1Star
| | | | | | | | | | | | Remove the Kbuild rules in arch/csky and use common dtb build rules. This modification is based on: commit 37c8a5fafa3b ("kbuild: consolidate Devicetree dtb build rules") Signed-off-by: Guo Ren <ren_guo@c-sky.com> Reviewed-by: Rob Herring <robh@kernel.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
* csky: remove builtin-dtb KbuildGuo Ren2018-11-011-2/+0Star
| | | | | | | | Remove the builtin-dtb implementation in arch/csky. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
* csky: Build infrastructureGuo Ren2018-10-251-0/+93
This patch adds Makefile, Kconfig for build infrastructure. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Acked-by: Arnd Bergmann <arnd@arndb.de>