summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* Blackfin: bf561-acvilon: new board portValentin Yakovenkov2010-01-173-0/+148
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2010-01-128-7/+50
|\
| * Davinci: Table driven pinmux configurationNick Thompson2010-01-042-0/+44
| * pandora: don't enable VAUX3, VDAC and VPLL2 regulatorsGrazvydas Ignotas2010-01-041-1/+0
| * TWL4030: make LEDs selectable for twl4030_led_init()Grazvydas Ignotas2010-01-046-6/+6
* | Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2010-01-121-0/+8
|\ \
| * | DA830: Add pinmux for USB0_DRVVBUSAjay Kumar Gupta2010-01-091-0/+8
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk2010-01-126-66/+257
|\ \ \
| * | | mpc83xx: vme8349: Fix power up reset sequence for tsi148Reinhard Arlt2010-01-072-8/+61
| * | | mpc83xx: Add support for MPC8349 esd caddy2Reinhard Arlt2010-01-071-57/+138
| * | | mpc83xx: Add NAND boot support for MPC8315E-RDB boardsAnton Vorontsov2010-01-073-1/+58
| |/ /
* | | mpc85xx: Add 4-bits eSDHC support for MPC8569E-MDS boardsAnton Vorontsov2010-01-051-0/+14
* | | ppc/85xx: Map boot page guarded for MP bootKumar Gala2010-01-053-3/+3
* | | ppc/85xx: Make flash TLB entry determined at runtime on FSL boardsKumar Gala2010-01-054-4/+4
* | | ppc/85xx: Move to using fsl_setup_hose on TQM 85xxKumar Gala2010-01-051-4/+4
* | | ppc/85xx: Move to using fsl_setup_hose on P2020 DSKumar Gala2010-01-051-7/+5
* | | ppc/85xx: Move to using fsl_setup_hose on P1/P2 RDBKumar Gala2010-01-051-6/+4
* | | ppc/85xx: Move to using fsl_setup_hose on MPC8572 DSKumar Gala2010-01-051-8/+6
* | | ppc/86xx: Clean up MPC8610 HPCD PCI setup codeKumar Gala2010-01-051-137/+62
* | | ppc/85xx: Clean up MPC8548 CDS PCI setup codeKumar Gala2010-01-051-93/+48
* | | ppc/85xx: Clean up ATUM8548 PCI setup codeKumar Gala2010-01-051-112/+50
* | | ppc/85xx: Clean up MPC8568 MDS PCI setup codeKumar Gala2010-01-051-92/+45
* | | ppc/85xx: Clean up MPC8569 MDS PCI setup codeKumar Gala2010-01-051-60/+26
* | | ppc/85xx: Clean up MPC8544 DS PCI setup codeKumar Gala2010-01-051-179/+70
* | | ppc/85xx: Clean up MPC8536 DS PCI setup codeMingkai Hu2010-01-051-191/+66
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2010-01-032-50/+53
|\ \ | |/ |/|
| * i2c, ppc4xx: fix compiling KAREF and METROBOX boards.Heiko Schocher2009-12-222-50/+53
* | move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner2009-12-2116-38/+0
* | Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2009-12-211-4/+8
|\ \
| * | OMAP3 zoom2 Use usbtty if the debug board is not connected.Tom Rix2009-12-201-4/+8
| |/
* | Net: Clean up LAN91C96 SupportBen Warren2009-12-1412-1/+132
* | LAN91C96: Enable NET_MULTI LAN driverNishanth Menon2009-12-131-5/+7
* | TI OMAP3: SDP3430 FIX NET_MULTI WarningNishanth Menon2009-12-131-5/+7
|/
* 5xxx, fdt: move fdt_fixup_memory() to cpu.c fileHeiko Schocher2009-12-088-14/+0
* Merge branch 'master' into nextWolfgang Denk2009-12-073-4/+9
|\
| * 52xx, manroland: add fdt_fixup_memory() in ft_board_setup()Heiko Schocher2009-12-072-0/+4
| * at91sam9261ek.c: fix minor coding style issue.Wolfgang Denk2009-12-071-4/+5
* | POST: Remove duplicated post_hotkey_pressed() functionsStefan Roese2009-12-0721-232/+0
* | Merge branch 'master' into nextWolfgang Denk2009-12-056-52/+44
|\ \ | |/
| * Merge branch 'master-sync' of git://git.denx.de/u-boot-armWolfgang Denk2009-11-241-1/+2
| |\
| | * OMAP3: pandora: fix booting without serial attachedGrazvydas Ignotas2009-11-241-1/+2
| * | mpc8260: move FDT memory node fixup into common CPU code.Marcel Ziswiler2009-11-224-52/+1
| * | ppc4xx: Initialize magnetic coupler on VOM405 boardsMatthias Fuchs2009-11-171-0/+35
| * | ppc4xx: Initialize magnetic couplers in PLU405Matthias Fuchs2009-11-171-0/+36
| |/
* | Generic udelay() with watchdog supportIngo van Lil2009-12-052-2/+2
* | i386: Final RelocationGraeme Russ2009-12-053-9/+38
* | i386: Remove inline asm symbols from .dynsymGraeme Russ2009-12-051-0/+2
* | i386: Fix link collisions resulting from gcc4.4.1 upgradeGraeme Russ2009-12-051-0/+1
* | i386: Fix dlmalloc compile warningGraeme Russ2009-12-051-0/+1
* | Merge branch 'next-sync' of git://git.denx.de/u-boot-arm into nextWolfgang Denk2009-12-0126-28/+596
|\ \
OpenPOWER on IntegriCloud