aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2
AgeCommit message (Expand)AuthorFilesLines
2011-03-27rename _end to __bss_end__Po-Yu Chuang2-4/+4
2011-03-22Introduce a new linker flag LDFLAGS_FINALHaiying Wang1-1/+1
2011-02-08nios2: add gpio_is_validThomas Chou1-0/+6
2011-02-08nios2: use long for ssize_tThomas Chou1-1/+1
2011-02-08nios2: add gpio_freeThomas Chou1-0/+6
2011-01-25Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu1-1/+1
2010-12-09Remove redundant config.mk filesWolfgang Denk1-24/+0
2010-11-28do_reset: unify duplicate prototypesMike Frysinger1-1/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier2-4/+4
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-3/+0
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk2-2/+2
2010-10-18FDT: only call boot_get_fdt from generic codeJohn Rigby1-5/+3
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-6/+7
2010-09-19Make getenv() work before relocation.Wolfgang Denk1-1/+2
2010-08-19nios2: fix out of reach case for do_resetThomas Chou2-6/+10
2010-08-19nios2: fix bootm error on fdt argsThomas Chou1-1/+1
2010-07-12nios2: add gpio_requestThomas Chou1-0/+6
2010-07-12nios2: add fdt supportThomas Chou1-0/+21
2010-07-12nios2: use gc sections to reduce image sizeThomas Chou1-0/+3
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk4-10/+10
2010-05-28nios2: allow STANDALONE_LOAD_ADDR overridingThomas Chou1-1/+1
2010-05-28nios2: fix div64 issue for gcc4Thomas Chou6-175/+856
2010-05-28nios2: fix r15 issue for gcc4Thomas Chou3-9/+2
2010-05-28nios2: add gpio supportThomas Chou1-0/+52
2010-04-24nios2: fix no flash, add nand and mmc init in board.cThomas Chou1-0/+18
2010-04-24nios2: consolidate reset initializationThomas Chou1-5/+4
2010-04-24nios2: add dma_alloc_coherentThomas Chou1-0/+23
2010-04-24nios2: add 64 bits swab supportThomas Chou1-0/+6
2010-04-24nios2: allow link script overriding from boardsThomas Chou1-1/+1
2010-04-16nios2: Move individual board linker scripts to common script in cpu tree.Scott McNutt2-0/+137
2010-04-13nios2: Move cpu/nios2/* to arch/nios2/cpu/*Peter Tyser9-0/+1592
2010-04-13Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser21-0/+1172
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser9-0/+580