summaryrefslogtreecommitdiffstats
path: root/arch/nios2/boot
Commit message (Collapse)AuthorAgeFilesLines
* kbuild: delete unnecessary "@:"Masahiro Yamada2016-04-201-1/+0
| | | | | | | | | | | | Since commit 2aedcd098a94 ('kbuild: suppress annoying "... is up to date." message'), $(call if_changed,...) is evaluated to "@:" when there is nothing to do. We no longer need to add "@:" after $(call if_changed,...) to suppress "... is up to date." message. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Michal Marek <mmarek@suse.com>
* nios2: Add Max10 device treeChee Nouk Phoon2015-09-081-0/+248
| | | | | | | | Max10 is a FPGA device. This patch adds Nios2 support for Max10. This device tree is based on Max10 hardware reference design. Signed-off-by: Chee Nouk Phoon <cnphoon@altera.com> Signed-off-by: Ley Foon Tan <lftan@altera.com>
* nios2: Add support for compressed kernelLey Foon Tan2015-02-107-0/+541
| | | | Signed-off-by: Ley Foon Tan <lftan@altera.com>
* nios2: Build infrastructureLey Foon Tan2014-12-082-0/+104
| | | | | | | This patch adds Makefile and Kconfig files required for building a nios2 kernel. Signed-off-by: Ley Foon Tan <lftan@altera.com>
* nios2: Device tree supportLey Foon Tan2014-12-082-0/+183
Add device tree support to arch/nios2. Signed-off-by: Ley Foon Tan <lftan@altera.com>