summaryrefslogtreecommitdiffstats
path: root/cpu
Commit message (Collapse)AuthorAgeFilesLines
* Added support for TQM834x boards.Marian Balakowicz2005-10-114-88/+34
|
* Add support for NetSilicon NS7520 processor.Wolfgang Denk2005-10-092-0/+17
| | | | | | Patch by Art Shipkowski, 12 May 2005 Cleanup.
* Add support for AP1000 board.Wolfgang Denk2005-10-091-0/+7
| | | | Patch by James MacAulay, 07 Oct 2005
* Eliminate hard-coded address of Ethernet transfer buffer on at91rm9200Wolfgang Denk2005-10-091-14/+8
| | | | | | | | | | Patch by Anders Larsen, 07 Oct 2005 The Atmel errata #11 states that the transfer buffer descriptor table must be aligned on a 16-word boundary. As it turned out, this is insufficient - it seems the table must be aligned on a boundary at least as large as the table itself (in Linux this is not an issue - the table is aligned on a PAGE_SIZE (4096) boundary).
* Cleanup warnings for cpu/arm720t & cpu/arm1136 files.Wolfgang Denk2005-10-094-8/+12
| | | | | sed the linker scripts, rather than pre-process them. Patch by Peter Pearse, 07 Oct 2005
* Update make target for ARM supported boards.Wolfgang Denk2005-10-069-10/+41
| | | | | Use lowlevel_init() instead of platformsetup() [rename]. Patch by Peter Pearse, 06 Oct 2005
* Complete support for the KwikByte KB920x boardsWolfgang Denk2005-10-061-2/+1
| | | | Patch by Anders Larsen, 05 Oct 2005
* Set the AT91RM9200 clock to asynchronous modeWolfgang Denk2005-10-051-2/+2
| | | | Patch by Anders Larsen, 03 May 2005
* Set the AT91RM9200 clock to synchronous modeWolfgang Denk2005-10-051-0/+5
| | | | Patch by Anders Larsen, 29 Apr 2005
* Add support for Cogent csb637Wolfgang Denk2005-10-052-1/+234
| | | | Patch by Anders Larsen, 29 Apr 2005
* Fix dm9161.c initializationWolfgang Denk2005-10-051-3/+4
| | | | Patch by Anders Larsen, 29 Apr 2005
* * Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200Wolfgang Denk2005-10-054-2/+417
| | | | | | | Patch by Anders Larsen, 29 Apr 2005 * Fix problems introduced by Patch by Steven Scholz, 02 Mar 2005 (8e2be51de8dd03c1ce4d06cbb18ad06133d47cd5)
* Added support for KwikByte KB920x boards (based on AT91RM9200)Wolfgang Denk2005-10-051-1/+1
| | | | Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
* E500 update: repoint IVPR to RAM when code is relocatedWolfgang Denk2005-10-051-0/+5
| | | | Patch by Kylo Ginsberg, 13 Apr 2005
* Update ARM Integrator boards:Wolfgang Denk2005-10-0410-10/+0
| | | | | | | Correct addessing errors in platform files. Split off common core module data from Integrator header files to include/armcoremodule.h. Patch by Peter Pearse, 04 Oct 2005
* Make sure only supported compiler options are usedWolfgang Denk2005-10-0410-19/+100
| | | | | | Import "cc-option" shell function from kernel and use it to get the correct ARM GCC options for individual CPUs Patch by Peter Pearse, 30 Jun 2005
* Fix 440GR to print correct cpu revisionStefan Roese2005-10-041-11/+8
| | | | Patch by Stefan Roese, 4 Oct 2005
* Add support for AT91RM9200 OHCI Controller.Wolfgang Denk2005-09-263-1/+2055
| | | | Patch by Eric Benard, 07 Apr 2005
* Add board support for armadillo HT1070Wolfgang Denk2005-09-264-9/+9
| | | | Patch by Rowel Atienza, 06 Apr 2005
* 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
OpenPOWER on IntegriCloud