aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2
AgeCommit message (Expand)Author
2012-08-09global_data: unify global flag definesMike Frysinger
2012-07-16nios2: move gd and bd into BSSThomas Chou
2012-05-15net: punt bd->bi_ip_addrMike Frysinger
2012-02-23nios2: implement get_ticks and get_tbclkAlex Hornung
2012-02-23nios2: add flush_dcache_range functionStefan Kristiansson
2011-10-30nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet().Joachim Foerster
2011-10-28gpio: Add driver for Altera's PIO coreJoachim Foerster
2011-10-28nios2: Pseudo implement dcache_status/enable/disable()Joachim Foerster
2011-10-23nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf
2011-10-05net: drop !NET_MULTI codeMike Frysinger
2011-10-05image: push default arch values to arch headersMike Frysinger
2011-10-05POST: add post_log_res field for post results in global dataValentin Longchamp
2011-10-05console: Implement pre-console bufferGraeme Russ
2011-07-28unify version_stringAndreas Bießmann
2011-07-26Timer: Remove set_timer completelyGraeme Russ
2011-05-16nios2: Make STANDALONE_LOAD_ADDR configurable per boardThomas Chou
2011-04-30Handle most LDSCRIPT setting centrallyScott Wood
2011-03-27rename _end to __bss_end__Po-Yu Chuang
2011-03-22Introduce a new linker flag LDFLAGS_FINALHaiying Wang
2011-02-08nios2: add gpio_is_validThomas Chou
2011-02-08nios2: use long for ssize_tThomas Chou
2011-02-08nios2: add gpio_freeThomas Chou
2011-01-25Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu
2010-12-09Remove redundant config.mk filesWolfgang Denk
2010-11-28do_reset: unify duplicate prototypesMike Frysinger
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk
2010-10-18FDT: only call boot_get_fdt from generic codeJohn Rigby
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk
2010-09-19Make getenv() work before relocation.Wolfgang Denk
2010-08-19nios2: fix out of reach case for do_resetThomas Chou
2010-08-19nios2: fix bootm error on fdt argsThomas Chou
2010-07-12nios2: add gpio_requestThomas Chou
2010-07-12nios2: add fdt supportThomas Chou
2010-07-12nios2: use gc sections to reduce image sizeThomas Chou
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-05-28nios2: allow STANDALONE_LOAD_ADDR overridingThomas Chou
2010-05-28nios2: fix div64 issue for gcc4Thomas Chou
2010-05-28nios2: fix r15 issue for gcc4Thomas Chou
2010-05-28nios2: add gpio supportThomas Chou
2010-04-24nios2: fix no flash, add nand and mmc init in board.cThomas Chou
2010-04-24nios2: consolidate reset initializationThomas Chou
2010-04-24nios2: add dma_alloc_coherentThomas Chou
2010-04-24nios2: add 64 bits swab supportThomas Chou
2010-04-24nios2: allow link script overriding from boardsThomas Chou
2010-04-16nios2: Move individual board linker scripts to common script in cpu tree.Scott McNutt
2010-04-13nios2: Move cpu/nios2/* to arch/nios2/cpu/*Peter Tyser
2010-04-13Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser