summaryrefslogtreecommitdiffstats
path: root/cpu
Commit message (Collapse)AuthorAgeFilesLines
* CleanupWolfgang Denk2005-09-251-22/+22
|
* Fix au1x00_serial baud rate calculation:Wolfgang Denk2005-09-251-2/+14
| | | | | | remove hardcoded cpu clock divisor and use register instead; round up instead of truncate Patch by Andrew Dyer, 15 Feb 2005
* Added support for PCI bridge on MPC8272ADSWolfgang Denk2005-09-251-5/+34
| | | | Patch by Vitaly Bordug, Feb 09 2005
* CleanupWolfgang Denk2005-09-257-19/+16
|
* Add ARM946E cpu and core module targets; remap memory to 0x00000000Wolfgang Denk2005-09-2515-26/+1701
| | | | Patch by Peter Pearse, 2 Feb 2005
* Fix MGT5100 PSC baudrate calculationWolfgang Denk2005-09-251-3/+3
| | | | Patch by Sebastian Schau, 27 Jan 2005
* Add support for AMD's Pb1x00 eval board;Wolfgang Denk2005-09-255-89/+2289
| | | | | | add MII routines to the au1x00 ethernet driver; add USB ohci driver (work in progress) Patch by Thomas Sailer, 20 Jan 2005
* Fix warnings for PCI code on ixpWolfgang Denk2005-09-251-43/+2
| | | | Patch by Joe <lgxue@yahoo.com>, 13 Jan 2005
* Fix ethernet timeouts on dbau1550 and other au1x00 systemsWolfgang Denk2005-09-241-2/+2
| | | | Patch by Leif Lindholm, 29 Dec 2004
* Cleanup (PPC4xx is AMCC now)Wolfgang Denk2005-09-235-7/+7
|
* Merge with /home/sr/git/u-bootWolfgang Denk2005-09-141-0/+3
|\
| * Fix problem in 440GP ethernet driver (ebony). Add support for 2ndStefan Roese2005-09-071-0/+3
| | | | | | | | | | ethernet port on ebony. Patch by Stefan Roese, 7 Sep 2005
* | Update MPC5200 FIFO Control settingsWolfgang Denk2005-09-041-2/+4
|/ | | | (u-boot.habanero.fifo_cntrl.patch from Freescale)
* Fixed bamboo port to enable running without DDR-DIMM (bamboo has also 64MB ↵Stefan Roese2005-08-241-0/+2
| | | | | | onboard DDR) Patch by Stefan Roese, 24 Aug 2005
* Merge with testing-4xx_enet (Create generic 4xx Ethernet code)Wolfgang Denk2005-08-236-1484/+354
|\
| * Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese2005-08-166-1484/+354
| | | | | | | | | | now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005
* | Fix make dependencies for at91rm9200 and ks8695 cpusWolfgang Denk2005-08-232-4/+4
| | | | | | | | Patch by Steven Scholz, 23 Aug 2005
* | Add esd cpci5200 and pf5200 boardsStefan Roese2005-08-221-0/+14
| | | | | | | | Patch by Reinhard Arlt, 22 Aug 2005
* | Merge with pollux.denx.org:/home/git/u-boot/.git2005-08-164-7/+38
|\ \ | |/
| * Add Sandburst Metrobox and Sandburst Karef board support packages.Stefan Roese2005-08-151-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-1215-88/+88
| |\
| | * Eliminate calls of ARM libgcc.a helper functions _divsi3 and _modsi3Wolfgang Denk2005-08-121-1/+1
| | | | | | | | | | | | Patch by Anders Larsen, 26 Apr 2005
| | * measure_gclk() is needed when DEBUG is enabledWolfgang Denk2005-08-121-1/+1
| | | | | | | | | | | | Patch by Bryan O'Donoghue, 25 Apr 2005
| * | Fix dbau1xxx (= MIPS big and little endian) build options.Wolfgang Denk2005-08-081-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
* | | Merge with pollux.denx.org:/home/git/u-boot/.git2005-08-1213-86/+86
|\ \ \ | | |/ | |/|
| * | Add NAND FLASH support for AMCC Bamboo 440EP eval boardStefan Roese2005-08-111-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-0813-83/+83
| |/ | | | | | | Patch by Stefan Roese, 08 Aug 2005
* | Added support for O2DNT board.2005-08-091-1/+1
|/
* Fix PowerQUICC II mask detection.Wolfgang Denk2005-08-061-2/+2
| | | | Patch by Eugene Surovegin, 20 Dec 2004
* Add support for ep8248 boardWolfgang Denk2005-08-061-124/+124
| | | | | | Patch by Yuli Barcohen, 12 Dec 2004 Minor code cleanup.
* Fix baudrate setting for KGDB on MPC8260Wolfgang Denk2005-08-061-2/+2
| | | | Patch by HoJin, 11 Dec 2004
* Fix compiler warnings in cpu/ppc4xx/usbdev.cWolfgang Denk2005-08-061-3/+3
| | | | Patch by Steven Blakeslee, 04 Aug 2005
* Merge with /home/sr/git/u-bootWolfgang Denk2005-08-055-50/+68
|\
| * Add support for AMCC Bamboo PPC440EP eval boardStefan Roese2005-08-045-50/+68
| | | | | | | | Patch by Stefan Roese, 04 Aug 2005
* | Fix compiler warningsWolfgang Denk2005-08-051-8/+14
| |
* | Merge with /home/wd/git/u-boot/masterWolfgang Denk2005-08-052-4/+7
|\ \ | |/
| * Fix typos in cpu/85xx/start.S which caused DataTLB exception to beWolfgang Denk2005-08-041-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-031-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-0217-1244/+3681
|\ \ | |/
| * Coding style cleanupWolfgang Denk2005-08-022-7/+5
| |
| * Fix low-level OHCI transfers for PPC440EP (same as ARM920t and MPC5xxx).Stefan Roese2005-08-021-612/+606
| | | | | | | | Patch by Stefan Roese, 2 Aug 2005
| * Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.Stefan Roese2005-08-0116-1243/+3686
| | | | | | | | Patch by Steven Blakeslee, 27 Jul 2005
* | Fix style issues primarily in 85xx and 83xx boards.Jon Loeliger2005-08-019-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-291-3/+5
| | | | | | | | | | Add Xianghua Xiao and Lunsheng Wang's support for the GDA MPC8540 EVAL board.
* | * Patch by Eran LibertyEran Liberty2005-07-2812-0/+3199
| | | | | | | | Add support for the Freescale MPC8349ADS board.
* | * Patch by Jon Loeliger, 2005-07-25Jon Loeliger2005-07-253-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-256-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-251-1/+16
| | | | | | | | Determine L2 Cache size dynamically on 85XX boards.
* | * Patch by Jon Loeliger, Kumar Gala 2005-02-08Jon Loeliger2005-07-236-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-214-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.
OpenPOWER on IntegriCloud