summaryrefslogtreecommitdiff
path: root/cpu
Commit message (Collapse)AuthorAgeLines
* 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.
* * Update for AT91RM9200DK and CMC_PU2 boards:wdenk2004-11-21-11/+70
| | | | | | | - Enable booting directly from flash - fix CMC_PU2 flash driver * Fix mkimage usage message
* Patch by TsiChung Liew, 23 Sep 2004:wdenk2004-10-28-0/+5544
| | | | | - add support for MPC8220 CPU - Add support for Alaska and Yukon boards
* * Fix configuration for ERIC board (needs more room)wdenk2004-10-24-1/+9
| | | | | | * Adjust MIPS compiler options at run-time depending on tools version ("-march=4kc -mtune=4kc -Wa,-mips_allow_branch_to_undefined" for new, "-mcpu=4kc" for old tools)
* Code cleanup for GCC-3.3.x compilerswdenk2004-10-17-4/+5
|
* Fix CFG_HZ problems on AT91RM9200 systemswdenk2004-10-11-7/+19
| | | | [Remember: CFG_HZ should be 1000 on ALL systems!]
* * Patch by Gridish Shlomi, 30 Aug 2004:wdenk2004-10-10-9/+24
| | | | | | | | | | | | | | | | | - Add support to revA version of PQ27 and PQ27E. - Reverted MPC8260ADS baudrate back to original 115200 * Patch by Hojin, 17 Sep 2004: Fix typo in cfi_flash.c * Patch by Mark Jonas, 09 September 2004: mtest's data line test (with CFG_ALT_MEMTEST set) returned a wrong error message * Patch by Mark Jonas, 31 August 2004: Added option CFG_XLB_PIPELINING to enable XLB pipelining. This improves FTP performance for MPC5200 systems. Enabled for IceCube by default.
* Patches by Scott McNutt, 24 Aug 2004:wdenk2004-10-10-1/+908
| | | | | | - Add support for Altera Nios-II processors. - Add support for Psyent PCI-5441 board. - Add support for Psyent PK1C20 board.
* * Patch by Jon Loeliger, 24 Aug 2004:wdenk2004-10-10-3/+29
| | | | | | | | | | | - Fix PCI window on MPC85xx; remove unneeded PCI initialization from board_early_init_f() - Provide SW workaround for PCI initialization on 85xx CDS - Convert MPC85xxADS to use common CFI flash driver * Cleanup: avoid compiler warnings * Add CMC PU2 board to MAKEALL script
* Code Cleanupwdenk2004-10-10-4/+8
| | | | | | Patch by Gary Jennejohn, 04 Oct 2004: - fix I2C on at91rm9200 - add support for Ricoh RS5C372A RTC
* * Patch by Gary Jennejohn, 01 Oct 2004:wdenk2004-10-10-7/+219
| | | | | | | | - add support for CMC PU2 board - add support for I2C on at91rm9200 * Patch by Gary Jennejohn, 28 Sep 2004: fix baudrate handling on at91rm9200
* * Clean up tools/bmp_logo.c to not add trailing white spacewdenk2004-10-09-1575/+181
| | | | | | | * Patch by Hinko Kocevar, 21 Aug 2004: - Group common framebuffer functions in common/lcd.c - Group common framebuffer macros and #defines in include/lcd.h - Provide calc_fbsize() for video ATAG
* Patch by Steven Scholz, 16 Aug 2004:wdenk2004-10-09-5/+734
| | | | | | | | - Introducing the concept of SoCs "./cpu/$(CPU)/$(SOC)" - creating subdirs for SoCs ./cpu/arm920t/imx and ./cpu/arm920t/s3c24x0 - moving SoC specific code out of cpu/arm920t/ into cpu/arm920t/$(SOC)/ - moving drivers/s3c24x0_i2c.c and drivers/serial_imx.c out of drivers/ into cpu/arm920t/$(SOC)/
* * Patch by Sean Chang, 9 Aug 2004:wdenk2004-09-29-9/+14
| | | | | | | | | | | | | | | | | | - Added I2C support for ML300. - Added support for ML300 to read out its environment information stored on the EEPROM. - Added support to use board specific parameters as part of U-Boot's environment information. - Updated MLD files to support configuration for new features above. * Patches by Travis Sawyer, 5 Aug 2004: - Remove incorrect bridge settings for eth group 6 - Add call to setup bridge in ppc_440x_eth_initialize - Fix ppc_440x_eth_init to reset the phy only if its the first time through, otherwise, just check the phy for the autonegotiated speed/duplex. This allows the use of netconsole - only print the speed/duplex the first time the phy is reset.
* * Patch by Yuli Barcohen, 19 Jul 2004:wdenk2004-09-28-7/+11
| | | | | | | | - Fix host tools building in Cygwin environment - Fix header files search order for host tools * Patch by Tom Armistead, 19 Jul 2004: Fix kgdb.S support for 74xx_75x cpu
* * Patch by Jon Loeliger, 15 Jul 2004:wdenk2004-09-28-134/+111
| | | | Fix MPC85xx I2C driver
* * Patch by Yuli Barcohen, 13 Jul 2004:wdenk2004-09-28-29/+22
| | | | | | | | Allow clock setting on MPC866/MPC885 series chips according to environment variable `cpuclk' * Patch by Yuli Barcohen, 20 Apr 2004: Remove unnecessary redefine of CPM_DATAONLY_SIZE for MPC826x
* Patch by Gary Jennejohn, 09 Sep 2004:wdenk2004-09-21-0/+24
| | | | allow to use USART1 as console port on at91rm9200dk boards
* Add support for IDS "NC650" boardwdenk2004-08-28-1/+1
|
* Patches by Lars Munch, 12 Jul 2004:wdenk2004-08-02-845/+9
| | | | | | | - move at45.c to board/at91rm9200dk/ since this is at91rm9200dk board specific - split out the LXT971A PHY from ns_9750_eth.h - split the dm9161 phy part out of at91rm9200_ether.c
* Patch by Jon Loeliger, 16 Jul 2004:wdenk2004-08-01-212/+314
| | | | | | | | | | | | | - support larger DDR memories up to 2G on the PC8540/8560ADS and STXGP3 boards - Made MPC8540/8560ADS be 33Mhz PCI by default. - Removed moldy CONFIG_RAM_AS_FLASH, CFG_FLASH_PORT_WIDTH_16 and CONFIG_L2_INIT_RAM options. - Refactor Local Bus initialization out of SDRAM setup. - Re-implement new version of LBC11/DDR11 errata workarounds. - Moved board specific PCI init parts out of CPU directory. - Added TLB entry for PCI-1 IO Memory - Updated README.mpc85xxads
* * Code cleanupwdenk2004-08-01-1296/+688
| | | | | | | | | | | | | * Patch by Sascha Hauer, 28 Jun: - add generic support for Motorola i.MX architecture - add support for mx1ads, mx1fs2 and scb9328 boards * Patches by Marc Leeman, 23 Jul 2004: - Add define for the PCI/Memory Buffer Configuration Register - corrected comments in cpu/mpc824x/cpu_init.c * Add support for multiple serial interfaces (for example to allow modem dial-in / dial-out)
* cpu/ppc4xx/sdram.c rewritten now using get_ram_size()stroese2004-07-15-227/+38
|
* Patch by Mark Jonas, 02 Jul 2004:wdenk2004-07-12-7/+7
| | | | Fix lowboot (again) on MPC5xxx
* Patch by Curt Brune, 07 Jul 2004:wdenk2004-07-11-45/+55
| | | | relocate exception vectors on arm720t if needed
* * Patch by George G. Davis, 06 Jul 2004:wdenk2004-07-11-30/+91
| | | | | | | | - update mach-types.h to latest arm.linux.org.uk master list - Set correct OMAP1610 bi_arch_number for build target * Patch by Curt Brune, 06 Jul 2004: evb4510: add support for timer interrupt; cleanup