| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-03-31 | Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440) | Stefan Roese | |
| 405 SDRAM: - The SDRAM parameters can now be defined in the board config file and the 405 SDRAM controller values will be calculated upon bootup (see PPChameleonEVB). When those settings are not defined in the board config file, the register setup will be as it is now, so this implementation should not break any current design using this code. Thanks to Andrea Marson from DAVE for this patch. 440 DDR: - Added function sdram_tr1_set to auto calculate the TR1 value for the DDR. - Added ECC support (see p3p440). Patch by Stefan Roese, 17 Mar 2006 | |||
| 2006-03-23 | Enable Quad UART om MCC200 board. | Wolfgang Denk | |
| 2006-03-21 | Cleanup MCC200 board configuration; omit non-existent stuff. | Wolfgang Denk | |
| 2006-03-17 | Merge with port of MPC8349EMDS board | Wolfgang Denk | |
| 2006-03-17 | Add support for Lite5200B board. | Wolfgang Denk | |
| Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006 | |||
| 2006-03-16 | Support for DDR with 32-data path. Addotional notes on injecting | Rafal Jaworowski | |
| multiple-bit errors. | |||
| 2006-03-16 | Add command for handling DDR ECC registers on MPC8349EE MDS board. | Marian Balakowicz | |
| 2006-03-16 | Fix DDR ECC bit definitions for MPC83xx. | Marian Balakowicz | |
| 2006-03-14 | Add initial support for MPC8349E MDS board. | Marian Balakowicz | |
| 2006-03-14 | Add DMA support for MPC83xx. | Marian Balakowicz | |
| 2006-03-14 | Add bit definitions for MPC83xx DDR controller registers. | Marian Balakowicz | |
| 2006-03-14 | Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx. | Marian Balakowicz | |
| 2006-03-12 | Add support for EmbeddedPlanet EP88x boards | Wolfgang Denk | |
| Patch by Yuli Barcohen, 13 Jul 2005 | |||
| 2006-03-12 | Add (some) definitions for the MPC85xx local bus controller | Wolfgang Denk | |
| Patch by Murray Jensen, 08 Jul 2005 | |||
| 2006-03-12 | Add CPM2 I/O pin functions for MPC85xx processors | Wolfgang Denk | |
| Patch by Murray Jensen, 08 Jul 2005 | |||
| 2006-03-12 | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc8349ads | Wolfgang Denk | |
| 2006-03-12 | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xx | Wolfgang Denk | |
| 2006-03-12 | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#pci | Wolfgang Denk | |
| 2006-03-12 | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr | Wolfgang Denk | |
| 2006-03-12 | Add netconsole and some more commands to RPXlite_DW board | Wolfgang Denk | |
| Patch by Sam Song, 19 Jun 2005 | |||
| 2006-03-12 | Fix bad declaration on pci_cfgfunc_nothing | Wolfgang Denk | |
| Patch by Sam Song, 19 Jun 2005 | |||
| 2006-03-12 | Adjust "echo" as a default command | Wolfgang Denk | |
| Patch by Sam Song, 19 Jun 2005 | |||
| 2006-03-12 | Coding Style cleanup | Wolfgang Denk | |
| 2006-03-12 | Add missing Blackfin files. | Wolfgang Denk | |
| 2006-03-12 | Add ADI Blackfin support | Wolfgang Denk | |
| - 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: | |||
| 2006-03-12 | Switch MPC86xADS and MPC885ADS boards to use cpuclk environment | Wolfgang Denk | |
| variable to set clock Patch by Yuli Barcohen, 05 Jun 2005 | |||
| 2006-03-12 | RPXlite configuration fixes | Wolfgang Denk | |
| - 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 | |||
| 2006-03-12 | Memory configuration changes for ZPC.1900 board | Wolfgang Denk | |
| - 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 | |||
| 2006-03-12 | Add support for Adder boards with 16MB SDRAM; | Wolfgang Denk | |
| add support for second FEC on Adder87x board. Patch by Yuli Barcohen, 05 Jun 2005 | |||
| 2006-03-12 | Word alignment fixes for word aligned NS16550 UART | Wolfgang Denk | |
| Patch by Jean-Paul Saman, 01 Mar 2005 | |||
| 2006-03-11 | Some code cleanup for GCC 4.x | Wolfgang Denk | |
| 2006-03-08 | Enable simple (non-redundant) NAND environment on delta board. | Markus Klotzb�cher | |
| 2006-03-07 | Cleanup (get rid of debug code that sneaked in) | Wolfgang Denk | |
| 2006-03-06 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
| Code cleanup. | |||
| 2006-03-06 | Turned on SDRAM scrubbing. | Markus Klotzb�cher | |
| 2006-03-06 | Cleanup of NAND support of delta board using the Monahans Data Flash | Markus Klotzb�cher | |
| Controller. | |||
| 2006-03-06 | NAND finally working. Two bugs fixed: | Markus Klotzb�cher | |
| * For READ_STATUS and READID commands always 8 bytes need to be read from NDDB. Otherwise they stay there and get send to flash as the first data word when writing. * In nand_base.c the oob variable is not reset so this->oob_buf is overwritten what eventually screws up the bad block descriptor table. | |||
| 2006-03-06 | Minor code cleanup | Wolfgang Denk | |
| 2006-03-06 | Merge the new NAND code (testing-NAND brach); see doc/README.nand | Wolfgang Denk | |
| Rewrite of NAND code based on what is in 2.6.12 Linux kernel Patch by Ladislav Michl, 29 Jun 2005 [Merge with /home/tur/nand/u-boot] | |||
| 2006-03-05 | Re-factoring the legacy NAND code (legacy NAND now only in board-specific | Bartlomiej Sieka | |
| code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is implemented for these boards. | |||
| 2006-03-04 | Lots of new stuff: | Markus Klotzb�cher | |
| * Debug message can be turned on and off. * Waiting for events now times out. * Implemented RESET command. * Added appropriate nand_bbt_descriptor and nand_oobinfo. Remaining Problems: * Read Status still behaves weird an returns invalid stuff sometimes. * ECC Placement does not respect our scheme in nand_oobinfo. | |||
| 2006-03-02 | Merge with /home/sr/git/u-boot/cfi-flash-fix | Wolfgang Denk | |
| 2006-03-01 | Further NAND stuff implemented. Basic read commands seem to work. | Markus Klotzb�cher | |
| 2006-03-01 | Fix problem with flash_get_size() from CFI driver update | Stefan Roese | |
| Patch by Stefan Roese, 1 Mar 2006 | |||
| 2006-02-28 | Added GPIO initialization of DF signal. Still not working. | Markus Klotzb�cher | |
| 2006-02-28 | Update mcc200 config: Disable PCI and DoC, use 133 MHz IPB clock, | Wolfgang Denk | |
| use hush shell. | |||
| 2006-02-28 | First steps implementing NAND support. Not working, fails to read ID. | Markus Klotzb�cher | |
| 2006-02-28 | Merge with Stefan Roese's branch with CFI driver fixes | Wolfgang Denk | |
| 2006-02-28 | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | |
| 2006-02-28 | Convert mcc200 to use common CFI flash driver | Stefan Roese | |
| Patch by Stefan Roese, 28 Feb 2006 | |||
