summaryrefslogtreecommitdiffstats
path: root/arch/nios2/kernel
AgeCommit message (Collapse)AuthorFilesLines
2014-12-08nios2: Kernel booting and initializationLey Foon Tan2-0/+393
This patch adds the kernel booting and the initial setup code. Signed-off-by: Ley Foon Tan <lftan@altera.com>
2014-12-08nios2: Assembly macros and definitionsLey Foon Tan1-0/+88
This patch add assembly macros and definitions used in the .S files across arch/nios2/ and together with asm-offsets.c. Signed-off-by: Ley Foon Tan <lftan@altera.com>