]> git.baikalelectronics.ru Git - kernel.git/commit
unicore32 core architecture: low level entry and setup codes
authorGuanXuetao <gxt@mprc.pku.edu.cn>
Sat, 15 Jan 2011 10:15:45 +0000 (18:15 +0800)
committerGuanXuetao <gxt@mprc.pku.edu.cn>
Thu, 17 Mar 2011 01:19:06 +0000 (09:19 +0800)
commitc59a14d71b4b723fe0c2269933f6da4fd5d63e34
tree0482b81478e8b40ce06eeebe7f4ed88aafc593c0
parent20165e8e95b9c99c2990002b956c2f92285f086d
unicore32 core architecture: low level entry and setup codes

This patch implements low level entry and setup codes.

Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
arch/unicore32/include/asm/traps.h [new file with mode: 0644]
arch/unicore32/kernel/entry.S [new file with mode: 0644]
arch/unicore32/kernel/head.S [new file with mode: 0644]
arch/unicore32/kernel/setup.c [new file with mode: 0644]
arch/unicore32/kernel/setup.h [new file with mode: 0644]
arch/unicore32/kernel/traps.c [new file with mode: 0644]