summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | sh: Add support Renesas Solutions R2D plus boardNobuhiro Iwamatsu2008-03-289-0/+558
| * | | | | sh: Add support SH4 cache controlNobuhiro Iwamatsu2008-03-282-1/+37
| * | | | | sh: Add support PCI host driver for SH7751/SH7751RNobuhiro Iwamatsu2008-03-283-3/+204
| * | | | | sh: Move SuperH PCI driver from cpu/sh4 to drivers/pciNobuhiro Iwamatsu2008-03-285-13/+6
| * | | | | sh: Add support SuperH SH7751/SH7751RNobuhiro Iwamatsu2008-03-283-7/+9
| * | | | | sh: Added support for SH7720 based board MPR2.Mark Jonas2008-03-2811-1/+640
| * | | | | sh: Fix receive FIFO level register of SH4ANobuhiro Iwamatsu2008-03-281-22/+30
| * | | | | sh: Add support Renesas Solutions R7780MPYusuke Goda2008-03-2810-4/+959
| * | | | | sh: Add support PCI of SuperH and SH7780Yusuke Goda2008-03-286-59/+309
| * | | | | sh: Add support SH7780Yusuke Goda2008-03-284-8/+516
| * | | | | sh: Add support Renesas Solutions Migo-R boardgoda.yusuke2008-03-289-0/+670
| |/ / / /
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xxWolfgang Denk2008-04-0715-232/+261
|\ \ \ \ \
| * | | | | Make MPC83xx one step closer to full relocation.Joakim Tjernlund2008-03-282-5/+9
| * | | | | mpc8323erdb: fix EEPROM page size and get MAC from EEPROMMichael Barkowski2008-03-283-3/+43
| * | | | | mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGEMichael Barkowski2008-03-281-1/+1
| * | | | | mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) codeKim Phillips2008-03-285-213/+89
| * | | | | mpc83xx: display ddr frequency in board_add_ram_info bannerKim Phillips2008-03-281-4/+7
| * | | | | mpc83xx: unreinvent mem_clkKim Phillips2008-03-283-15/+14
| * | | | | mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boardsKim Phillips2008-03-282-0/+46
| * | | | | mpc83xx: enable the SATA interface on mpc837xemds boardDave Liu2008-03-281-0/+23
| * | | | | mpc83xx: initialize serdes for MPC837xEMDS boardsDave Liu2008-03-282-0/+38
| |/ / / /
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashWolfgang Denk2008-04-072-10/+57
|\ \ \ \ \
| * | | | | MTD/CFI: flash_read64 is defined a weak function (for SPARC)Daniel Hellstrom2008-03-291-1/+3
| * | | | | MTD/CFI: Add support for 16bit legacy AMD flashTor Krill2008-03-282-9/+54
| |/ / / /
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk2008-04-0731-412/+1174
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3Stefan Roese2008-04-031-3/+13
| * | | | ppc4xx: Canyonlands: Init SATA/PCIe port correctlyStefan Roese2008-04-021-12/+34
| * | | | ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setupLarry Johnson2008-03-311-13/+14
| * | | | ppc4xx: Small whitespace fix of esd patchesStefan Roese2008-03-313-7/+7
| * | | | ppc4xx: Cleanup PMC440 board supportMatthias Fuchs2008-03-312-148/+132
| * | | | ppc4xx: Add ptm configuration variables for PMC440Matthias Fuchs2008-03-311-32/+54
| * | | | ppc4xx: Minor updates for DU440 boardsMatthias Fuchs2008-03-313-12/+10
| * | | | ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revisionStefan Roese2008-03-282-3/+40
| * | | | ppc: Small change to CFG_MEM_TOP_HIDE descriptionStefan Roese2008-03-281-2/+2
| * | | | ppc4xx: Enable ECC on LWMON5Stefan Roese2008-03-272-75/+21
| * | | | ppc4xx: Updates to Korat-specific codeLarry Johnson2008-03-276-75/+463
| * | | | ppc4xx: PPC405EP Set EMAC noise filter bitsMarkus Brunner2008-03-271-1/+1
| * | | | ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPxMike Nuss2008-03-271-1/+99
| * | | | ppc: Set CFG_MEM_TOP_HIDE to 0 if not already definedStefan Roese2008-03-271-0/+4
| * | | | ppc4xx: Add fdt support to Prodrive alprStefan Roese2008-03-272-2/+36
| * | | | ppc4xx: Enable cache support on the ALPR boardPieter Voorthuijsen2008-03-272-0/+10
| * | | | ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"Stefan Roese2008-03-275-1/+41
| * | | | ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)Stefan Roese2008-03-271-2/+0
| * | | | ppc4xx: Correctly pass phyiscal FLASH base address into dtbStefan Roese2008-03-271-1/+1
| * | | | ppc4xx: Fix compilation warning in 4xx_enet.cStefan Roese2008-03-271-7/+6
| * | | | ppc4xx: Add AMCC Glacier 406GT eval board supportStefan Roese2008-03-278-25/+195
| * | | | ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clearStefan Roese2008-03-271-3/+4
* | | | | Fix host tool build breakage, take twoBartlomiej Sieka2008-03-272-7/+4
* | | | | new-image: Fix host tool build breakageHaavard Skinnemoen2008-03-271-0/+4
|/ / / /
* | | | Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk2008-03-271-7/+13
|\ \ \ \