summaryrefslogtreecommitdiff
path: root/arch/nios2
Commit message (Expand)AuthorAgeFilesLines
* .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2018-06-181-1/+0
* nios2: Define PLATFORM__CLEAR_BIT for generic_clear_bit()Bryan O'Donoghue2018-05-151-0/+2
* nios2: Define PLATFORM__SET_BIT for generic_set_bit()Bryan O'Donoghue2018-05-151-0/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0730-68/+33
* nios2: 10m50: Add CPU pre-relocation in device treeGan, Yau Wai2017-11-171-0/+1
* nios2: Use asm-generic/io.hPaul Burton2017-10-021-7/+8
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* fdt: Move fdt_fixup_ethernet to a common placeTom Rini2017-05-012-39/+0
* board_f: Rename initdram() to dram_init()Simon Glass2017-04-131-0/+6
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* efi: Use asmlinkage for EFIAPISimon Glass2016-10-191-0/+0
* Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada2016-09-231-1/+0
* Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUPRobert P. J. Day2016-05-271-2/+2
* 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