summaryrefslogtreecommitdiff
path: root/arch/nios2/include
AgeCommit message (Expand)Author
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada
2015-11-18nios2: zap ioremapThomas Chou
2015-11-18nios2: dma-mapping.h: change ioremap to map_physmemThomas Chou
2015-11-12nios2: add memcpy_fromio and memcpy_toioThomas Chou
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini
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: convert dma_alloc_coherent to use malloc_cache_alignedThomas Chou
2015-10-23nios2: convert cache flush to use dm cpu dataThomas Chou
2015-10-23nios2: convert ioremap 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 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: map physical address to uncached virtual addressThomas Chou
2015-10-23nios2: call board_init_f_memThomas Chou
2015-03-28generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada
2014-08-30nios2: move nios2.h to arch asm directoryThomas Chou
2014-08-24nios2: add generic board supportThomas Chou
2014-08-24nios2: Fix printf size_t format related warnings (again...)Vasili Galka
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-03-15Introduce generic link section.h symbol filesSimon Glass
2013-02-04nios2: Use generic global_dataSimon Glass
2013-02-01Add architecture-specific global dataSimon Glass
2012-11-10nios2: remove asm/status_led.hThomas Chou
2012-10-19nios2: Change bi_baudrate and global data baudrate to intSimon Glass
2012-08-09global_data: unify global flag definesMike Frysinger
2012-05-15net: punt bd->bi_ip_addrMike Frysinger
2011-10-28gpio: Add driver for Altera's PIO coreJoachim Foerster
2011-10-23nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf
2011-10-05image: push default arch values to arch headersMike Frysinger
2011-10-05POST: add post_log_res field for post results in global dataValentin Longchamp
2011-10-05console: Implement pre-console bufferGraeme Russ
2011-02-08nios2: add gpio_is_validThomas Chou
2011-02-08nios2: use long for ssize_tThomas Chou
2011-02-08nios2: add gpio_freeThomas Chou
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk
2010-09-19Make getenv() work before relocation.Wolfgang Denk
2010-08-19nios2: fix out of reach case for do_resetThomas Chou
2010-07-12nios2: add gpio_requestThomas Chou
2010-05-28nios2: fix r15 issue for gcc4Thomas Chou
2010-05-28nios2: add gpio supportThomas Chou
2010-04-24nios2: add dma_alloc_coherentThomas Chou