summaryrefslogtreecommitdiff
path: root/arch/nios2/lib
AgeCommit message (Collapse)AuthorFilesLines
2014-12-08nios2: Build infrastructureLey Foon Tan1-0/+8
This patch adds Makefile and Kconfig files required for building a nios2 kernel. Signed-off-by: Ley Foon Tan <lftan@altera.com>
2014-12-08nios2: Time keepingLey Foon Tan1-0/+52
Add time keeping code for nios2. Signed-off-by: Ley Foon Tan <lftan@altera.com> Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
2014-12-08nios2: Library functionsLey Foon Tan3-0/+365
Add optimised library functions for nios2. Signed-off-by: Ley Foon Tan <lftan@altera.com>