summaryrefslogtreecommitdiff
path: root/arch/avr32
AgeCommit message (Expand)Author
2016-10-19efi: Use asmlinkage for EFIAPISimon Glass
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-05-27avr32: Drop unused code in u-boot.hSimon Glass
2016-05-02Change my mailaddressAndreas Bießmann
2015-11-05avr32: Use the generic bitops headersFabio Estevam
2015-06-10avr32: delete ancient board.cAndreas Bießmann
2015-06-10avr32: delete non generic board's atstk100{3, 4, 6}Andreas Bießmann
2015-06-10avr32: delete non generic board mimc200Andreas Bießmann
2015-06-10avr32: delete non generic board hammerheadAndreas Bießmann
2015-06-10avr32: delete non generic board favr-32-ezkitAndreas Bießmann
2015-05-12arch: Make board selection choices optionalJoe Hershberger
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger
2015-03-28generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada
2015-02-17avr32: add generic board supportAndreas Bießmann
2015-02-17avr32: use generic gd->start_addr_spAndreas Bießmann
2015-02-17avr32: convert to dram_init()Andreas Bießmann
2015-02-17avr32: rename mmu.h definitionsAndreas Bießmann
2015-02-17avr32: factor out cpu_mmc_init()Andreas Bießmann
2015-02-17avr32: rename cpu_init() -> arch_cpu_init()Andreas Bießmann
2015-02-17avr32: use dlmalloc for DMA buffersAndreas Bießmann
2014-12-08Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck
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