aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2/include
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+3
2021-01-05arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass1-0/+0
2018-05-15nios2: Define PLATFORM__CLEAR_BIT for generic_clear_bit()Bryan O'Donoghue1-0/+2
2018-05-15nios2: Define PLATFORM__SET_BIT for generic_set_bit()Bryan O'Donoghue1-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini13-29/+16
2017-10-02nios2: Use asm-generic/io.hPaul Burton1-7/+8
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass1-0/+0
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada1-1/+0
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 memcpy_fromio and memcpy_toioThomas Chou1-0/+4
2015-11-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini2-9/+12
2015-11-06nios2: change virt_to_phys to use physaddr_mask in global dataThomas Chou2-4/+2
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 Chou2-2/+7
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: convert dma_alloc_coherent to use malloc_cache_alignedThomas Chou1-13/+14
2015-10-23nios2: convert cache flush to use dm cpu dataThomas Chou1-10/+3
2015-10-23nios2: convert ioremap to use dm cpu dataThomas Chou1-5/+2
2015-10-23nios2: remove asm/psr.hThomas Chou3-27/+0
2015-10-23nios2: convert altera sysid to driver modelThomas Chou1-0/+2
2015-10-23nios2: convert nios2 cpu to driver modelThomas Chou1-0/+9
2015-10-23nios2 : convert altera_pio to driver modelThomas Chou1-79/+1
2015-10-23nios2: add clear and set bits macrosThomas Chou1-0/+55
2015-10-23nios2: map physical address to uncached virtual addressThomas Chou1-0/+5
2015-10-23nios2: call board_init_f_memThomas Chou1-2/+0
2015-03-28generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada1-1/+0
2014-08-30nios2: move nios2.h to arch asm directoryThomas Chou1-0/+40
2014-08-24nios2: add generic board supportThomas Chou2-9/+4
2014-08-24nios2: Fix printf size_t format related warnings (again...)Vasili Galka1-0/+4
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-1/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk14-236/+14
2013-03-15Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-02-04nios2: Use generic global_dataSimon Glass1-23/+1
2013-02-01Add architecture-specific global dataSimon Glass1-0/+5
2012-11-10nios2: remove asm/status_led.hThomas Chou1-31/+0
2012-10-19nios2: Change bi_baudrate and global data baudrate to intSimon Glass2-2/+2
2012-08-09global_data: unify global flag definesMike Frysinger1-9/+1
2012-05-15net: punt bd->bi_ip_addrMike Frysinger1-1/+0
2011-10-28gpio: Add driver for Altera's PIO coreJoachim Foerster1-2/+11
2011-10-23nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+11
2011-10-05image: push default arch values to arch headersMike Frysinger1-0/+2
2011-10-05POST: add post_log_res field for post results in global dataValentin Longchamp1-0/+1
2011-10-05console: Implement pre-console bufferGraeme Russ1-0/+3
2011-02-08nios2: add gpio_is_validThomas Chou1-0/+6
2011-02-08nios2: use long for ssize_tThomas Chou1-1/+1
2011-02-08nios2: add gpio_freeThomas Chou1-0/+6
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-3/+0
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-6/+7