]> 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)
commit72dc5d615aa726492218bffb16e696e0561ee448
tree9948df5e5259c938c358337daeed461dbaa32450
parentd55966cd203c2f56f733d99e8c64ab7a904bab44
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]