summaryrefslogtreecommitdiff
path: root/arch/nios2
AgeCommit message (Expand)AuthorFilesLines
2015-10-23nios2: convert cache flush to use dm cpu dataThomas Chou5-98/+133
2015-10-23nios2: set default cache configuration in start.SThomas Chou1-7/+15
2015-10-23nios2: clean up comments style in start.SThomas Chou1-31/+30
2015-10-23nios2: convert ioremap to use dm cpu dataThomas Chou1-5/+2
2015-10-23nios2: convert do_reset to use dm cpu dataThomas Chou1-1/+1
2015-10-23nios2: remove asm/psr.hThomas Chou3-27/+0
2015-10-23nios2: convert altera sysid to driver modelThomas Chou5-58/+11
2015-10-23nios2: convert altera timer to driver modelThomas Chou2-66/+1
2015-10-23nios2: convert nios2 cpu to driver modelThomas Chou2-3/+96
2015-10-23nios2 : convert altera_pio to driver modelThomas Chou2-79/+42
2015-10-23nios2: add clear and set bits macrosThomas Chou1-0/+55
2015-10-23nios2: convert altera_jtag_uart to driver modelThomas Chou1-0/+1
2015-10-23nios2: map physical address to uncached virtual addressThomas Chou2-2/+7
2015-10-23nios2: call board_init_f_memThomas Chou2-2/+10
2015-10-23nios2: zap version_stringThomas Chou1-6/+0
2015-10-23nios2: zap dly_clksThomas Chou1-33/+0
2015-10-23nios2: Split timer code into timer.cThomas Chou3-84/+67
2015-10-23nios2: Switch to generic timerThomas Chou3-117/+38
2015-10-23nios2: enable device tree control of U-BootThomas Chou4-0/+166
2015-10-23nios2: define _end in link scriptThomas Chou1-0/+6
2015-10-23nios2: remove gp assignments in link scriptThomas Chou1-3/+5
2015-10-23nios2: enlarge the code relocation rangeThomas Chou1-2/+3
2015-10-23nios2: BSS should be cleared only after board_init_fThomas Chou1-14/+16
2015-05-13arch: Make board selection choices optionalJoe Hershberger1-0/+1
2015-04-10fdt: nios: Fix warning in ft_cpu_setup()Simon Glass1-2/+0
2015-03-28generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada1-1/+0
2015-03-28generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada1-2/+0
2014-12-08Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck1-0/+8
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-2/+6
2014-09-14kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-1/+0
2014-08-30nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hookThomas Chou1-0/+2
2014-08-30nios2: move nios2.h to arch asm directoryThomas Chou3-2/+42
2014-08-30nios2: divide nios2-io.h into each specific drivers and remove itThomas Chou3-4/+25
2014-08-24nios2: remove EPCS driverThomas Chou2-718/+1
2014-08-24nios2: add generic board supportThomas Chou7-162/+49
2014-08-24nios2: remove obsolete PCI5441 and PK1C20 boardsThomas Chou1-8/+0
2014-08-24nios2: Fix printf size_t format related warnings (again...)Vasili Galka1-0/+4
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada1-1/+1
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+26
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2-2/+0
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada1-1/+3
2013-11-01nios2: convert makefiles to Kbuild styleMasahiro Yamada2-51/+9
2013-10-15Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2-2/+2
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk2-2/+2
2013-09-06nios2: fix missing comment terminator from SPDX License commitThomas Chou1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk32-536/+32
2013-07-17Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann1-0/+6
2013-06-26Clarify bootm OS argumentsSimon Glass1-2/+2
2013-05-02lib: consolidate hang()Andreas Bießmann1-11/+0