| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-20 | Cleanup of the monahans cpu and delta board port. | Markus Klotzbuecher | |
| 2006-03-20 | Support for redundant environment in NAND Flash. | Markus Klotzbuecher | |
| 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-14 | Add initial support for MPC8349E MDS board. | Marian Balakowicz | |
| 2006-03-12 | Add support for EmbeddedPlanet EP88x boards | Wolfgang Denk | |
| Patch by Yuli Barcohen, 13 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#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 | 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 | 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-08 | Enable simple (non-redundant) NAND environment on delta board. | Markus Klotzb�cher | |
| 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-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 | |||
| 2006-02-24 | Merge /home/tur/nand/u-boot/ | Markus Klotzb�cher | |
| This is a first version of the testing-NAND branch merged back to main. | |||
| 2006-02-24 | Merge branch 'master' of http://www.denx.de/git/u-boot | Markus Klotzb�cher | |
| 2006-02-24 | Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling. | Bartlomiej Sieka | |
| 2006-02-22 | SDRAM now working. | Markus Klotzb�cher | |
| 2006-02-22 | SDRAM now working for delta board, but there are still aliasing problems, | Markus Klotzb�cher | |
| we only see 64MB. | |||
| 2006-02-22 | Rename SMMACO4 board into smmaco4 for consistency with Linux. | Wolfgang Denk | |
| 2006-02-22 | Disable CMD_BSP for SMMACO4 board. | Wolfgang Denk | |
| 2006-02-22 | Merge with /home/hs/PanDacom/u-boot-dev | Wolfgang Denk | |
| 2006-02-22 | Initial port to MCC200 board (work in progress) | Wolfgang Denk | |
| Minimally modified patch by Bluetechnix, Vienna | |||
| 2006-02-21 | Merge with /home/sr/git/u-boot | Wolfgang Denk | |
| 2006-02-20 | [Patch] Add basic support for the SMMACO4 Board from PanDaCom. | Heiko Schocher | |
| Signed-off-by: Heiko Schocher <[email protected]> | |||
| 2006-02-20 | New board directory and config for the benq delta board (copied from | Markus Klotzb�cher | |
| zylonite). Minor pxa-regs.h update. | |||
| 2006-02-20 | Merged and added more pxa-regs.h stuff, especially the GPIO Control | Markus Klotzb�cher | |
| Register Definitions. | |||
| 2006-02-19 | Merged sufficient changes to pxa-regs.h in order to make u-boot compile. | Markus Klotzb�cher | |
| It doesn't run yet. | |||
