summaryrefslogtreecommitdiff
path: root/cpu/ixp/pci.c
Commit message (Collapse)AuthorAgeLines
* Fix warnings for PCI code on ixpWolfgang Denk2005-09-25-43/+2
| | | | Patch by Joe <lgxue@yahoo.com>, 13 Jan 2005
* * Some Cleanup.wdenk2005-01-12-10/+13
| | | | | | | | | | | | | | * 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)
* * Patch by Jon Loeliger, 02 Sep 2004:wdenk2005-01-09-0/+613
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