aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk292-1653/+1177
2006-03-25Update CHANGELOGWolfgang Denk1-0/+10
2006-03-24Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher228-1028/+18829
2006-03-24Monahans related documentation update.Markus Klotzbuecher1-7/+22
2006-03-24Added config options CFG_MONAHANS_RUN_MODE_OSC_RATIO andMarkus Klotzbuecher2-3/+22
CFG_MONAHANS_TURBO_RUN_MODE_RATIO for configuring the Monahans core frequency.
2006-03-24delta board: DA9030 initialization and i2c support. Some minor changes toMarkus Klotzbuecher5-12/+204
make the pxa i2c driver work with the monahans cpu.
2006-03-23Enable Quad UART om MCC200 board.Wolfgang Denk2-0/+7
2006-03-21Cleanup MCC200 board configuration; omit non-existent stuff.Wolfgang Denk2-22/+5
2006-03-20Cleanup of the monahans cpu and delta board port.Markus Klotzbuecher4-395/+77
2006-03-20Support for redundant environment in NAND Flash.Markus Klotzbuecher4-13/+126
2006-03-19Update CHANGELOGWolfgang Denk1-0/+2
2006-03-18Add support for MPC859/866 Rev. A.0Wolfgang Denk1-3/+8
2006-03-17Merge with port of MPC8349EMDS boardWolfgang Denk17-40/+2371
2006-03-17Add support for Lite5200B board.Wolfgang Denk11-83/+192
Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
2006-03-16Support for DDR with 32-data path. Addotional notes on injectingRafal Jaworowski5-53/+126
multiple-bit errors.
2006-03-16Add command for handling DDR ECC registers on MPC8349EE MDS board.Marian Balakowicz4-0/+465
2006-03-16Fix DDR ECC bit definitions for MPC83xx.Marian Balakowicz2-2/+4
2006-03-14Add initial support for MPC8349E MDS board.Marian Balakowicz8-1/+1178
2006-03-14Add support for ECC DDR initialization on MPC83xx.Marian Balakowicz2-22/+110
2006-03-14Add DMA support for MPC83xx.Marian Balakowicz3-1/+173
2006-03-14Add sync in do_reset() routine for MPC83xx after RPR registerMarian Balakowicz2-0/+6
was written to. It is need on some targets when BAT translation is enabled.
2006-03-14Add bit definitions for MPC83xx DDR controller registers.Marian Balakowicz2-0/+54
2006-03-14Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.Marian Balakowicz3-1/+38
2006-03-14Correct shift offsets in icache_status and dcache_status for MPC83xx.Marian Balakowicz2-2/+4
2006-03-14Add support for DS1374 RTC chip.Marian Balakowicz3-1/+256
2006-03-13Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer andWolfgang Denk11-171/+540
cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories Patch by Andreas Engel, 13 Mar 2006
2006-03-13Fix CHANGELOG entry (patch date)Wolfgang Denk1-1/+1
2006-03-13Change max size of uncompressed uImage's to 8MByte and addStefan Roese3-3/+23
CFG_BOOTM_LEN to adjust this setting. As mentioned by Robin Getz on 2005-05-24 the size of uncompressed uImages was restricted to 4MBytes. This default size is now increased to 8Mbytes and can be overrided by setting CFG_BOOTM_LEN in the board config file. Patch by Stefan Roese, 13 Mar 2006
2006-03-13Fix problem with updated PCI code in cpu/ppc4xx/405gp_pci.cStefan Roese2-1/+4
Patch by Stefan Roese, 13 Mar 2006
2006-03-13cpu/ppc4xx/start.S : exceptions are enabled after relocationStefan Roese2-23/+21
Patch by Cedric Vincent, 6 June 2005
2006-03-13au1x00_eth.c: check malloc return value and abort if it failedWolfgang Denk2-2/+9
Patch by Andrew Dyer, 26 Jul 2005
2006-03-13Change the sequence of events in soft_i2c.c:send_ack() to keep fromWolfgang Denk2-4/+5
incorrectly generating start/stop conditions on the bus. Patch by Andrew Dyer, 26 Jul 2005
2006-03-13Fix bug in [id]cache_status commands for MPC85xx processors;Wolfgang Denk2-2/+7
should look at LSB of L1CSRn registers to determine if L1 cache is enabled, not the MSB. Patch by Murray Jensen, 19 Jul 2005
2006-03-12Fix array overflow with fw_setenv on uninitialised environmentWolfgang Denk2-4/+5
Patch by Murray Jensen, 15 Jul 2005
2006-03-12Add support for EmbeddedPlanet EP88x boardsWolfgang Denk8-10/+549
Patch by Yuli Barcohen, 13 Jul 2005
2006-03-12Remove board specific configuration includes from the common xilinxWolfgang Denk3-2/+4
ethernet and iic adapter code. Patch by Michael Libeskind, 12 Jul 2005
2006-03-12Add Nat Semi DP83865 PHY support to MPC85xx TSEC driverWolfgang Denk3-0/+64
Patch by Murray Jensen, 08 Jul 2005
2006-03-12Add (some) definitions for the MPC85xx local bus controllerWolfgang Denk2-0/+38
Patch by Murray Jensen, 08 Jul 2005
2006-03-12Add CPM2 I/O pin functions for MPC85xx processorsWolfgang Denk2-0/+149
Patch by Murray Jensen, 08 Jul 2005
2006-03-12Fix compile problemWolfgang Denk2-1/+4
2006-03-12Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc8349adsWolfgang Denk6-51/+400
2006-03-12Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xxWolfgang Denk8-217/+490
2006-03-12Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#pciWolfgang Denk5-11/+86
2006-03-12Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infrWolfgang Denk7-18/+135
2006-03-12Add support for the DHCP vendor optional bootfile (#67).Wolfgang Denk2-3/+35
Ignores the vendor TFTP server name option (#66). Patch by Murray Jensen, 30 Jun 2005
2006-03-12Fix a HW timing issue on 8548 CDS for eTSEC 3 in RGMII modeWolfgang Denk2-1/+4
Patch by Andy Fleming, 14 Jun 2005
2006-03-12Fix bad register definitions for LTX971 PHY on MPC85xx boards.Wolfgang Denk2-6/+9
Patch by Gerhard Jaeger, 21 Jun 2005
2006-03-12Add netconsole and some more commands to RPXlite_DW boardWolfgang Denk2-1/+35
Patch by Sam Song, 19 Jun 2005
2006-03-12Fix bad declaration on pci_cfgfunc_nothingWolfgang Denk2-2/+5
Patch by Sam Song, 19 Jun 2005
2006-03-12Adjust "echo" as a default commandWolfgang Denk15-15/+8
Patch by Sam Song, 19 Jun 2005