summaryrefslogtreecommitdiffstats
path: root/arch/nios2/lib
Commit message (Collapse)AuthorAgeFilesLines
* nios2: Remove unnecessary #ifdef guardsTobias Klauser2015-11-092-4/+0
| | | | | | | | | __HAVE_ARCH_MEMMOVE and __HAVE_ARCH_MEMSET are unconditionally defined for nios2, so there is no need to protect the function definitions of memmove() and memset(). Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Acked-by: Ley Foon Tan <lftan@altera.com>
* nios2: Build infrastructureLey Foon Tan2014-12-081-0/+8
| | | | | | | This patch adds Makefile and Kconfig files required for building a nios2 kernel. Signed-off-by: Ley Foon Tan <lftan@altera.com>
* nios2: Time keepingLey Foon Tan2014-12-081-0/+52
| | | | | | | Add time keeping code for nios2. Signed-off-by: Ley Foon Tan <lftan@altera.com> Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
* nios2: Library functionsLey Foon Tan2014-12-083-0/+365
Add optimised library functions for nios2. Signed-off-by: Ley Foon Tan <lftan@altera.com>
OpenPOWER on IntegriCloud