u-boot-brain/board/amcc
Gary Jennejohn 81b73dec16 ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
set to non-zero, because it doesn't support MRM (memory-read-
multiple) correctly. We now added the possibility to configure
this register in the board config file, so that the default value
of 8 can be overridden.

Here the details of this patch:

o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
  board-specific settings. As an example the sequoia board requires 0.
  Idea from Stefan Roese <sr@denx.de>.
o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
  PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
  CFG_PCI_CACHE_LINE_SIZE to 0.

Signed-off-by: Gary Jennejohn <garyj@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
2007-08-31 15:21:46 +02:00
..
acadia Coding stylke cleanup; rebuild CHANGELOG 2007-06-22 23:59:00 +02:00
bamboo ppc4xx: Update AMCC Bamboo 440EP support 2007-07-31 10:24:56 +02:00
bubinga ppc4xx: Add initial Zeus (PPC405EP) board support 2007-08-14 14:44:41 +02:00
common ppc4xx: Update AMCC Bamboo 440EP support 2007-07-31 10:24:56 +02:00
ebony ppc4xx: Add pci_pre_init() for 405 boards 2007-06-25 15:57:39 +02:00
katmai ppc4xx: Add pci_pre_init() for 405 boards 2007-06-25 15:57:39 +02:00
luan ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup 2007-07-16 10:01:38 +02:00
ocotea ppc4xx: Add pci_pre_init() for 405 boards 2007-06-25 15:57:39 +02:00
sequoia ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia 2007-08-31 15:21:46 +02:00
taihu ppc4xx: Add initial Zeus (PPC405EP) board support 2007-08-14 14:44:41 +02:00
taishan ppc4xx: Add pci_pre_init() for 405 boards 2007-06-25 15:57:39 +02:00
walnut Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
yosemite ppc4xx: Add pci_pre_init() for 405 boards 2007-06-25 15:57:39 +02:00
yucca ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c 2007-07-16 10:00:43 +02:00