Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440) | Stefan Roese | 2006-03-31 | -4/+18 |
| | | | | | | | | | | | | | | | | | | 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 | |||
* | Enable Quad UART om MCC200 board. | Wolfgang Denk | 2006-03-23 | -0/+5 |
| | ||||
* | Cleanup MCC200 board configuration; omit non-existent stuff. | Wolfgang Denk | 2006-03-21 | -22/+3 |
| | ||||
* | Merge with port of MPC8349EMDS board | Wolfgang Denk | 2006-03-17 | -0/+716 |
|\ | ||||
| * | Support for DDR with 32-data path. Addotional notes on injecting | Rafal Jaworowski | 2006-03-16 | -14/+33 |
| | | | | | | | | multiple-bit errors. | |||
| * | Add command for handling DDR ECC registers on MPC8349EE MDS board. | Marian Balakowicz | 2006-03-16 | -0/+1 |
| | | ||||
| * | Add initial support for MPC8349E MDS board. | Marian Balakowicz | 2006-03-14 | -0/+696 |
| | | ||||
* | | Add support for Lite5200B board. | Wolfgang Denk | 2006-03-17 | -30/+77 |
|/ | | | | Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006 | |||
* | Add support for EmbeddedPlanet EP88x boards | Wolfgang Denk | 2006-03-12 | -0/+205 |
| | | | | Patch by Yuli Barcohen, 13 Jul 2005 | |||
* | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc8349ads | Wolfgang Denk | 2006-03-12 | -9/+15 |
|\ | ||||
| * | Added PCI support for MPC8349ADS board | Kumar Gala | 2006-01-12 | -9/+15 |
| | | | | | | | | Patch by Kumar Gala 11 Jan 2006 | |||
* | | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xx | Wolfgang Denk | 2006-03-12 | -2/+112 |
|\ \ | ||||
| * | | Enable address translation on MPC83xx | Kumar Gala | 2006-02-10 | -2/+104 |
| | | | | | | | | | | | | Patch by Kumar Gala, 10 Feb 2006 | |||
| * | | Make System IO Config Registers board configurable on MPC83xx | Kumar Gala | 2006-01-11 | -0/+8 |
| |/ | | | | | | | Patch by Kumar Gala, 11 Jan 2006 | |||
* | | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr | Wolfgang Denk | 2006-03-12 | -0/+2 |
|\ \ | ||||
| * | | Added CONFIG_ options for bd_t and env in flat dev tree | Kumar Gala | 2006-01-11 | -0/+2 |
| |/ | | | | | | | | | | | | | | | | | | | CONFIG_OF_HAS_BD_T will put a copy of the bd_t into the resulting flat device tree. CONFIG_OF_HAS_UBOOT_ENV will copy the environment variables from u-boot into the flat device tree Patch by Kumar Gala 11 Jan 2006 | |||
* | | Add netconsole and some more commands to RPXlite_DW board | Wolfgang Denk | 2006-03-12 | -1/+32 |
| | | | | | | | | Patch by Sam Song, 19 Jun 2005 | |||
* | | Adjust "echo" as a default command | Wolfgang Denk | 2006-03-12 | -13/+0 |
| | | | | | | | | Patch by Sam Song, 19 Jun 2005 | |||
* | | Coding Style cleanup | Wolfgang Denk | 2006-03-12 | -120/+113 |
| | | ||||
* | | Add missing Blackfin files. | Wolfgang Denk | 2006-03-12 | -0/+528 |
| | | ||||
* | | Switch MPC86xADS and MPC885ADS boards to use cpuclk environment | Wolfgang Denk | 2006-03-12 | -21/+14 |
| | | | | | | | | | | variable to set clock Patch by Yuli Barcohen, 05 Jun 2005 | |||
* | | RPXlite configuration fixes | Wolfgang Denk | 2006-03-12 | -39/+29 |
| | | | | | | | | | | | | | | | | - 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 | -35/+34 |
| | | | | | | | | | | | | | | - 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 | |||
* | | Add support for Adder boards with 16MB SDRAM; | Wolfgang Denk | 2006-03-12 | -16/+17 |
| | | | | | | | | | | add support for second FEC on Adder87x board. Patch by Yuli Barcohen, 05 Jun 2005 | |||
* | | Enable simple (non-redundant) NAND environment on delta board. | Markus Klotzbücher | 2006-03-08 | -5/+4 |
| | | ||||
* | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-03-06 | -199/+463 |
|\ \ | | | | | | | | | | Code cleanup. | |||
| * | | Minor code cleanup | Wolfgang Denk | 2006-03-06 | -114/+111 |
| | | | ||||
| * | | Merge the new NAND code (testing-NAND brach); see doc/README.nand | Wolfgang Denk | 2006-03-06 | -23/+355 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 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] | |||
| | * | | Re-factoring the legacy NAND code (legacy NAND now only in board-specific | Bartlomiej Sieka | 2006-03-05 | -87/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
| * | | | Update mcc200 config: Disable PCI and DoC, use 133 MHz IPB clock, | Wolfgang Denk | 2006-02-28 | -55/+10 |
| | | | | | | | | | | | | | | | | use hush shell. | |||
| * | | | Merge with Stefan Roese's branch with CFI driver fixes | Wolfgang Denk | 2006-02-28 | -117/+42 |
| |\ \ \ | ||||
| | * | | | Convert mcc200 to use common CFI flash driver | Stefan Roese | 2006-02-28 | -117/+42 |
| | | | | | | | | | | | | | | | | | | | | Patch by Stefan Roese, 28 Feb 2006 | |||
| * | | | | Merge with /home/wd/git/u-boot/master | Wolfgang Denk | 2006-02-28 | -0/+373 |
| |\ \ \ \ | | |/ / / | |/| | | | ||||
| * | | | | Initial port to MCC200 board (work in progress) | Wolfgang Denk | 2006-02-22 | -0/+402 |
| | | | | | | | | | | | | | | | | | | | | Minimally modified patch by Bluetechnix, Vienna | |||
* | | | | | Turned on SDRAM scrubbing. | Markus Klotzbücher | 2006-03-06 | -1/+1 |
| | | | | | ||||
* | | | | | Cleanup of NAND support of delta board using the Monahans Data Flash | Markus Klotzbücher | 2006-03-06 | -2/+20 |
| | | | | | | | | | | | | | | | | | | | | Controller. | |||
* | | | | | NAND finally working. Two bugs fixed: | Markus Klotzbücher | 2006-03-06 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | |||
* | | | | | Lots of new stuff: | Markus Klotzbücher | 2006-03-04 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | |||
* | | | | | Added GPIO initialization of DF signal. Still not working. | Markus Klotzbücher | 2006-02-28 | -1/+1 |
| | | | | | ||||
* | | | | | First steps implementing NAND support. Not working, fails to read ID. | Markus Klotzbücher | 2006-02-28 | -30/+40 |
| | | | | | ||||
* | | | | | Merge /home/tur/nand/u-boot/ | Markus Klotzbücher | 2006-02-24 | -4/+351 |
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | This is a first version of the testing-NAND branch merged back to main. | |||
| * | | | | Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling. | Bartlomiej Sieka | 2006-02-24 | -4/+351 |
| |\ \ \ \ | ||||
| | * | | | | Update of new NAND code | Wolfgang Denk | 2005-09-14 | -0/+265 |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by Ladislav Michl, 13 Sep 2005 | |||
* | | | | | | Merge branch 'master' of http://www.denx.de/git/u-boot | Markus Klotzbücher | 2006-02-24 | -10/+420 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||
| * | | | | | Rename SMMACO4 board into smmaco4 for consistency with Linux. | Wolfgang Denk | 2006-02-22 | -0/+0 |
| | | | | | | ||||
| * | | | | | Disable CMD_BSP for SMMACO4 board. | Wolfgang Denk | 2006-02-22 | -2/+1 |
| | | | | | | ||||
| * | | | | | Merge with /home/hs/PanDacom/u-boot-dev | Wolfgang Denk | 2006-02-22 | -0/+374 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||
| | * | | | | [Patch] Add basic support for the SMMACO4 Board from PanDaCom. | Heiko Schocher | 2006-02-20 | -0/+374 |
| | |/ / / | | | | | | | | | | | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de> | |||
| * | | | | Merge with /home/sr/git/u-boot | Wolfgang Denk | 2006-02-21 | -5/+22 |
| |\ \ \ \ | | |/ / / | |/| | | | ||||
| | * | | | Convert CPCI750 to use common CFI flash driver | Stefan Roese | 2006-02-08 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | Patch by Reinhard Arlt, 8 Feb 2006 |