u-boot-brain/board/amcc/sequoia
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
..
cmd_sequoia.c ppc4xx: Update Sequoia/Rainier bootstrap command 2007-08-16 09:52:29 +02:00
config.mk Fix sequoia separate object direcory building problems. 2006-10-23 22:17:05 +02:00
init.S ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia 2007-08-31 15:21:46 +02:00
Makefile ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board 2007-06-19 17:22:44 +02:00
sdram.c Merge with /home/stefan/git/u-boot/bamboo-nand 2007-06-01 16:15:34 +02:00
sdram.h Merge with /home/hs/SC3/u-boot 2007-01-15 13:41:04 +01:00
sequoia.c resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX 2007-07-04 10:14:07 +02:00
u-boot-nand.lds Add NAND environment support for PPC440EPx Sequoia NAND boot config 2006-09-12 20:19:10 +02:00
u-boot.lds Add support for AMCC Sequoia PPC440EPx eval board 2006-09-07 11:51:23 +02:00