Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'origin' | Kumar Gala | 2006-03-20 | -3082/+35253 |
|\ | | | | | | | | | | | Conflicts: CHANGELOG | |||
| * | Add support for MPC859/866 Rev. A.0 | Wolfgang Denk | 2006-03-18 | -3/+8 |
| | | ||||
| * | Merge with port of MPC8349EMDS board | Wolfgang Denk | 2006-03-17 | -40/+2371 |
| |\ | ||||
| | * | Support for DDR with 32-data path. Addotional notes on injecting | Rafal Jaworowski | 2006-03-16 | -53/+126 |
| | | | | | | | | | | | | multiple-bit errors. | |||
| | * | Add command for handling DDR ECC registers on MPC8349EE MDS board. | Marian Balakowicz | 2006-03-16 | -0/+465 |
| | | | ||||
| | * | Fix DDR ECC bit definitions for MPC83xx. | Marian Balakowicz | 2006-03-16 | -2/+4 |
| | | | ||||
| | * | Add initial support for MPC8349E MDS board. | Marian Balakowicz | 2006-03-14 | -1/+1178 |
| | | | ||||
| | * | Add support for ECC DDR initialization on MPC83xx. | Marian Balakowicz | 2006-03-14 | -22/+110 |
| | | | ||||
| | * | Add DMA support for MPC83xx. | Marian Balakowicz | 2006-03-14 | -1/+173 |
| | | | ||||
| | * | Add sync in do_reset() routine for MPC83xx after RPR register | Marian Balakowicz | 2006-03-14 | -0/+6 |
| | | | | | | | | | | | | | | | was written to. It is need on some targets when BAT translation is enabled. | |||
| | * | Add bit definitions for MPC83xx DDR controller registers. | Marian Balakowicz | 2006-03-14 | -0/+54 |
| | | | ||||
| | * | Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx. | Marian Balakowicz | 2006-03-14 | -1/+38 |
| | | | ||||
| | * | Correct shift offsets in icache_status and dcache_status for MPC83xx. | Marian Balakowicz | 2006-03-14 | -2/+4 |
| | | | ||||
| | * | Add support for DS1374 RTC chip. | Marian Balakowicz | 2006-03-14 | -1/+256 |
| | | | ||||
| * | | Add support for Lite5200B board. | Wolfgang Denk | 2006-03-17 | -83/+192 |
| |/ | | | | | | | Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006 | |||
| * | Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer and | Wolfgang Denk | 2006-03-13 | -171/+540 |
| | | | | | | | | | | cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories Patch by Andreas Engel, 13 Mar 2006 | |||
| * | Fix CHANGELOG entry (patch date) | Wolfgang Denk | 2006-03-13 | -1/+1 |
| | | ||||
| * | Change max size of uncompressed uImage's to 8MByte and add | Stefan Roese | 2006-03-13 | -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 | |||
| * | Fix problem with updated PCI code in cpu/ppc4xx/405gp_pci.c | Stefan Roese | 2006-03-13 | -1/+4 |
| | | | | | | | | Patch by Stefan Roese, 13 Mar 2006 | |||
| * | cpu/ppc4xx/start.S : exceptions are enabled after relocation | Stefan Roese | 2006-03-13 | -23/+21 |
| | | | | | | | | Patch by Cedric Vincent, 6 June 2005 | |||
| * | au1x00_eth.c: check malloc return value and abort if it failed | Wolfgang Denk | 2006-03-13 | -2/+9 |
| | | | | | | | | Patch by Andrew Dyer, 26 Jul 2005 | |||
| * | Change the sequence of events in soft_i2c.c:send_ack() to keep from | Wolfgang Denk | 2006-03-13 | -4/+5 |
| | | | | | | | | | | incorrectly generating start/stop conditions on the bus. Patch by Andrew Dyer, 26 Jul 2005 | |||
| * | Fix bug in [id]cache_status commands for MPC85xx processors; | Wolfgang Denk | 2006-03-13 | -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 | |||
| * | Fix array overflow with fw_setenv on uninitialised environment | Wolfgang Denk | 2006-03-12 | -4/+5 |
| | | | | | | | | Patch by Murray Jensen, 15 Jul 2005 | |||
| * | Add support for EmbeddedPlanet EP88x boards | Wolfgang Denk | 2006-03-12 | -10/+549 |
| | | | | | | | | Patch by Yuli Barcohen, 13 Jul 2005 | |||
| * | Remove board specific configuration includes from the common xilinx | Wolfgang Denk | 2006-03-12 | -2/+4 |
| | | | | | | | | | | ethernet and iic adapter code. Patch by Michael Libeskind, 12 Jul 2005 | |||
| * | Add Nat Semi DP83865 PHY support to MPC85xx TSEC driver | Wolfgang Denk | 2006-03-12 | -0/+64 |
| | | | | | | | | Patch by Murray Jensen, 08 Jul 2005 | |||
| * | Add (some) definitions for the MPC85xx local bus controller | Wolfgang Denk | 2006-03-12 | -0/+38 |
| | | | | | | | | Patch by Murray Jensen, 08 Jul 2005 | |||
| * | Add CPM2 I/O pin functions for MPC85xx processors | Wolfgang Denk | 2006-03-12 | -0/+149 |
| | | | | | | | | Patch by Murray Jensen, 08 Jul 2005 | |||
| * | Fix compile problem | Wolfgang Denk | 2006-03-12 | -1/+4 |
| | | ||||
| * | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc8349ads | Wolfgang Denk | 2006-03-12 | -51/+400 |
| |\ | ||||
| * \ | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xx | Wolfgang Denk | 2006-03-12 | -217/+490 |
| |\ \ | ||||
| * \ \ | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#pci | Wolfgang Denk | 2006-03-12 | -11/+86 |
| |\ \ \ | ||||
| * \ \ \ | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr | Wolfgang Denk | 2006-03-12 | -18/+135 |
| |\ \ \ \ | ||||
| * | | | | | Add support for the DHCP vendor optional bootfile (#67). | Wolfgang Denk | 2006-03-12 | -3/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignores the vendor TFTP server name option (#66). Patch by Murray Jensen, 30 Jun 2005 | |||
| * | | | | | Fix a HW timing issue on 8548 CDS for eTSEC 3 in RGMII mode | Wolfgang Denk | 2006-03-12 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by Andy Fleming, 14 Jun 2005 | |||
| * | | | | | Fix bad register definitions for LTX971 PHY on MPC85xx boards. | Wolfgang Denk | 2006-03-12 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by Gerhard Jaeger, 21 Jun 2005 | |||
| * | | | | | Add netconsole and some more commands to RPXlite_DW board | Wolfgang Denk | 2006-03-12 | -1/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by Sam Song, 19 Jun 2005 | |||
| * | | | | | Fix bad declaration on pci_cfgfunc_nothing | Wolfgang Denk | 2006-03-12 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by Sam Song, 19 Jun 2005 | |||
| * | | | | | Adjust "echo" as a default command | Wolfgang Denk | 2006-03-12 | -15/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by Sam Song, 19 Jun 2005 | |||
| * | | | | | Fix PCIDF calculation in cpu/mpc8260/speed.c for MPC8280EC | Wolfgang Denk | 2006-03-12 | -8/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by KokHow Teh, 16 Jun 2005 | |||
| * | | | | | Add crc of data to jffs2 (in jffs2_1pass_build_lists()). | Wolfgang Denk | 2006-03-12 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by Rick Bronson, 15 Jun 2005 | |||
| * | | | | | Coding Style cleanup | Wolfgang Denk | 2006-03-12 | -500/+482 |
| | | | | | | ||||
| * | | | | | Avoid dereferencing NULL in find_cmd() if no valid commands were found | Wolfgang Denk | 2006-03-12 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by Andrew Dyer, 13 Jun 2005 | |||
| * | | | | | Add missing Blackfin files. | Wolfgang Denk | 2006-03-12 | -0/+13157 |
| | | | | | | ||||
| * | | | | | Add ADI Blackfin support | Wolfgang Denk | 2006-03-12 | -7/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005: | |||
| * | | | | | Add loads of ntohl() in image header handling | Wolfgang Denk | 2006-03-12 | -17/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by Steven Scholz, 10 Jun 2005 | |||
| * | | | | | Switch MPC86xADS and MPC885ADS boards to use cpuclk environment | Wolfgang Denk | 2006-03-12 | -117/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variable to set clock Patch by Yuli Barcohen, 05 Jun 2005 | |||
| * | | | | | RPXlite configuration fixes | Wolfgang Denk | 2006-03-12 | -39/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use correct flash sector size - Use correct memory test end address - Add support for bzip2 compression - Various small fixes Patch by Yuli Barcohen, 05 Jun 2005 | |||
| * | | | | | Memory configuration changes for ZPC.1900 board | Wolfgang Denk | 2006-03-12 | -54/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix SDRAM timing on both local bus and 60x bus - Add support for second flash bank (SIMM) - Change boot flash base Patch by Yuli Barcohen, 05 Jun 2005 |