aboutsummaryrefslogtreecommitdiff
path: root/arch/avr32
AgeCommit message (Expand)Author
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass
2012-03-13ATMEL: remove old atmel_mci driverSven Schnelle
2012-03-13ATMEL: use generic mmc frameworkSven Schnelle
2011-12-23Merge branch 'next' of ../nextWolfgang Denk
2011-12-20AVR32: fix timer_init() functionSven Schnelle
2011-12-17avr32:mmu.c: fix printf() length modifierAndreas Bießmann
2011-10-23avr32: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-23avr32: 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-05console: Implement pre-console bufferGraeme Russ
2011-08-01Unify timer_init() and cpu_init() prototypesWolfgang Denk
2011-07-28unify version_stringAndreas Bießmann
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ
2011-07-26Timer: Remove set_timer completelyGraeme Russ
2011-05-18avr32: add ATAG_BOARDINFOAndreas Bießmann
2011-05-18avr32: use single linker scriptAndreas Bießmann
2011-05-18avr32/config.mk: simplify PLATFORM_RELFLAGSAndreas Bießmann
2011-05-18avr32: fix linkingAndreas Bießmann
2011-05-18avr32: fixup definitions to ATMEL_BASE_xxxAndreas Bießmann
2011-05-18avr32: rename memory-map.h -> hardware.hAndreas Bießmann
2011-04-12Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk
2011-03-27rename _end to __bss_end__Po-Yu Chuang
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-19board_init_r: Removed unused cmdtp variableRichard Retanubun
2010-09-19relocation: fixup cmdtableHeiko Schocher
2010-09-19arm: get rid of bi_envHeiko Schocher
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk
2010-09-19Make getenv() work before relocation.Wolfgang Denk
2010-09-03avr32: Add simple paging supportHaavard Skinnemoen
2010-09-03avr32: Print unrelocated PC on exceptionHaavard Skinnemoen
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-06-29avr32: add unaligned.hAndreas Bießmann
2010-06-29avr32: disable branch foldingAndreas Bießmann
2010-06-29Fix (null) problem for AVR32 boardsReinhard Meyer (-VC)
2010-04-13avr32: Move cpu/at32ap/* to arch/avr32/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