aboutsummaryrefslogtreecommitdiff
path: root/arch/avr32
AgeCommit message (Expand)AuthorFilesLines
2011-04-12Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk1-1/+1
2011-03-27rename _end to __bss_end__Po-Yu Chuang3-4/+4
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier3-6/+6
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2-2/+4
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk2-1/+2
2010-10-19board_init_r: Removed unused cmdtp variableRichard Retanubun1-1/+0
2010-09-19relocation: fixup cmdtableHeiko Schocher1-21/+4
2010-09-19arm: get rid of bi_envHeiko Schocher1-1/+0
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-7/+8
2010-09-19Make getenv() work before relocation.Wolfgang Denk1-1/+2
2010-09-03avr32: Add simple paging supportHaavard Skinnemoen6-11/+163
2010-09-03avr32: Print unrelocated PC on exceptionHaavard Skinnemoen1-1/+2
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-1/+1
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk2-2/+2
2010-06-29avr32: add unaligned.hAndreas Bießmann1-0/+1
2010-06-29avr32: disable branch foldingAndreas Bießmann1-3/+4
2010-06-29Fix (null) problem for AVR32 boardsReinhard Meyer (-VC)1-2/+3
2010-04-13avr32: Move cpu/at32ap/* to arch/avr32/cpu/*Peter Tyser17-0/+2078
2010-04-13Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser30-0/+2564
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser6-0/+774