summaryrefslogtreecommitdiff
path: root/arch/nios2
AgeCommit message (Expand)Author
2017-10-02nios2: Use asm-generic/io.hPaul Burton
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-05-01fdt: Move fdt_fixup_ethernet to a common placeTom Rini
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada
2016-05-27Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUPRobert P. J. Day
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