]> git.baikalelectronics.ru Git - kernel.git/commit
nios2: Kernel booting and initialization
authorLey Foon Tan <lftan@altera.com>
Thu, 6 Nov 2014 07:19:37 +0000 (15:19 +0800)
committerLey Foon Tan <lftan@altera.com>
Mon, 8 Dec 2014 04:55:49 +0000 (12:55 +0800)
commit2900d04689e3328e8292216a8023e464c965b668
tree9948df5e5259c938c358337daeed461dbaa32450
parent45a4b3ad0e3b1ecb55cf8c95d265ec0101489bc2
nios2: Kernel booting and initialization

This patch adds the kernel booting and the initial setup code.

Signed-off-by: Ley Foon Tan <lftan@altera.com>
arch/nios2/include/asm/entry.h [new file with mode: 0644]
arch/nios2/include/asm/setup.h [new file with mode: 0644]
arch/nios2/kernel/head.S [new file with mode: 0644]
arch/nios2/kernel/setup.c [new file with mode: 0644]