summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Collapse)Author
2006-04-06Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pciWolfgang Denk
2006-04-05Merge with /home/sr/git/u-boot/4xx-sdramWolfgang Denk
2006-04-03Fix CONFIG_SKIP_LOWLEVEL_INIT dependency in cpu/arm920t/start.SWolfgang Denk
Patch by Peter Menzebach, 13 Oct 2005 [DNX#2006040142000473]
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk
2006-03-31Updates 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-29Set SDelay register in the DDR controller for the MPC5200B chip.Rafal Jaworowski
2006-03-24Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher
2006-03-24Added config options CFG_MONAHANS_RUN_MODE_OSC_RATIO andMarkus Klotzbuecher
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 Klotzbuecher
make the pxa i2c driver work with the monahans cpu.
2006-03-18Add support for MPC859/866 Rev. A.0Wolfgang Denk
2006-03-16Support for DDR with 32-data path. Addotional notes on injectingRafal Jaworowski
multiple-bit errors.
2006-03-14Add support for ECC DDR initialization on MPC83xx.Marian Balakowicz
2006-03-14Add DMA support for MPC83xx.Marian Balakowicz
2006-03-14Add sync in do_reset() routine for MPC83xx after RPR registerMarian Balakowicz
was written to. It is need on some targets when BAT translation is enabled.
2006-03-14Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.Marian Balakowicz
2006-03-14Correct shift offsets in icache_status and dcache_status for MPC83xx.Marian Balakowicz
2006-03-13Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer andWolfgang Denk
cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories Patch by Andreas Engel, 13 Mar 2006
2006-03-13Fix problem with updated PCI code in cpu/ppc4xx/405gp_pci.cStefan Roese
Patch by Stefan Roese, 13 Mar 2006
2006-03-13cpu/ppc4xx/start.S : exceptions are enabled after relocationStefan Roese
Patch by Cedric Vincent, 6 June 2005
2006-03-13au1x00_eth.c: check malloc return value and abort if it failedWolfgang Denk
Patch by Andrew Dyer, 26 Jul 2005
2006-03-13Fix bug in [id]cache_status commands for MPC85xx processors;Wolfgang Denk
should look at LSB of L1CSRn registers to determine if L1 cache is enabled, not the MSB. Patch by Murray Jensen, 19 Jul 2005
2006-03-12Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xxWolfgang Denk
2006-03-12Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infrWolfgang Denk
2006-03-12Fix PCIDF calculation in cpu/mpc8260/speed.c for MPC8280ECWolfgang Denk
Patch by KokHow Teh, 16 Jun 2005
2006-03-12Coding Style cleanupWolfgang Denk
2006-03-12Add missing Blackfin files.Wolfgang Denk
2006-03-11More GCC 4.x woesWolfgang Denk
2006-03-11Some code cleanup for GCC 4.xWolfgang Denk
2006-03-07Cleanup (get rid of debug code that sneaked in)Wolfgang Denk
2006-03-06Merge with /home/wd/git/u-boot/masterWolfgang Denk
Code cleanup.
2006-03-06Cleanup of NAND support of delta board using the Monahans Data FlashMarkus Klotzbücher
Controller.
2006-03-04Lots 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-28All subsystem clocks not immediately need are turned at reset.Markus Klotzbücher
2006-02-28Added GPIO initialization of DF signal. Still not working.Markus Klotzbücher
2006-02-22Initial port to MCC200 board (work in progress)Wolfgang Denk
Minimally modified patch by Bluetechnix, Vienna
2006-02-10Enable address translation on MPC83xxKumar Gala
Patch by Kumar Gala, 10 Feb 2006
2006-02-07This is the first commit for the u-boot zylonite port. The following has beMarkus Klotzbücher
done so far: * created zylonite board dir (based on lubbock) * extended some - but not all pxa sources and headers for Intel Monahans support (CONFIG_CPU_MONAHANS) * created Makefile zylonite target + MAKEALL entry * added some debug nonsense, remove later, grep for mk@tbd Status: compiles (eldk-4.0), and can be started with BDI, but runs forever and doesn't halt at breakpoints. Hmmm...
2006-01-26Add support for Freescale M5271 processorZachary P. Landau
2006-01-25Decopuled setting of OR/BR and LBLAWBAR/LBLAWAR on MPC83xxKumar Gala
Patch by Kumar Gala, 25 Jan 2006
2006-01-18PMC405 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-11Add helper function for generic flat device tree fixups for mpc83xxKumar Gala
Patch by Kumar Gala 11 Jan 2006
2006-01-11Only disable the MPC83xx watchdog if its enabled out of reset.Kumar Gala
If its disabled out of reset SW can later enable it if so desired Patch by Kumar Gala, 11 Jan 2006
2006-01-11Allow config of GPIO direction & data registers at boot on 83xxKumar Gala
Patch by Kumar Gala, 11 Jan 2006
2006-01-11Enable time handling on 83xxKumar Gala
Patch by Kumar Gala, 11 Jan 2006
2006-01-11Make System IO Config Registers board configurable on MPC83xxKumar Gala
Patch by Kumar Gala, 11 Jan 2006
2005-12-16MPC5200: Set PCI retry counter to 0 = infinite retry;Wolfgang Denk
The default of 255 is too short for slow devices. Patch by Martin Nykodym, 12 Dec 2005
2005-12-12(no commit message)Wolfgang Denk
2005-12-06Fix DPRAM offset/size for MPC8541/8555.Wolfgang Denk
Simplify TQM85xx Makefile handling.
2005-12-04Code cleanup, especially MIPS for GCC 4.xWolfgang Denk
2005-12-01Fix U-Boot compilation for MIPS boards using ELDK 4.0Wolfgang Denk