summaryrefslogtreecommitdiff
path: root/cpu
Commit message (Collapse)AuthorAgeLines
* Fix bug in the SDRAM initialization code for canmb, IceCube andwdenk2005-04-21-2/+2
| | | | | | PM520 boards. Fix PHY address for canmb board.
* Cleanup serial console baudrate calculation on AT91RM9200wdenk2005-04-20-5/+2
|
* * Patch by Matthias Fuchs, 18 Apr 2005:stroese2005-04-20-0/+17
| | | | | Make PCI target address spaces on PMC405 and CPCI405 boards configurable via environment variables
* Add support for canmb boardwdenk2005-04-13-4/+4
|
* * Fixes for TQM8560 board:wdenk2005-04-13-4/+4
| | | | | | | | | - fix clock rates - remove debug messages - fix flash sector protection * Patch by Steven Scholz, 07 Apr 2005: Fix warning in cpu/arm920t/at91rm9200/i2c.c
* * Patch by Steven Scholz, 07 Apr 2005:wdenk2005-04-07-0/+15
| | | | | | | | | | Add i2c_reg_write() and i2c_reg_write() for at91rm9200 I2C * Patch by Steven Scholz, 07 Apr 2005: Fix compiler warning in altera.c * Patch by Ladislav Michl, 06 Apr 2005: Fix voiceblue configuration.
* Add PPC440GX Revision Cstroese2005-04-07-1/+4
|
* * Patch by Travis Sawyer, 05 Apr 2005:stroese2005-04-07-1/+1
| | | | | - Change timer frequency for ppc 440 from 10 ms to 1 ms. Problem found by Andrew Wozniak.
* Patch by Steven Scholz, 06 Apr 2005:wdenk2005-04-06-737/+59
| | | | | - creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200 - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
* * Patches by Robert Whaley, 29 Nov 2004:wdenk2005-04-06-80/+63
| | | | | | | | | | | | - update the pxa-regs.h file for PXA27x chips - add PXA27x based ADSVIX board - add support for MMC on PXA27x processors * Patch by Andrew E. Mileski, 28 Nov 2004: Fix PPC4xx SPD SDRAM detection bug * Patch by Hiroshi Ito, 26 Nov 2004: Fix logic of "test -z" and "test -n" commands
* * Patch by Ladislav Michl, 05 Apr 2005:wdenk2005-04-05-32/+34
| | | | | | | | | Add support for VoiceBlue board. * Patch by Ladislav Michl, 05 Apr 2005: Fix netboot_common() prototypes. * Cleanup.
* Patches by Steven Scholz, 05 Apr 2005:wdenk2005-04-05-36/+46
| | | | | | | - Use i.MX watchdog timer for reset_cpu() - Move reset_cpu() out of cpu/arm920t/start.S into the SoC specific subdirectories cpu/arm920t/imx/ and cpu/arm920t/s3c24x0/ (now in interupts.c)
* Add support for MPC8220 based "sorcery" board.wdenk2005-04-05-44/+186
|
* * Add FEC support for TQM8540 board.wdenk2005-04-04-4/+57
| | | | | | | Interfaces are named as follows: "ENET1" - TSEC2, "ENET2" - FEC * Patch by Martin Krause, 04 Apr 2005: Update default configuration for CMC_PU2 board.
* Patch by Steven Scholz, 4 Apr 2005:wdenk2005-04-04-14/+39
| | | | | | - remove all references to CONFIG_INIT_CRITICAL for ARM based boards - introduce two new configuration options instead: CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
* Use the same name (lowlevel_init) for all (ARM) boardswdenk2005-04-04-4/+4
|
* Patch by Steven Scholz, 04 Apr 2005:wdenk2005-04-04-0/+5
| | | | Make sure that MDIO clock does not exceed 2.5 MHz on AT91
* Fix timer code for ARM systems: make sure that udelay() does notwdenk2005-04-04-82/+139
| | | | reset timers so it's save to use udelay() in timeout code.
* Patch by Jerry Van Baren, 08 Nov 2004:wdenk2005-04-03-2/+2
| | | | | | | | - Add low-boot option for MPC8260ADS board (if lowboot is selected, the jumper for the HRCW source should select flash. If lowboot is not selected, the jumper for the HRCW source should select the BCSR. - change default load base address to 0x00400000
* * Patch by Yuli Barcohen, 08 Nov 2004:wdenk2005-04-03-4/+17
| | | | | | | | | | | | Add support for Analogue & Micro Rattler boards. Tested on Rattler8248. * Patch by Andre Renaud, 08 Nov 2004: Fix watchdog support in common/lcd.c * Patch by Marc Leeman, 05 Nov 2003: Enable all 4 PCMBRW buffers for the MPC8245 processor since the CPU bug only affects the XPC8245 processors
* Patches by Josef Wagner, 29 Oct 2004:wdenk2005-04-03-11/+3
| | | | | - Add support for MicroSys CPU87 board - Add support for MicroSys PM854 board
* Patch by David Adair, 27 Oct 2004:wdenk2005-04-03-0/+8
| | | | Add missing 440GX SDRAM Controller reset
* Patch by Steven Scholz, 25 Oct 2004:wdenk2005-04-03-43/+0
| | | | Declare reset_cpu() in include/common.h instead locally
* Minor cleanupwdenk2005-04-03-2/+2
|
* Prepare for SoC rework of ARM code:wdenk2005-04-02-20/+18
| | | | | - rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
* Patch by Steven Scholz, 13 March 2005:wdenk2005-04-01-15/+14
| | | | fix cache enabling for AT91RM9200
* * Patch by Masami Komiya, 30 Mar 2005:wdenk2005-04-01-4/+6
| | | | | | | | add SNTP support and expand time server and time offset fields of DHCP support. See doc/README.SNTP * Patch by Steven Scholz, 13 Dec 2004: Fix bug in at91rm920 ethernet driver
* Patch by Steven Scholz, 13 Dec 2004:wdenk2005-03-31-19/+204
| | | | | Remove duplicated code by merging memsetup.S files for at91rm9200 boards into one cpu/at91rm9200/lowlevel.S
* * Patch by Scott McNutt, 21 Oct 2004:wdenk2005-03-30-27/+788
| | | | | | | | | | | Add support for Nios-II EPCS Controller core. * Patch by Scott McNutt, 20 Oct 2004: Nios-II cleanups: - Add sysid command (Nios-II only). - Locate default exception trampoline at proper offset. - Implement I/O routines (readb, writeb, etc) - Implement do_bootm_linux
* Patches by Martin Krause, 22 Mar 2005:wdenk2005-03-27-1/+1
| | | | | | | | - use TQM5200_auto as MAKEALL target for TQM5200 systems - add support for SM501 graphics controller - add support for graphic console on TQM5200 - add support for TQM5200 Rev 200 - cleanup, fix typo in include/configs/TQM5200.h
* Update code for TQM8540 board (and 85xx in general):wdenk2005-03-15-30/+28
| | | | | | | - Change the name of the Ethernet driver: MOTO ENET -> ENET - Reformat boot messages - Enable redundant environment - Replace the -O2 optimization flag with -mno-string
* * Patch by David Brownell, 10 Mar 2005:wdenk2005-03-14-15/+79
| | | | | | Restore copyright statements in OHCI drivers. * Add support for TQM8540 board
* * Add support for ext2 filesystems and image timestamps to TQM5200 boardwdenk2005-02-24-8/+8
| | | | | | | | | * Add reset code for Coral-P on INKA4x0 board * Patch by Martin Krause, 28 Jun 2004: Update for TRAB board. * Fix some missing "volatile"s in MPC5xxx FEC driver
* * Some Cleanup.wdenk2005-01-12-21/+17
| | | | | | | | | | | | | | * Patch by Richard Woodruff, 10 Jan 2005: Update support for OMAP2420 (ARM11) and H4 board: o clean up and add new types to H4 memory probe code. o fix to work with internal boot. o added PRCM config III operation. o fix marginal flash timings. o add revison ATAG usage. o enable voltage scaling at power chip. o fix compile error for i2c. * Fix network problem (error when receiving multiple ARP packets)
* Coding Style cleanupwdenk2005-01-10-85/+82
|
* * Patches by Richard Woodruff, 01 Oct 2004:wdenk2005-01-09-0/+938
| | | | | | | | add support for the TI OMAP2420 processor and its H4 reference board * Patch by Christian Pellegrin, 24 Sep 2004: Added support for NE2000 compatible (DP8390, DP83902) NICs.
* * Patch by Leif Lindholm, 23 Sep 2004:wdenk2005-01-09-30/+219
| | | | | | | | add support for the AMD db1550 board * Patch by Travis Sawyer, 15 Sep 2004: Add CONFIG_SERIAL_MULTI support for ppc4xx, update README.serial_multi
* Patches by David Snowdon, 07 Sep 2004:wdenk2005-01-09-1/+2
| | | | | | - add u-boot.hex target in the top level Makefile - add support for the UNSW/NICTA PLEB 2 board (pleb2) - use -mtune=xscale and -march=armv5 options for PXA
* * Patch by Gleb Natapov, 07 Sep 2004:wdenk2005-01-09-1/+1
| | | | | | | | mpc824x: set PCI latency timer to a sane value (is 0 after reset). * Patch by Kurt Stremerch, 03 Sep 2004: Add bitstream configuration option for fpga command (Xilinx only).
* * Patch by Jon Loeliger, 02 Sep 2004:wdenk2005-01-09-12/+628
| | | | | | | | | | | | | | Reset monitor size back to 256 so environment can be written to flash on MPC85xx ADS and CDS releases. * Patch by Paolo Broggini, 02 Sep 2004: Make BSS clearing on ARM systems more robust * Patch by Yue Hu and Joe, 01 Sep 2004: - add PCI support for ixp425; - add EEPRO100 suppor tfor ixdp425 board. * Fix problem with protected sector detection in driver/cfi_flash.c
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-31-18/+22
| | | | | | | | | | | | * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for additional ethernet addresses. * Cleanup drivers/i82365.c - avoid duplication of code * Fix bogus "cannot span across banks" flash error message * Add support for CompactFlash for the CPC45 Board.
* Add support for UC100 boardwdenk2004-12-18-0/+7
|
* Code cleanup.wdenk2004-12-16-1/+1
|
* PMC405 board support addedstroese2004-12-16-3/+10
|
* CPU speed calculation updated (fixed a rounding problem)stroese2004-12-16-34/+14
|
* CPCI750 board support addedstroese2004-12-16-2/+4
|
* Coldfire MCF5249 support addedstroese2004-12-16-6/+192
|
* Add support for INKA4X0 boardwdenk2004-12-16-1/+2
|
* Cleanup for CMC_PU2 boardwdenk2004-12-14-10/+6
|
* * Fix udelay() on AT91RM9200 for delays < 1 ms.wdenk2004-11-24-3/+22
| | | | | | * Enable long help on CMC PU2 board; fix reset issue; increase CPU speed from 179 to 207 MHz.