summaryrefslogtreecommitdiffstats
path: root/arch/nios2
Commit message (Expand)AuthorAgeFilesLines
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-141-3/+1
* nios2: set up the debug UART earlyThomas Chou2016-02-061-0/+7
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-131-5/+9
* nios2: display altera sysid at startupThomas Chou2015-12-191-0/+8
* nios2: 10m50: change to ns16550 uartThomas Chou2015-11-211-1/+1
* nios2: zap ioremapThomas Chou2015-11-181-6/+0
* nios2: dma-mapping.h: change ioremap to map_physmemThomas Chou2015-11-181-1/+1
* nios2: add 10m50 devboard supportThomas Chou2015-11-121-0/+267
* nios2: add memcpy_fromio and memcpy_toioThomas Chou2015-11-121-0/+4
* Various Makefiles: Add SPDX-License-Identifier tagsTom Rini2015-11-101-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini2015-11-064-13/+17
|\
| * nios2: fix cached mode in clearing the BSSThomas Chou2015-11-061-1/+1
| * nios2: remove CONFIG_SYS_INIT_SP macroThomas Chou2015-11-061-2/+1
| * nios2: change virt_to_phys to use physaddr_mask in global dataThomas Chou2015-11-063-4/+3
| * nios2: remove the useless parenthesis in asm/io.hThomas Chou2015-11-061-4/+4
| * nios2: fix map_physmem to do real cache mappingThomas Chou2015-11-063-3/+9
* | nios2: Use the generic bitops headersFabio Estevam2015-11-051-0/+5
|/
* nios2: fix virt_to_phys for nios2 with MMUThomas Chou2015-10-231-1/+5
* nios2: zap nios2-generic board dirThomas Chou2015-10-231-10/+6
* nios2: convert dma_alloc_coherent to use malloc_cache_alignedThomas Chou2015-10-231-13/+14
* nios2: convert copy_exception_trampoline to use dm cpu dataThomas Chou2015-10-232-24/+25
* nios2: convert cache flush to use dm cpu dataThomas Chou2015-10-235-98/+133
* nios2: set default cache configuration in start.SThomas Chou2015-10-231-7/+15
* nios2: clean up comments style in start.SThomas Chou2015-10-231-31/+30
* nios2: convert ioremap to use dm cpu dataThomas Chou2015-10-231-5/+2
* nios2: convert do_reset to use dm cpu dataThomas Chou2015-10-231-1/+1
* nios2: remove asm/psr.hThomas Chou2015-10-233-27/+0
* nios2: convert altera sysid to driver modelThomas Chou2015-10-235-58/+11
* nios2: convert altera timer to driver modelThomas Chou2015-10-232-66/+1
* nios2: convert nios2 cpu to driver modelThomas Chou2015-10-232-3/+96
* nios2 : convert altera_pio to driver modelThomas Chou2015-10-232-79/+42
* nios2: add clear and set bits macrosThomas Chou2015-10-231-0/+55
* nios2: convert altera_jtag_uart to driver modelThomas Chou2015-10-231-0/+1
* nios2: map physical address to uncached virtual addressThomas Chou2015-10-232-2/+7
* nios2: call board_init_f_memThomas Chou2015-10-232-2/+10
* nios2: zap version_stringThomas Chou2015-10-231-6/+0
* nios2: zap dly_clksThomas Chou2015-10-231-33/+0
* nios2: Split timer code into timer.cThomas Chou2015-10-233-84/+67
* nios2: Switch to generic timerThomas Chou2015-10-233-117/+38
* nios2: enable device tree control of U-BootThomas Chou2015-10-234-0/+166
* nios2: define _end in link scriptThomas Chou2015-10-231-0/+6
* nios2: remove gp assignments in link scriptThomas Chou2015-10-231-3/+5
* nios2: enlarge the code relocation rangeThomas Chou2015-10-231-2/+3
* nios2: BSS should be cleared only after board_init_fThomas Chou2015-10-231-14/+16
* arch: Make board selection choices optionalJoe Hershberger2015-05-121-0/+1
* fdt: nios: Fix warning in ft_cpu_setup()Simon Glass2015-04-101-2/+0
* generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada2015-03-281-1/+0
* generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada2015-03-281-2/+0
* Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck2014-12-081-0/+8
* fdt: Allow ft_board_setup() to report failureSimon Glass2014-11-211-2/+6
OpenPOWER on IntegriCloud