aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2006-03-24Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher86-191/+9094
2006-03-24Added config options CFG_MONAHANS_RUN_MODE_OSC_RATIO andMarkus Klotzbuecher1-1/+7
CFG_MONAHANS_TURBO_RUN_MODE_RATIO for configuring the Monahans core frequency.
2006-03-24delta board: DA9030 initialization and i2c support. Some minor changes toMarkus Klotzbuecher3-7/+123
make the pxa i2c driver work with the monahans cpu.
2006-03-23Enable Quad UART om MCC200 board.Wolfgang Denk1-0/+5
2006-03-21Cleanup MCC200 board configuration; omit non-existent stuff.Wolfgang Denk1-22/+3
2006-03-20Cleanup of the monahans cpu and delta board port.Markus Klotzbuecher2-145/+72
2006-03-20Support for redundant environment in NAND Flash.Markus Klotzbuecher2-0/+13
2006-03-17Merge with port of MPC8349EMDS boardWolfgang Denk4-3/+857
2006-03-17Add support for Lite5200B board.Wolfgang Denk2-30/+77
Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
2006-03-16Support for DDR with 32-data path. Addotional notes on injectingRafal Jaworowski2-15/+34
multiple-bit errors.
2006-03-16Add command for handling DDR ECC registers on MPC8349EE MDS board.Marian Balakowicz1-0/+1
2006-03-16Fix DDR ECC bit definitions for MPC83xx.Marian Balakowicz1-2/+2
2006-03-14Add initial support for MPC8349E MDS board.Marian Balakowicz1-0/+696
2006-03-14Add DMA support for MPC83xx.Marian Balakowicz1-1/+86
2006-03-14Add bit definitions for MPC83xx DDR controller registers.Marian Balakowicz1-0/+52
2006-03-14Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.Marian Balakowicz1-1/+2
2006-03-12Add support for EmbeddedPlanet EP88x boardsWolfgang Denk1-0/+205
Patch by Yuli Barcohen, 13 Jul 2005
2006-03-12Add (some) definitions for the MPC85xx local bus controllerWolfgang Denk1-0/+35
Patch by Murray Jensen, 08 Jul 2005
2006-03-12Add CPM2 I/O pin functions for MPC85xx processorsWolfgang Denk1-0/+146
Patch by Murray Jensen, 08 Jul 2005
2006-03-12Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc8349adsWolfgang Denk2-9/+16
2006-03-12Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xxWolfgang Denk3-4/+114
2006-03-12Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#pciWolfgang Denk1-1/+3
2006-03-12Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infrWolfgang Denk2-1/+5
2006-03-12Add netconsole and some more commands to RPXlite_DW boardWolfgang Denk1-1/+32
Patch by Sam Song, 19 Jun 2005
2006-03-12Fix bad declaration on pci_cfgfunc_nothingWolfgang Denk1-2/+2
Patch by Sam Song, 19 Jun 2005
2006-03-12Adjust "echo" as a default commandWolfgang Denk12-14/+0
Patch by Sam Song, 19 Jun 2005
2006-03-12Coding Style cleanupWolfgang Denk8-147/+140
2006-03-12Add missing Blackfin files.Wolfgang Denk48-0/+7514
2006-03-12Add ADI Blackfin supportWolfgang Denk3-1/+3
- 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-12Switch MPC86xADS and MPC885ADS boards to use cpuclk environmentWolfgang Denk2-21/+14
variable to set clock Patch by Yuli Barcohen, 05 Jun 2005
2006-03-12RPXlite configuration fixesWolfgang Denk1-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
2006-03-12Memory configuration changes for ZPC.1900 boardWolfgang Denk1-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
2006-03-12Add support for Adder boards with 16MB SDRAM;Wolfgang Denk1-16/+17
add support for second FEC on Adder87x board. Patch by Yuli Barcohen, 05 Jun 2005
2006-03-12Word alignment fixes for word aligned NS16550 UARTWolfgang Denk1-10/+10
Patch by Jean-Paul Saman, 01 Mar 2005
2006-03-11Some code cleanup for GCC 4.xWolfgang Denk1-2/+0
2006-03-08Enable simple (non-redundant) NAND environment on delta board.Markus Klotzbücher1-5/+4
2006-03-07Cleanup (get rid of debug code that sneaked in)Wolfgang Denk1-6/+1
2006-03-06Merge with /home/wd/git/u-boot/masterWolfgang Denk40-790/+1061
Code cleanup.
2006-03-06Turned on SDRAM scrubbing.Markus Klotzbücher1-1/+1
2006-03-06Cleanup of NAND support of delta board using the Monahans Data FlashMarkus Klotzbücher2-2/+37
Controller.
2006-03-06NAND finally working. Two bugs fixed:Markus Klotzbücher1-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.
2006-03-06Minor code cleanupWolfgang Denk4-115/+111
2006-03-06Merge the new NAND code (testing-NAND brach); see doc/README.nandWolfgang Denk40-138/+1405
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-05Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka35-675/+664
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-04Lots of new stuff:Markus Klotzbücher1-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.
2006-03-02Merge with /home/sr/git/u-boot/cfi-flash-fixWolfgang Denk1-1/+0
2006-03-01Further NAND stuff implemented. Basic read commands seem to work.Markus Klotzbücher1-15/+17
2006-03-01Fix problem with flash_get_size() from CFI driver updateStefan Roese1-1/+0
Patch by Stefan Roese, 1 Mar 2006
2006-02-28Added GPIO initialization of DF signal. Still not working.Markus Klotzbücher1-1/+1
2006-02-28Update mcc200 config: Disable PCI and DoC, use 133 MHz IPB clock,Wolfgang Denk1-55/+10
use hush shell.