aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2
AgeCommit message (Expand)AuthorFilesLines
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+1
2016-02-06nios2: set up the debug UART earlyThomas Chou1-0/+7
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-5/+9
2015-12-19nios2: display altera sysid at startupThomas Chou1-0/+8
2015-11-21nios2: 10m50: change to ns16550 uartThomas Chou1-1/+1
2015-11-18nios2: zap ioremapThomas Chou1-6/+0
2015-11-18nios2: dma-mapping.h: change ioremap to map_physmemThomas Chou1-1/+1
2015-11-12nios2: add 10m50 devboard supportThomas Chou1-0/+267
2015-11-12nios2: add memcpy_fromio and memcpy_toioThomas Chou1-0/+4
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini1-0/+4
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini4-13/+17
2015-11-06nios2: fix cached mode in clearing the BSSThomas Chou1-1/+1
2015-11-06nios2: remove CONFIG_SYS_INIT_SP macroThomas Chou1-2/+1
2015-11-06nios2: change virt_to_phys to use physaddr_mask in global dataThomas Chou3-4/+3
2015-11-06nios2: remove the useless parenthesis in asm/io.hThomas Chou1-4/+4
2015-11-06nios2: fix map_physmem to do real cache mappingThomas Chou3-3/+9
2015-11-05nios2: Use the generic bitops headersFabio Estevam1-0/+5
2015-10-23nios2: fix virt_to_phys for nios2 with MMUThomas Chou1-1/+5
2015-10-23nios2: zap nios2-generic board dirThomas Chou1-10/+6
2015-10-23nios2: convert dma_alloc_coherent to use malloc_cache_alignedThomas Chou1-13/+14
2015-10-23nios2: convert copy_exception_trampoline to use dm cpu dataThomas Chou2-24/+25
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-12arch: 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