]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arc: merge common start-up code between ARC and ARCv2
authorAlexey Brodkin <abrodkin@synopsys.com>
Thu, 19 Feb 2015 15:40:58 +0000 (18:40 +0300)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:38:13 +0000 (14:38 +0200)
commitcbe686e759f4f388442029fabd77f383d555c500
treed8a34960ca000973bfc5d8661761c5cb834c5a97
parentcd41ba9242022e51cb934e3dbec9d1b42da49c2f
arc: merge common start-up code between ARC and ARCv2

Even though ARCompact and ARCv2 are not binary compatible most of
assembly instructions are used in both. With this change we'll get rid
of duplicate code.

Still IVTs are implemented differently so we're keeping them in separate
files.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/cpu/arcv1/Makefile
arch/arc/cpu/arcv1/ivt.S [new file with mode: 0644]
arch/arc/cpu/arcv2/Makefile
arch/arc/cpu/arcv2/ivt.S [new file with mode: 0644]
arch/arc/cpu/arcv2/start.S [deleted file]
arch/arc/lib/Makefile
arch/arc/lib/start.S [moved from arch/arc/cpu/arcv1/start.S with 82% similarity]