summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.Nicolas Ferre2009-03-22-13/+47
* cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'Jean-Christophe PLAGNIOL-VILLARD2009-03-22-0/+1
* cmc_pu2: fix misc_init_r prototypeJean-Christophe PLAGNIOL-VILLARD2009-03-22-3/+5
* at91sam9xeek: fix soc nameJean-Christophe PLAGNIOL-VILLARD2009-03-22-1/+1
* at91sam9/at91cap: move nand drivers to drivers/mtd/nandJean-Christophe PLAGNIOL-VILLARD2009-03-22-417/+81
* atmel/at91/boards: compile dataflash partition only when dataflash isJean-Christophe PLAGNIOL-VILLARD2009-03-22-5/+5
* at91sam9/at91cap: move common macb initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-22-96/+180
* at91sam9/at91cap: move common usb host initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-22-10/+38
* at91sam9/at91cap: move common led management to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-22-188/+122
* at91sam9/at91cap: move common spi initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-22-95/+381
* at91sam9/at91cap: move common serial initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-22-169/+432
* Merge branch 'next' of ../nextWolfgang Denk2009-03-21-5362/+23671
|\
| * UBIFS: Missing offset relocation for compressor 'none'Michael Lawnick2009-03-20-1/+4
| * UBIFS: Add UBIFS commandsStefan Roese2009-03-20-0/+133
| * UBIFS: Implement read-only UBIFS support in U-BootStefan Roese2009-03-20-2/+17067
| * Add LZO decompressor supportStefan Roese2009-03-20-0/+532
| * Separate mtdparts command from jffs2Stefan Roese2009-03-20-1852/+2122
| * powerpc: Only use eth_getenv_enetaddr() if networking is enabledStefan Roese2009-03-20-0/+2
| * Add support for the digsy MTC board.Grzegorz Bernacki2009-03-20-1/+788
| * powerpc: Fix compilation warning in board.cStefan Roese2009-03-20-2/+1
| * ppc4xx: Don't write the MAC address into the internal SoC registersStefan Roese2009-03-20-28/+1
| * ppc4xx: Use correct io accessors for esd 405/440 boardsMatthias Fuchs2009-03-20-182/+217
| * ppc4xx: Use correct io accessors for esd 405 boardsMatthias Fuchs2009-03-20-107/+113
| * ppc4xx: Cleanup linker scripts of esd 4xx boardsMatthias Fuchs2009-03-20-310/+0
| * ppc4xx: Update TEXT_BASE for DASA_SIM boardsMatthias Fuchs2009-03-20-12/+3
| * ppc4xx: DU405 maintenance fixMatthias Fuchs2009-03-20-10/+14
| * ppc4xx: Abort autoboot only by space key on CPCI405 boardsMatthias Fuchs2009-03-20-0/+12
| * Add basic relocation to i386 portGraeme Russ2009-03-20-5/+77
| * Implement SC520 timersGraeme Russ2009-03-20-243/+259
| * Factor out SC520 sub-featuresGraeme Russ2009-03-20-277/+340
| * Rewrite i386 interrupt handlingGraeme Russ2009-03-20-422/+623
| * Move ali512x.hGraeme Russ2009-03-20-2/+2
| * Rename SC520 Configuration OptionsGraeme Russ2009-03-20-30/+30
| * Fix all linker script to handle all rodata sectionsTrent Piepho2009-03-20-738/+333
| * remove bi_enet*addr from global data for all archesMike Frysinger2009-03-20-38/+0
| * ppc: mark global bi_enet*addr as legacyMike Frysinger2009-03-20-55/+13
| * boards: get mac address from env and move load_sernum_ethaddr() to board initMike Frysinger2009-03-20-31/+21
| * cmc_pu2: get mac address from environmentMike Frysinger2009-03-20-19/+4
| * boards: move board_get_enetaddr() into board-specific initMike Frysinger2009-03-20-54/+157
| * arm: get mac address from environmentMike Frysinger2009-03-20-32/+11
| * nx823: get mac address from environmentMike Frysinger2009-03-20-31/+19
| * lib_*/board.c: do not initialize bi_enet*addr in global dataMike Frysinger2009-03-20-110/+0
| * npe: get mac address from environmentMike Frysinger2009-03-20-25/+11
| * cpu/: get mac address from environmentMike Frysinger2009-03-20-19/+27
| * lan91c96/smc91111/smc911x: get mac address from environmentMike Frysinger2009-03-20-132/+29
| * sh_eth: get mac address from environmentMike Frysinger2009-03-20-22/+6
| * cs8900: get mac address from environmentMike Frysinger2009-03-20-40/+16
| * bcm570x: get mac address from environmentMike Frysinger2009-03-20-6/+7
| * drivers/net/: get mac address from environmentMike Frysinger2009-03-20-68/+63
| * boards: get mac address from environmentMike Frysinger2009-03-20-68/+48