summaryrefslogtreecommitdiffstats
path: root/arch/nios2
Commit message (Expand)AuthorAgeFilesLines
* Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck2014-12-081-0/+8
* fdt: Allow ft_board_setup() to report failureSimon Glass2014-11-211-2/+6
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-131-1/+0
* nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hookThomas Chou2014-08-301-0/+2
* nios2: move nios2.h to arch asm directoryThomas Chou2014-08-303-2/+42
* nios2: divide nios2-io.h into each specific drivers and remove itThomas Chou2014-08-303-4/+25
* nios2: remove EPCS driverThomas Chou2014-08-242-718/+1
* nios2: add generic board supportThomas Chou2014-08-247-162/+49
* nios2: remove obsolete PCI5441 and PK1C20 boardsThomas Chou2014-08-241-8/+0
* nios2: Fix printf size_t format related warnings (again...)Vasili Galka2014-08-241-0/+4
* kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada2014-07-301-1/+1
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-301-0/+26
* bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2014-05-122-2/+0
* kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada2014-03-041-1/+3
* nios2: convert makefiles to Kbuild styleMasahiro Yamada2013-11-012-51/+9
* Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2013-10-142-2/+2
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-142-2/+2
* nios2: fix missing comment terminator from SPDX License commitThomas Chou2013-09-061-0/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2432-536/+32
* Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach2013-07-161-1/+1
* avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann2013-07-021-0/+6
* Clarify bootm OS argumentsSimon Glass2013-06-261-2/+2
* lib: consolidate hang()Andreas Bießmann2013-05-011-11/+0
* nios2: fix style in board.c.Andreas Bießmann2013-05-011-22/+21
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-181-1/+1
|\
| * Refactor linker-generated arraysAlbert ARIBAUD2013-03-121-1/+1
* | Introduce generic link section.h symbol filesSimon Glass2013-03-151-0/+27
* | Replace __bss_end__ with __bss_endSimon Glass2013-03-152-4/+4
|/
* Clean up libfdt.h includesGerald Van Baren2013-02-081-1/+0
* 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
* common: Discard the __u_boot_cmd sectionMarek Vasut2012-10-221-7/+0
* common: Add .u_boot_list into all linker filesMarek Vasut2012-10-221-0/+5
* 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
* nios2: move gd and bd into BSSThomas Chou2012-07-161-7/+5
* net: punt bd->bi_ip_addrMike Frysinger2012-05-152-3/+0
* nios2: implement get_ticks and get_tbclkAlex Hornung2012-02-231-0/+21
* nios2: add flush_dcache_range functionStefan Kristiansson2012-02-231-0/+10
* nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet().Joachim Foerster2011-10-302-0/+54
* gpio: Add driver for Altera's PIO coreJoachim Foerster2011-10-281-2/+11
* nios2: Pseudo implement dcache_status/enable/disable()Joachim Foerster2011-10-281-0/+16
* nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf2011-10-231-0/+11
* net: drop !NET_MULTI codeMike Frysinger2011-10-051-2/+0
* 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
* unify version_stringAndreas Bießmann2011-07-281-8/+1
* Timer: Remove set_timer completelyGraeme Russ2011-07-261-6/+0
OpenPOWER on IntegriCloud