summaryrefslogtreecommitdiff
path: root/cpu
Commit message (Collapse)AuthorAgeLines
* Update of new NAND codeWolfgang Denk2005-09-14-1/+1
| | | | Patch by Ladislav Michl, 13 Sep 2005
* Add Sandburst Metrobox and Sandburst Karef board support packages.Stefan Roese2005-08-15-3/+26
| | | | | | | | | Second serial port on 440GX now defined as a system device. Add 'Short Etch' code for Cicada PHY within 440gx_enet.c Patch by Travis B. Sawyer, 12 Jul 2005 Check return value of malloc in 440gx_enet.c Patch by Travis B. Sawyer, 18 Jul 2005
* Merge with /home/wd/git/u-boot/masterWolfgang Denk2005-08-12-88/+88
|\
| * Eliminate calls of ARM libgcc.a helper functions _divsi3 and _modsi3Wolfgang Denk2005-08-12-1/+1
| | | | | | | | Patch by Anders Larsen, 26 Apr 2005
| * measure_gclk() is needed when DEBUG is enabledWolfgang Denk2005-08-12-1/+1
| | | | | | | | Patch by Bryan O'Donoghue, 25 Apr 2005
| * Add NAND FLASH support for AMCC Bamboo 440EP eval boardStefan Roese2005-08-11-4/+4
| | | | | | | | Patch by Stefan Roese, 11 Aug 2005
| * Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)Stefan Roese2005-08-08-83/+83
| | | | | | | | Patch by Stefan Roese, 08 Aug 2005
* | Fix dbau1xxx (= MIPS big and little endian) build options.Wolfgang Denk2005-08-08-2/+10
|/ | | | | | Incorrect gcc options (big endian -BE switch) were used for dbau1550_el which is a little endian build; also get rid of reference to non-existant cpu/mips/little/liblittle.a library
* Fix PowerQUICC II mask detection.Wolfgang Denk2005-08-06-2/+2
| | | | Patch by Eugene Surovegin, 20 Dec 2004
* Add support for ep8248 boardWolfgang Denk2005-08-06-124/+124
| | | | | | Patch by Yuli Barcohen, 12 Dec 2004 Minor code cleanup.
* Fix baudrate setting for KGDB on MPC8260Wolfgang Denk2005-08-06-2/+2
| | | | Patch by HoJin, 11 Dec 2004
* Fix compiler warnings in cpu/ppc4xx/usbdev.cWolfgang Denk2005-08-06-3/+3
| | | | Patch by Steven Blakeslee, 04 Aug 2005
* Merge with /home/sr/git/u-bootWolfgang Denk2005-08-05-50/+68
|\
| * Add support for AMCC Bamboo PPC440EP eval boardStefan Roese2005-08-04-50/+68
| | | | | | | | Patch by Stefan Roese, 04 Aug 2005
* | Fix compiler warningsWolfgang Denk2005-08-05-8/+14
| |
* | Merge with /home/wd/git/u-boot/masterWolfgang Denk2005-08-05-4/+7
|\ \ | |/
| * Fix typos in cpu/85xx/start.S which caused DataTLB exception to beWolfgang Denk2005-08-04-2/+2
| | | | | | | | | | routed to the Watchdog handler Patch by Eugene Surovegin, 18 Jun 2005
| * Ignore broadcast status bit in received frames in 8260 FCC ethernetWolfgang Denk2005-08-03-2/+5
| | | | | | | | | | loopback test code Patch by Murray Jensen, 18 Jul 2005
* | Merge with rsync://git-user@source.denx.net/git/u-boot.gitJon Loeliger2005-08-02-1244/+3681
|\ \ | |/
| * Coding style cleanupWolfgang Denk2005-08-02-7/+5
| |
| * Fix low-level OHCI transfers for PPC440EP (same as ARM920t and MPC5xxx).Stefan Roese2005-08-02-612/+606
| | | | | | | | Patch by Stefan Roese, 2 Aug 2005
| * Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.Stefan Roese2005-08-01-1243/+3686
| | | | | | | | Patch by Steven Blakeslee, 27 Jul 2005
* | Fix style issues primarily in 85xx and 83xx boards.Jon Loeliger2005-08-01-101/+86
| | | | | | | | | | | | | | | | - C++ comments - Trailing white space - Indentation not by TAB - Excessive amount of empty lines - Trailing empty lines
* | * Patch by Ron Alder, 11 July 2005Lunsheng Wang2005-07-29-3/+5
| | | | | | | | | | Add Xianghua Xiao and Lunsheng Wang's support for the GDA MPC8540 EVAL board.
* | * Patch by Eran LibertyEran Liberty2005-07-28-0/+3199
| | | | | | | | Add support for the Freescale MPC8349ADS board.
* | * Patch by Jon Loeliger, 2005-07-25Jon Loeliger2005-07-25-1569/+1
| | | | | | | | | | Move the TSEC driver out of cpu/mpc85xx as it will be shared by the upcoming mpc83xx family as well.
* | * Patch by Jon Loeliger, 2005-05-05Jon Loeliger2005-07-25-247/+976
| | | | | | | | | | | | | | | | Implemented support for MPC8548CDS board. Added DDR II support based on SPD values for MPC85xx boards. This roll-up patch also includes bugfies for the previously published patches: DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
* | * Patch by Jon Loeliger 2005-02-08Jon Loeliger2005-07-25-1/+16
| | | | | | | | Determine L2 Cache size dynamically on 85XX boards.
* | * Patch by Jon Loeliger, Kumar Gala 2005-02-08Jon Loeliger2005-07-23-12/+12
|/ | | | | | | | - Convert the CPM2 based functionality to use new CONFIG_CPM2 option rather than a myriad of CONFIG_MPC8560-like variants. Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560. Eliminates the CONFIG_MPC8560 option entirely. Distributes the new CONFIG_CPM2 option to each 8260 board.
* Fix low-level OHCI transfers for ARM920t and MPC5xxxWolfgang Denk2005-07-21-16/+113
| | | | | | | | A new, Windows compatible init sequence was also backported from Linux 2.6, but disabled with #undef NEW_INIT_SEQ as it wouldn't change the behaviour of the memopry sticks we tested. Maybe it's not relevant for mass storage devices. For recerence, see file common/usb.c, function usb_new_device(), section #ifdef NEW_INIT_SEQ.
* * Patch by Detlev Zundel, 30 Jun 2005:wdenk2005-07-04-5/+6
| | | | Fix LCD logo for lwmon board which got lost in the merge of 8xx and PXA LCD code
* * Fix baudrate calculation problem on MPC5200 systemswdenk2005-06-27-2/+2
| | | | | | | | | * Add MPC8220 boards to MAKEALL script * Add EEPROM and RTC support for HMI1001 board * Patch by Detlev Zundel, 20 Jun 2005: Fix initialization of low active GPIO pins on inka4x0 board
* * Patch by Travis Sawyer, 10 Jun 2005:wdenk2005-06-20-0/+2
| | | | | | | | | Initialize allocated dev and private hw structures after their respective allocation in 440gx_enet.c * Patch by Steven Scholz, 10 Jun 2005: Fix byteorder problems with second argument of "bootm" with standalone images;
* * Add support for HMI1001 boardwdenk2005-06-10-3/+4
| | | | * Disable "date" and "sntp" commands on TQM866M which has no RTC
* Patch by Juergen Selent, 17 May 2005:wdenk2005-05-30-36/+36
| | | | Add support for Funkwerk VoVPN gateway module.
* * Patch by Greg Ungerer, 19 May 2005:wdenk2005-05-19-0/+476
| | | | | | | add support for the KS8695P (ARM 922 based) CPU * Patch by Steven Scholz, 19 May 2005: Add support for CONFIG_SERIAL_TAG on ARM boards
* Add PCI support for Sorcery board.wdenk2005-05-16-150/+206
| | | | Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
* Fix timer handling on MPC85xx systemswdenk2005-05-13-167/+171
|
* On LWMON we must use the watchdog to reset the board as the CPUwdenk2005-05-09-0/+31
| | | | genereated HRESET pulse is too short to reset the external circuitry.
* 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.