summaryrefslogtreecommitdiffstats
path: root/arch/nios2
Commit message (Expand)AuthorAgeFilesLines
* 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
* nios2: Make STANDALONE_LOAD_ADDR configurable per boardThomas Chou2011-05-161-1/+1
* Handle most LDSCRIPT setting centrallyScott Wood2011-04-301-2/+0
* rename _end to __bss_end__Po-Yu Chuang2011-03-272-4/+4
* Introduce a new linker flag LDFLAGS_FINALHaiying Wang2011-03-221-1/+1
* 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
* Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu2011-01-251-1/+1
* Remove redundant config.mk filesWolfgang Denk2010-12-091-24/+0
* do_reset: unify duplicate prototypesMike Frysinger2010-11-281-1/+1
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-172-4/+4
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-3/+0
* Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk2010-10-262-2/+2
* FDT: only call boot_get_fdt from generic codeJohn Rigby2010-10-181-5/+3
* 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
* nios2: fix out of reach case for do_resetThomas Chou2010-08-192-6/+10
* nios2: fix bootm error on fdt argsThomas Chou2010-08-191-1/+1
* nios2: add gpio_requestThomas Chou2010-07-121-0/+6
* nios2: add fdt supportThomas Chou2010-07-121-0/+21
* nios2: use gc sections to reduce image sizeThomas Chou2010-07-121-0/+3
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-044-10/+10
* nios2: allow STANDALONE_LOAD_ADDR overridingThomas Chou2010-05-281-1/+1
* nios2: fix div64 issue for gcc4Thomas Chou2010-05-286-175/+856
* nios2: fix r15 issue for gcc4Thomas Chou2010-05-283-9/+2
* nios2: add gpio supportThomas Chou2010-05-281-0/+52
* nios2: fix no flash, add nand and mmc init in board.cThomas Chou2010-04-241-0/+18
* nios2: consolidate reset initializationThomas Chou2010-04-241-5/+4
* nios2: add dma_alloc_coherentThomas Chou2010-04-241-0/+23
* nios2: add 64 bits swab supportThomas Chou2010-04-241-0/+6
* nios2: allow link script overriding from boardsThomas Chou2010-04-241-1/+1
* nios2: Move individual board linker scripts to common script in cpu tree.Scott McNutt2010-04-162-0/+137
* nios2: Move cpu/nios2/* to arch/nios2/cpu/*Peter Tyser2010-04-139-0/+1592
* Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser2010-04-1321-0/+1172
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-139-0/+580
OpenPOWER on IntegriCloud