summaryrefslogtreecommitdiffstats
path: root/arch/nios2/include
Commit message (Expand)AuthorAgeFilesLines
* arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass2021-01-051-0/+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-0713-29/+16
* nios2: Use asm-generic/io.hPaul Burton2017-10-021-7/+8
* efi: Use asmlinkage for EFIAPISimon Glass2016-10-191-0/+0
* Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada2016-09-231-1/+0
* nios2: zap ioremapThomas Chou2015-11-181-6/+0
* nios2: dma-mapping.h: change ioremap to map_physmemThomas Chou2015-11-181-1/+1
* nios2: add memcpy_fromio and memcpy_toioThomas Chou2015-11-121-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini2015-11-062-9/+12
|\
| * nios2: change virt_to_phys to use physaddr_mask in global dataThomas Chou2015-11-062-4/+2
| * 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-062-2/+7
* | 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: convert dma_alloc_coherent to use malloc_cache_alignedThomas Chou2015-10-231-13/+14
* nios2: convert cache flush to use dm cpu dataThomas Chou2015-10-231-10/+3
* nios2: convert ioremap to use dm cpu dataThomas Chou2015-10-231-5/+2
* nios2: remove asm/psr.hThomas Chou2015-10-233-27/+0
* nios2: convert altera sysid to driver modelThomas Chou2015-10-231-0/+2
* nios2: convert nios2 cpu to driver modelThomas Chou2015-10-231-0/+9
* nios2 : convert altera_pio to driver modelThomas Chou2015-10-231-79/+1
* nios2: add clear and set bits macrosThomas Chou2015-10-231-0/+55
* nios2: map physical address to uncached virtual addressThomas Chou2015-10-231-0/+5
* nios2: call board_init_f_memThomas Chou2015-10-231-2/+0
* generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada2015-03-281-1/+0
* nios2: move nios2.h to arch asm directoryThomas Chou2014-08-301-0/+40
* nios2: add generic board supportThomas Chou2014-08-242-9/+4
* nios2: Fix printf size_t format related warnings (again...)Vasili Galka2014-08-241-0/+4
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-121-1/+0
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2414-236/+14
* Introduce generic link section.h symbol filesSimon Glass2013-03-151-0/+27
* nios2: Use generic global_dataSimon Glass2013-02-041-23/+1
* Add architecture-specific global dataSimon Glass2013-02-011-0/+5
* nios2: remove asm/status_led.hThomas Chou2012-11-101-31/+0
* nios2: Change bi_baudrate and global data baudrate to intSimon Glass2012-10-192-2/+2
* global_data: unify global flag definesMike Frysinger2012-08-091-9/+1
* net: punt bd->bi_ip_addrMike Frysinger2012-05-151-1/+0
* gpio: Add driver for Altera's PIO coreJoachim Foerster2011-10-281-2/+11
* nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf2011-10-231-0/+11
* image: push default arch values to arch headersMike Frysinger2011-10-051-0/+2
* POST: add post_log_res field for post results in global dataValentin Longchamp2011-10-051-0/+1
* console: Implement pre-console bufferGraeme Russ2011-10-051-0/+3
* nios2: add gpio_is_validThomas Chou2011-02-081-0/+6
* nios2: use long for ssize_tThomas Chou2011-02-081-1/+1
* nios2: add gpio_freeThomas Chou2011-02-081-0/+6
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-3/+0
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-191-6/+7
* Make getenv() work before relocation.Wolfgang Denk2010-09-191-1/+2