summaryrefslogtreecommitdiff
path: root/arch/nios2
AgeCommit message (Expand)Author
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-02-06nios2: set up the debug UART earlyThomas Chou
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2015-12-19nios2: display altera sysid at startupThomas Chou
2015-11-21nios2: 10m50: change to ns16550 uartThomas Chou
2015-11-18nios2: zap ioremapThomas Chou
2015-11-18nios2: dma-mapping.h: change ioremap to map_physmemThomas Chou
2015-11-12nios2: add 10m50 devboard supportThomas Chou
2015-11-12nios2: add memcpy_fromio and memcpy_toioThomas Chou
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini
2015-11-06nios2: fix cached mode in clearing the BSSThomas Chou
2015-11-06nios2: remove CONFIG_SYS_INIT_SP macroThomas Chou
2015-11-06nios2: change virt_to_phys to use physaddr_mask in global dataThomas Chou
2015-11-06nios2: remove the useless parenthesis in asm/io.hThomas Chou
2015-11-06nios2: fix map_physmem to do real cache mappingThomas Chou
2015-11-05nios2: Use the generic bitops headersFabio Estevam
2015-10-23nios2: fix virt_to_phys for nios2 with MMUThomas Chou
2015-10-23nios2: zap nios2-generic board dirThomas Chou
2015-10-23nios2: convert dma_alloc_coherent to use malloc_cache_alignedThomas Chou
2015-10-23nios2: convert copy_exception_trampoline to use dm cpu dataThomas Chou
2015-10-23nios2: convert cache flush to use dm cpu dataThomas Chou
2015-10-23nios2: set default cache configuration in start.SThomas Chou
2015-10-23nios2: clean up comments style in start.SThomas Chou
2015-10-23nios2: convert ioremap to use dm cpu dataThomas Chou
2015-10-23nios2: convert do_reset to use dm cpu dataThomas Chou
2015-10-23nios2: remove asm/psr.hThomas Chou
2015-10-23nios2: convert altera sysid to driver modelThomas Chou
2015-10-23nios2: convert altera timer to driver modelThomas Chou
2015-10-23nios2: convert nios2 cpu to driver modelThomas Chou
2015-10-23nios2 : convert altera_pio to driver modelThomas Chou
2015-10-23nios2: add clear and set bits macrosThomas Chou
2015-10-23nios2: convert altera_jtag_uart to driver modelThomas Chou
2015-10-23nios2: map physical address to uncached virtual addressThomas Chou
2015-10-23nios2: call board_init_f_memThomas Chou
2015-10-23nios2: zap version_stringThomas Chou
2015-10-23nios2: zap dly_clksThomas Chou
2015-10-23nios2: Split timer code into timer.cThomas Chou
2015-10-23nios2: Switch to generic timerThomas Chou
2015-10-23nios2: enable device tree control of U-BootThomas Chou
2015-10-23nios2: define _end in link scriptThomas Chou
2015-10-23nios2: remove gp assignments in link scriptThomas Chou
2015-10-23nios2: enlarge the code relocation rangeThomas Chou
2015-10-23nios2: BSS should be cleared only after board_init_fThomas Chou
2015-05-12arch: Make board selection choices optionalJoe Hershberger
2015-04-10fdt: nios: Fix warning in ft_cpu_setup()Simon Glass
2015-03-28generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada
2015-03-28generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada
2014-12-08Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass