aboutsummaryrefslogtreecommitdiff
path: root/arch/avr32
AgeCommit message (Expand)AuthorFilesLines
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-1/+0
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada1-1/+0
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+51
2014-06-14avr32: migrate cache functionsAndreas Bießmann4-16/+16
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada2-2/+0
2014-03-04kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada1-1/+4
2014-01-24avr32: delete unused header filesMasahiro Yamada3-228/+0
2014-01-24avr32: move CONFIG_AVR32 definition to arch/avr32/config.mkMasahiro Yamada1-1/+1
2013-10-31avr32: convert makefiles to Kbuild styleMasahiro Yamada3-76/+14
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk47-796/+47
2013-07-16Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach1-1/+1
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann1-0/+9
2013-05-13avr32: fix relocation address calculationAndreas Bießmann1-2/+2
2013-05-01lib: consolidate hang()Andreas Bießmann1-5/+0
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-15avr32: Fix cast warning in board.cSimon Glass1-2/+2
2013-03-15Introduce generic link section.h symbol filesSimon Glass2-4/+4
2013-03-15Replace __bss_end__ with __bss_endSimon Glass4-5/+5
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-02-19malloc: make malloc_bin_reloc staticGabor Juhos1-1/+0
2013-02-04avr32: Use generic global_dataSimon Glass1-28/+1
2013-02-04avr32: Move cpu_hz to arch_global_dataSimon Glass4-7/+7
2013-02-04avr32: Move stack_end to arch_global_dataSimon Glass3-5/+5
2013-02-01Add architecture-specific global dataSimon Glass1-0/+5
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-5/+0
2012-10-22common: Convert the U-Boot commands to LG-arraysMarek Vasut1-2/+2
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-10-19avr32: Change bi_baudrate and global data baudrate to intSimon Glass2-2/+2
2012-09-26malloc: remove extern declarations of malloc_bin_reloc() in board.c filesDaniel Schwierzeck1-1/+0
2012-09-03avr32:portmux: fix setup for macb1Andreas Bießmann1-1/+1
2012-09-02avr32: Remove redundant LDSCRIPT definitionBenoît Thébaudeau1-2/+0
2012-08-09global_data: unify global flag definesMike Frysinger1-13/+1
2012-06-04avr32:board.c: fix compile warningAndreas Bießmann1-1/+0
2012-05-15net: move bootfile init into eth_initializeMike Frysinger1-3/+0
2012-05-15net: punt bd->bi_ip_addrMike Frysinger2-3/+0
2012-03-18bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass1-1/+1
2012-03-18bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()Simon Glass1-1/+1
2012-03-13ATMEL: remove old atmel_mci driverSven Schnelle1-1/+1
2012-03-13ATMEL: use generic mmc frameworkSven Schnelle1-0/+15
2011-12-23Merge branch 'next' of ../nextWolfgang Denk1-1/+1
2011-12-20AVR32: fix timer_init() functionSven Schnelle1-2/+3
2011-12-17avr32:mmu.c: fix printf() length modifierAndreas Bießmann1-1/+1
2011-10-23avr32: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-13/+3
2011-10-23avr32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+40
2011-10-05net: drop !NET_MULTI codeMike Frysinger1-2/+0
2011-10-05image: push default arch values to arch headersMike Frysinger1-0/+3
2011-10-05console: Implement pre-console bufferGraeme Russ1-0/+3
2011-08-01Unify timer_init() and cpu_init() prototypesWolfgang Denk2-31/+0
2011-07-28unify version_stringAndreas Bießmann1-4/+0
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-7/+0