summaryrefslogtreecommitdiff
path: root/arch/avr32
AgeCommit message (Expand)Author
2014-11-23kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada
2014-11-23kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada
2014-06-14avr32: migrate cache functionsAndreas Bießmann
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada
2014-01-24avr32: delete unused header filesMasahiro Yamada
2014-01-24avr32: move CONFIG_AVR32 definition to arch/avr32/config.mkMasahiro Yamada
2013-10-31avr32: convert makefiles to Kbuild styleMasahiro Yamada
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-16Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann
2013-05-13avr32: fix relocation address calculationAndreas Bießmann
2013-05-01lib: consolidate hang()Andreas Bießmann
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15avr32: Fix cast warning in board.cSimon Glass
2013-03-15Introduce generic link section.h symbol filesSimon Glass
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2013-02-19malloc: make malloc_bin_reloc staticGabor Juhos
2013-02-04avr32: Use generic global_dataSimon Glass
2013-02-04avr32: Move cpu_hz to arch_global_dataSimon Glass
2013-02-04avr32: Move stack_end to arch_global_dataSimon Glass
2013-02-01Add architecture-specific global dataSimon Glass
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut
2012-10-19avr32: Change bi_baudrate and global data baudrate to intSimon Glass
2012-09-26malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck
2012-09-03avr32:portmux: fix setup for macb1Andreas Bießmann
2012-09-02avr32: Remove redundant LDSCRIPT definitionBenoît Thébaudeau
2012-08-09global_data: unify global flag definesMike Frysinger
2012-06-04avr32:board.c: fix compile warningAndreas Bießmann
2012-05-15net: move bootfile init into eth_initializeMike Frysinger
2012-05-15net: punt bd->bi_ip_addrMike Frysinger
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