aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2
AgeCommit message (Expand)AuthorFilesLines
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-1/+0
2014-08-30nios2: link to CONFIG_SYS_MONITOR_BASE and remove text_base hookThomas Chou1-0/+2
2014-08-30nios2: move nios2.h to arch asm directoryThomas Chou3-2/+42
2014-08-30nios2: divide nios2-io.h into each specific drivers and remove itThomas Chou3-4/+25
2014-08-24nios2: remove EPCS driverThomas Chou2-718/+1
2014-08-24nios2: add generic board supportThomas Chou7-162/+49
2014-08-24nios2: remove obsolete PCI5441 and PK1C20 boardsThomas Chou1-8/+0
2014-08-24nios2: Fix printf size_t format related warnings (again...)Vasili Galka1-0/+4
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada1-1/+1
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+26
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2-2/+0
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada1-1/+3
2013-11-01nios2: convert makefiles to Kbuild styleMasahiro Yamada2-51/+9
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk2-2/+2
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk2-2/+2
2013-09-06nios2: fix missing comment terminator from SPDX License commitThomas Chou1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk32-536/+32
2013-07-16Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann1-0/+6
2013-06-26Clarify bootm OS argumentsSimon Glass1-2/+2
2013-05-01lib: consolidate hang()Andreas Bießmann1-11/+0
2013-05-01nios2: fix style in board.c.Andreas Bießmann1-22/+21
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-15Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-03-15Replace __bss_end__ with __bss_endSimon Glass2-4/+4
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-02-08Clean up libfdt.h includesGerald Van Baren1-1/+0
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-22common: Discard the __u_boot_cmd sectionMarek Vasut1-7/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
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-07-16nios2: move gd and bd into BSSThomas Chou1-7/+5
2012-05-15net: punt bd->bi_ip_addrMike Frysinger2-3/+0
2012-02-23nios2: implement get_ticks and get_tbclkAlex Hornung1-0/+21
2012-02-23nios2: add flush_dcache_range functionStefan Kristiansson1-0/+10
2011-10-30nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet().Joachim Foerster2-0/+54
2011-10-28gpio: Add driver for Altera's PIO coreJoachim Foerster1-2/+11
2011-10-28nios2: Pseudo implement dcache_status/enable/disable()Joachim Foerster1-0/+16
2011-10-23nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+11
2011-10-05net: drop !NET_MULTI codeMike Frysinger1-2/+0
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-07-28unify version_stringAndreas Bießmann1-8/+1
2011-07-26Timer: Remove set_timer completelyGraeme Russ1-6/+0
2011-05-16nios2: Make STANDALONE_LOAD_ADDR configurable per boardThomas Chou1-1/+1
2011-04-30Handle most LDSCRIPT setting centrallyScott Wood1-2/+0