summaryrefslogtreecommitdiffstats
path: root/board/atmel
Commit message (Expand)AuthorAgeFilesLines
* at91sam9261ek.c: fix minor coding style issue.Wolfgang Denk2009-12-071-4/+5
* at91sam9260/afeb9260: Fix SPI initializationAlbin Tonnerre2009-09-011-1/+1
* at91: Introduction of at91sam9g10 SOC.Sedji Gaouaou2009-07-121-0/+36
* at91: Introduction of at91sam9g45 SOC.Sedji Gaouaou2009-07-124-0/+431
* at91sam9260/9263: add back up for the rst(reset controller).Sedji Gaouaou2009-07-062-2/+10
* at91: unify nor boot supportJean-Christophe PLAGNIOL-VILLARD2009-06-212-267/+0
* at91sam9263ek: add nor flash supportJean-Christophe PLAGNIOL-VILLARD2009-06-213-3/+287
* Convert DM9000 driver for CONFIG_NET_MULTIRemy Bohmer2009-06-151-0/+7
* arm: unify linker scriptJean-Christophe PLAGNIOL-VILLARD2009-06-122-113/+0
* arm: timer and interrupt init reworkJean-Christophe PLAGNIOL-VILLARD2009-06-121-1/+0
* Fix e-mail address of Gary Jennejohn.Detlev Zundel2009-05-152-2/+2
* at91sam9/at91cap: improve clock frameworkJean-Christophe PLAGNIOL-VILLARD2009-04-164-4/+8
* Update CHANGELOG, coding style cleanup.Wolfgang Denk2009-04-051-1/+0
* at91rm9200: Reset updateJean-Christophe PLAGNIOL-VILLARD2009-04-041-0/+10
* Add support for the AT91RM9200EK Board.Ulf Samuelsson2009-04-048-0/+415
* at91rm9200dk: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2009-04-042-14/+12
* at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECTJean-Christophe PLAGNIOL-VILLARD2009-04-041-12/+12
* Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk2009-03-2620-891/+68
|\
| * at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.Nicolas Ferre2009-03-221-0/+5
| * at91sam9/at91cap: move nand drivers to drivers/mtd/nandJean-Christophe PLAGNIOL-VILLARD2009-03-2215-398/+9
| * atmel/at91/boards: compile dataflash partition only when dataflash isJean-Christophe PLAGNIOL-VILLARD2009-03-225-5/+5
| * at91sam9/at91cap: move common macb initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-223-74/+4
| * at91sam9/at91cap: move common usb host initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-221-10/+1
| * at91sam9/at91cap: move common led management to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-225-188/+28
| * at91sam9/at91cap: move common spi initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-225-76/+6
| * at91sam9/at91cap: move common serial initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-225-140/+10
* | Merge branch 'mimc200'Haavard Skinnemoen2009-03-234-20/+24
|\ \ | |/ |/|
| * AVR32: Make cacheflush cpu-dependentOlav Morken2009-02-231-1/+1
| * Merge branch 'fixes' into cleanupsHaavard Skinnemoen2008-12-1722-75/+222
| |\
| * | atstk1000: Convert to new-style makefileHaavard Skinnemoen2008-09-011-4/+5
| * | avr32: use board_early_init_r instead of board_init_infoHaavard Skinnemoen2008-09-012-2/+4
| * | avr32: refactor the portmux/gpio codeHaavard Skinnemoen2008-09-012-13/+14
* | | Fix all linker script to handle all rodata sectionsTrent Piepho2009-03-203-5/+3
| |/ |/|
* | AT91: Use AT91_CPU_CLOCK in displaysStelian Pop2008-11-214-4/+4
* | Align end of bss by 4 bytesSelvamuthukumar2008-11-181-1/+1
* | AT91: Replace AT91_BASE_EMAC by the board specific values.Stelian Pop2008-11-073-3/+3
* | AT91: Replace (undefined) AT91_ID_US* by the board specific values.Stelian Pop2008-11-075-15/+15
* | lcd: Let the board code show board-specific infoHaavard Skinnemoen2008-10-274-0/+116
* | rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-1818-52/+52
* | Merge branch 'Makefile-next' of git://git.denx.de/u-boot-armWolfgang Denk2008-09-121-2/+2
|\ \
| * | rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
* | | Fix MACH_TYPE for the AT91RM9200DK board.Claudio Scordino2008-09-121-1/+1
|/ /
* | Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()Ben Warren2008-09-023-0/+33
* | Introduce netdev.h header file and remove externsBen Warren2008-09-022-4/+2
|/
* Merge branch 'next' of git://git.denx.de/u-boot-avr32Haavard Skinnemoen2008-08-206-76/+24
|\
| * Merge branch 'eth-cleanup' of git://git.denx.de/u-boot-avr32Haavard Skinnemoen2008-07-306-76/+24
| |\
| | * Moved initialization of AVR32 Ethernet controllers to board_eth_init()Ben Warren2008-07-246-76/+24
* | | at91: Update board NAND drivers to current API.Scott Wood2008-08-135-95/+90
|/ /
* | avr32: Fix printf() format warningsHaavard Skinnemoen2008-07-233-3/+3
|/
* at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260Anatolij Gustschin2008-07-131-0/+9
OpenPOWER on IntegriCloud