Age | Commit message (Expand) | Author |
2015-11-18 | nios2: zap ioremap | Thomas Chou |
2015-11-18 | nios2: dma-mapping.h: change ioremap to map_physmem | Thomas Chou |
2015-11-12 | nios2: add memcpy_fromio and memcpy_toio | Thomas Chou |
2015-11-06 | Merge branch 'master' of git://git.denx.de/u-boot-nios | Tom Rini |
2015-11-06 | nios2: change virt_to_phys to use physaddr_mask in global data | Thomas Chou |
2015-11-06 | nios2: remove the useless parenthesis in asm/io.h | Thomas Chou |
2015-11-06 | nios2: fix map_physmem to do real cache mapping | Thomas Chou |
2015-11-05 | nios2: Use the generic bitops headers | Fabio Estevam |
2015-10-23 | nios2: fix virt_to_phys for nios2 with MMU | Thomas Chou |
2015-10-23 | nios2: convert dma_alloc_coherent to use malloc_cache_aligned | Thomas Chou |
2015-10-23 | nios2: convert cache flush to use dm cpu data | Thomas Chou |
2015-10-23 | nios2: convert ioremap to use dm cpu data | Thomas Chou |
2015-10-23 | nios2: remove asm/psr.h | Thomas Chou |
2015-10-23 | nios2: convert altera sysid to driver model | Thomas Chou |
2015-10-23 | nios2: convert nios2 cpu to driver model | Thomas Chou |
2015-10-23 | nios2 : convert altera_pio to driver model | Thomas Chou |
2015-10-23 | nios2: add clear and set bits macros | Thomas Chou |
2015-10-23 | nios2: map physical address to uncached virtual address | Thomas Chou |
2015-10-23 | nios2: call board_init_f_mem | Thomas Chou |
2015-03-28 | generic-board: select SYS_GENERIC_BOARD for some architectures | Masahiro Yamada |
2014-08-30 | nios2: move nios2.h to arch asm directory | Thomas Chou |
2014-08-24 | nios2: add generic board support | Thomas Chou |
2014-08-24 | nios2: Fix printf size_t format related warnings (again...) | Vasili Galka |
2014-05-12 | bd_info: remove bi_barudrate member from struct bd_info | Masahiro Yamada |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-03-15 | Introduce generic link section.h symbol files | Simon Glass |
2013-02-04 | nios2: Use generic global_data | Simon Glass |
2013-02-01 | Add architecture-specific global data | Simon Glass |
2012-11-10 | nios2: remove asm/status_led.h | Thomas Chou |
2012-10-19 | nios2: Change bi_baudrate and global data baudrate to int | Simon Glass |
2012-08-09 | global_data: unify global flag defines | Mike Frysinger |
2012-05-15 | net: punt bd->bi_ip_addr | Mike Frysinger |
2011-10-28 | gpio: Add driver for Altera's PIO core | Joachim Foerster |
2011-10-23 | nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf |
2011-10-05 | image: push default arch values to arch headers | Mike Frysinger |
2011-10-05 | POST: add post_log_res field for post results in global data | Valentin Longchamp |
2011-10-05 | console: Implement pre-console buffer | Graeme Russ |
2011-02-08 | nios2: add gpio_is_valid | Thomas Chou |
2011-02-08 | nios2: use long for ssize_t | Thomas Chou |
2011-02-08 | nios2: add gpio_free | Thomas Chou |
2010-10-29 | Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC | Wolfgang Denk |
2010-09-19 | New implementation for internal handling of environment variables. | Wolfgang Denk |
2010-09-19 | Make getenv() work before relocation. | Wolfgang Denk |
2010-08-19 | nios2: fix out of reach case for do_reset | Thomas Chou |
2010-07-12 | nios2: add gpio_request | Thomas Chou |
2010-05-28 | nios2: fix r15 issue for gcc4 | Thomas Chou |
2010-05-28 | nios2: add gpio support | Thomas Chou |
2010-04-24 | nios2: add dma_alloc_coherent | Thomas Chou |
2010-04-24 | nios2: add 64 bits swab support | Thomas Chou |
2010-04-13 | Move architecture-specific includes to arch/$ARCH/include/asm | Peter Tyser |