summaryrefslogtreecommitdiffstats
path: root/cpu
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup for the delta board and the generic usb_ohci driver. AddedMarkus Klotzbuecher2006-05-232-1/+72
| | | | | CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific initialization and cleanup hooks respectively.
* Fix problem in PVR detection for 440GRStefan Roese2006-05-181-1/+1
| | | | Patch by Stefan Roese, 18 May 2006
* Minor cleanup.Wolfgang Denk2006-05-103-27/+26
|
* Add support for AMCC 440EP Rev C and 440GR Rev BStefan Roese2006-05-101-1/+9
| | | | Patch by John Otken, 08 May 2006
* Update omap5912osk board supportStefan Roese2006-05-102-1/+246
| | | | | | | | | | | - Fix OMAP support that omap5912osk compiles in current source tree - Update with code from "http://omap.spectrumdigital.com/osk5912" to fix problems with DDR initialization - Fix timer setup - Use CFI flash driver and support complete 32MB of onboard flash - Add "print_cpuinfo()" and "checkboard()" functions to display CPU (with frequency) and Board infos Patch by Stefan Roese, 10 May 2006
* Fix watchdog issues for ColdFire boards.Wolfgang Denk2006-05-091-1/+4
|
* Merge with /home/m8/git/u-bootWolfgang Denk2006-05-096-15/+172
|\
| * Make R5200 specific low level initialization board conditional.Marian Balakowicz2006-05-091-9/+15
| |
| * Update CPU target identification strings for Coldfire family.Marian Balakowicz2006-05-091-6/+7
| |
| * Fix serial console support for MCF5271.Marian Balakowicz2006-05-091-6/+16
| |
| * Add support for Freescale M5271: Merge with /work/u-boot.mcf5271Marian Balakowicz2006-04-276-4/+144
| |\
| | * Add support for Freescale M5271 processorZachary P. Landau2006-01-266-4/+144
| | |
* | | Merged MPC8349ADS and MPC8349EMDS ports into MPC8349EMDS port:Kumar Gala2006-04-201-1/+1
|/ / | | | | | | | | | | | | | | | | - Removed MPC8349ADS port - Added PCI support to MPC8349ADS - reworked memory map to allow mapping of all regions with BATs Patch by Kumar Gala 20 Apr 2006 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* | MPC5200: enable snooping of DMA transactions on XLB even if no PCIWolfgang Denk2006-04-182-4/+4
| | | | | | | | | | is configured; othrwise DMA accesses aren't cache coherent which causes for example USB to fail.
* | Some code cleanupWolfgang Denk2006-04-164-111/+111
| |
* | Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pciWolfgang Denk2006-04-061-5/+5
|\ \
| * | Set SDelay register in the DDR controller for the MPC5200B chip.Rafal Jaworowski2006-03-291-5/+5
| | |
* | | Merge with /home/sr/git/u-boot/4xx-sdramWolfgang Denk2006-04-052-34/+342
|\ \ \
| * | | Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440)Stefan Roese2006-03-312-34/+342
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Fix CONFIG_SKIP_LOWLEVEL_INIT dependency in cpu/arm920t/start.SWolfgang Denk2006-04-031-1/+2
| | | | | | | | | | | | Patch by Peter Menzebach, 13 Oct 2005 [DNX#2006040142000473]
* | | GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-3183-233/+195
| | |
* | | Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2006-03-2437-453/+4384
|\ \ \ | |/ /
| * | Add support for MPC859/866 Rev. A.0Wolfgang Denk2006-03-181-3/+8
| | |
| * | Support for DDR with 32-data path. Addotional notes on injectingRafal Jaworowski2006-03-161-12/+49
| | | | | | | | | | | | multiple-bit errors.
| * | Add support for ECC DDR initialization on MPC83xx.Marian Balakowicz2006-03-141-22/+108
| | |
| * | Add DMA support for MPC83xx.Marian Balakowicz2006-03-141-0/+85
| | |
| * | Add sync in do_reset() routine for MPC83xx after RPR registerMarian Balakowicz2006-03-141-0/+2
| | | | | | | | | | | | | | | was written to. It is need on some targets when BAT translation is enabled.
| * | Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.Marian Balakowicz2006-03-141-0/+34
| | |
| * | Correct shift offsets in icache_status and dcache_status for MPC83xx.Marian Balakowicz2006-03-141-2/+2
| | |
| * | Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer andWolfgang Denk2006-03-138-167/+531
| | | | | | | | | | | | | | | cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories Patch by Andreas Engel, 13 Mar 2006
| * | Fix problem with updated PCI code in cpu/ppc4xx/405gp_pci.cStefan Roese2006-03-131-1/+1
| | | | | | | | | | | | Patch by Stefan Roese, 13 Mar 2006
| * | cpu/ppc4xx/start.S : exceptions are enabled after relocationStefan Roese2006-03-131-23/+18
| | | | | | | | | | | | Patch by Cedric Vincent, 6 June 2005
| * | au1x00_eth.c: check malloc return value and abort if it failedWolfgang Denk2006-03-131-2/+6
| | | | | | | | | | | | Patch by Andrew Dyer, 26 Jul 2005
| * | Fix bug in [id]cache_status commands for MPC85xx processors;Wolfgang Denk2006-03-131-2/+2
| | | | | | | | | | | | | | | | | | should look at LSB of L1CSRn registers to determine if L1 cache is enabled, not the MSB. Patch by Murray Jensen, 19 Jul 2005
| * | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#mpc83xxWolfgang Denk2006-03-123-209/+349
| |\ \
| | * | Enable address translation on MPC83xxKumar Gala2006-02-101-179/+298
| | | | | | | | | | | | | | | | Patch by Kumar Gala, 10 Feb 2006
| | * | Decopuled setting of OR/BR and LBLAWBAR/LBLAWAR on MPC83xxKumar Gala2006-01-251-28/+21
| | | | | | | | | | | | | | | | Patch by Kumar Gala, 25 Jan 2006
| | * | Only disable the MPC83xx watchdog if its enabled out of reset.Kumar Gala2006-01-111-0/+6
| | | | | | | | | | | | | | | | | | | | If its disabled out of reset SW can later enable it if so desired Patch by Kumar Gala, 11 Jan 2006
| | * | Allow config of GPIO direction & data registers at boot on 83xxKumar Gala2006-01-111-0/+8
| | | | | | | | | | | | | | | | Patch by Kumar Gala, 11 Jan 2006
| | * | Enable time handling on 83xxKumar Gala2006-01-111-0/+10
| | | | | | | | | | | | | | | | Patch by Kumar Gala, 11 Jan 2006
| | * | Make System IO Config Registers board configurable on MPC83xxKumar Gala2006-01-111-2/+6
| | |/ | | | | | | | | | Patch by Kumar Gala, 11 Jan 2006
| * | Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infrWolfgang Denk2006-03-121-0/+38
| |\ \
| | * | Add helper function for generic flat device tree fixups for mpc83xxKumar Gala2006-01-111-0/+38
| | |/ | | | | | | | | | Patch by Kumar Gala 11 Jan 2006
| * | Fix PCIDF calculation in cpu/mpc8260/speed.c for MPC8280ECWolfgang Denk2006-03-121-8/+19
| | | | | | | | | | | | Patch by KokHow Teh, 16 Jun 2005
| * | Coding Style cleanupWolfgang Denk2006-03-129-171/+165
| | |
| * | Add missing Blackfin files.Wolfgang Denk2006-03-1216-0/+3135
| | |
| * | More GCC 4.x woesWolfgang Denk2006-03-111-1/+2
| | |
| * | Some code cleanup for GCC 4.xWolfgang Denk2006-03-111-2/+2
| | |
* | | Added config options CFG_MONAHANS_RUN_MODE_OSC_RATIO andMarkus Klotzbuecher2006-03-241-2/+15
| | | | | | | | | | | | | | | CFG_MONAHANS_TURBO_RUN_MODE_RATIO for configuring the Monahans core frequency.
* | | delta board: DA9030 initialization and i2c support. Some minor changes toMarkus Klotzbuecher2006-03-241-5/+14
|/ / | | | | | | make the pxa i2c driver work with the monahans cpu.
OpenPOWER on IntegriCloud