Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 <hs@denx.de> | |||
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. | |||
2006-02-10 | Config updated for compiling the SMC911111 network driver | Markus Klotzbücher | |
2006-02-09 | basic u-boot is working, boots into the command shell. | Markus Klotzbücher | |
2006-02-08 | Convert CPCI750 to use common CFI flash driver | Stefan Roese | |
Patch by Reinhard Arlt, 8 Feb 2006 | |||
2006-02-07 | Forgot to add files to zylonite branch. | Markus Klotzbücher | |
2006-02-07 | Various changes to esd HH405 board specific files | Stefan Roese | |
Patch by Matthias Fuchs, 07 Feb 2006 | |||
2006-02-07 | Update default environment for INKA4x00 board. | Wolfgang Denk | |
2006-01-18 | Add VGA support (CT69000) to CPCI750 board. | Stefan Roese | |
Insert missing __le32_to_cpu() for filesize in ext2fs_read_file(). Patch by Reinhard Arlt, 30 Dec 2005 | |||
2006-01-18 | PMC405 and CPCI405: Moved configuration of pci resources into config file. | Stefan Roese | |
PMC405 and CPCI2DP: Added firmware download and booting via pci. Patch by Matthias Fuchs, 20 Dec 2005 | |||
2006-01-13 | Fix 28F256J3A support on PM520 board | Wolfgang Denk | |
(without bank-switching only 32 MB can be accessed) | |||
2005-12-29 | Add support for 28F256J3A flah (=> 64 MB) on PM520 board | Wolfgang Denk | |
2005-12-06 | Change port configuration for O2DNT (CODEC1 on PSC1) | Marian Balakowicz | |
2005-12-04 | Code cleanup, especially MIPS for GCC 4.x | Wolfgang Denk | |
2005-12-01 | Merge with /home/sr/git/u-boot | Wolfgang Denk | |
2005-12-01 | Adjust TQM834x PHY addresses for latest hardware revision. | Wolfgang Denk | |
2005-12-01 | Increase malloc arena on TQM5200 board to 256 kB. | Wolfgang Denk | |
With 64 kb uniform flash sector size the old value of 128 kB was too small. |