aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nios2/platform/Kconfig.platform
Commit message (Collapse)AuthorAge
* nios2: Add CDX supportMarek Vasut2017-05-08
| | | | | | | | | | Add support for the CDX Code Density Extensions present in Nios II R2 . This introduces new 16bit instruction set to improve code density while retaining support for the 32bit Nios II R2 instructions. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Ley Foon Tan <lftan@altera.com>
* nios2: Add BMX supportMarek Vasut2017-05-08
| | | | | | | | | Add support for the BMX Bit Manipulation Extensions present in Nios II R2 . This introduces three new instructions, EXTRACT, INSERT and MERGE. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Ley Foon Tan <lftan@altera.com>
* nios2: Add NIOS2_ARCH_REVISION to select between R1 and R2Marek Vasut2017-05-08
| | | | | | | | | Allow user to select between Nios2 R1 and R2. Since R1 and R2 are not binary compatible, we cannot have a single kernel binary and there is no point in having DT property for discerning these two. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Ley Foon Tan <lftan@altera.com>
* nios2: Build infrastructureLey Foon Tan2014-12-07
This patch adds Makefile and Kconfig files required for building a nios2 kernel. Signed-off-by: Ley Foon Tan <lftan@altera.com>