summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Expand)AuthorAgeFilesLines
...
* | mx31 litekit supportSascha Hauer2008-04-135-0/+279
* | ppc: Get rid of unused machine type definitionsWolfgang Denk2008-04-131-4/+0
* | Coding Style cleanup; update CHANGELOGWolfgang Denk2008-04-137-15/+6
* | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk2008-04-132-2/+2
|\ \
| * | mpc83xx: Fix the bug of serdes initializationDave Liu2008-04-111-1/+1
| * | mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'Jean-Christophe PLAGNIOL-VILLARD2008-04-111-1/+1
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeWolfgang Denk2008-04-134-50/+8
|\ \ \
| * | | microblaze: clean uart16550 and uartlite handlingMichal Simek2008-04-082-4/+4
| * | | microblaze: remove old setting for emac driverMichal Simek2008-04-082-14/+2
| * | | microblaze: Clean Makefile from ancient emac driverMichal Simek2008-04-082-32/+2
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-sparcWolfgang Denk2008-04-1320-0/+1435
|\ \ \ \ | |_|/ / |/| | |
| * | | SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 t...Daniel Hellstrom2008-04-084-0/+286
| * | | SPARC/LEON3: added support for GR-CPCI-AX2000 FPGA AX board. The FPGA is exch...Daniel Hellstrom2008-04-084-0/+288
| * | | SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Editio...Daniel Hellstrom2008-04-084-0/+286
| * | | SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. Se...Daniel Hellstrom2008-04-084-0/+288
| * | | SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design....Daniel Hellstrom2008-04-084-0/+287
| |/ /
* | | Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:Wolfgang Denk2008-04-1120-1418/+0
|/ /
* | Merge branch 'master' of git://www.denx.de/git/u-boot-at91Wolfgang Denk2008-04-0811-156/+631
|\ \
| * | AT91SAM9260EK: Move CONFIG_CMD_NAND to MakefileJean-Christophe PLAGNIOL-VILLARD2008-04-012-6/+5
| * | Add support for AT91SAM9260EKStelian Pop2008-04-016-0/+487
| * | AT91CAP9ADK: Move CONFIG_CMD_NAND to MakefileJean-Christophe PLAGNIOL-VILLARD2008-04-012-6/+5
| * | Port AT91CAP9 to the new headersStelian Pop2008-04-013-146/+136
| * | use correct at91rm9200 register name in m501sk boardJean-Christophe PLAGNIOL-VILLARD2008-03-301-4/+4
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk2008-04-088-230/+543
|\ \ \
| * | | ColdFire: Add dspi and serial flash support for MCF5445xTsiChung Liew2008-03-311-68/+381
| * | | ColdFire: Remove R5200 boardTsiChung Liew2008-03-315-640/+0
| * | | ColdFire: Added M5275EVB support.Matthew Fettke2008-03-315-0/+637
| * | | ColdFire: Fix second memory Chipselect for M5475EVBTsiChung Liew2008-03-311-0/+3
| |/ /
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk2008-04-0817-1510/+1231
|\ \ \
| * | | Blackfin: unify cpu and boot modesMike Frysinger2008-03-3013-518/+412
| * | | Blackfin: BF537-stamp: cleanup spi flash driverMike Frysinger2008-03-306-992/+819
| |/ /
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-armWolfgang Denk2008-04-0820-0/+1418
|\ \ \
| * | | Support for the MX31ADS evaluation board from FreescaleGuennadi Liakhovetski2008-03-305-0/+494
| * | | Phytec Phycore-i.MX31 supportSascha Hauer2008-03-305-0/+287
| * | | mx31 litekit supportSascha Hauer2008-03-305-0/+278
| * | | Adds support for the Prodrive PMDRA board, based on a DM6441Pieter Voorthuijsen2008-03-305-0/+359
| |/ /
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk2008-04-0821-0/+2159
|\ \ \
| * | | sh: Remove disable_ctrlc function from R7780MPNobuhiro Iwamatsu2008-03-281-4/+1
| * | | sh: Add support Renesas Solutions R2D plus boardNobuhiro Iwamatsu2008-03-285-0/+401
| * | | sh: Added support for SH7720 based board MPR2.Mark Jonas2008-03-285-0/+510
| * | | sh: Add support Renesas Solutions R7780MPYusuke Goda2008-03-286-0/+742
| * | | sh: Add support Renesas Solutions Migo-R boardgoda.yusuke2008-03-285-0/+509
| |/ /
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk2008-04-074-16/+74
|\ \ \
| * | | mpc8323erdb: fix EEPROM page size and get MAC from EEPROMMichael Barkowski2008-03-281-0/+34
| * | | mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) codeKim Phillips2008-03-283-25/+16
| * | | mpc83xx: initialize serdes for MPC837xEMDS boardsDave Liu2008-03-281-0/+33
| |/ /
* | | ppc4xx: Canyonlands: Init SATA/PCIe port correctlyStefan Roese2008-04-021-12/+34
* | | ppc4xx: Small whitespace fix of esd patchesStefan Roese2008-03-312-6/+6
* | | ppc4xx: Cleanup PMC440 board supportMatthias Fuchs2008-03-312-148/+132
* | | ppc4xx: Add ptm configuration variables for PMC440Matthias Fuchs2008-03-311-32/+54
OpenPOWER on IntegriCloud