GTA04 U-Boot

GTA04 U-Boot Commit Details

Date:2007-08-30 09:26:17 (5 years 8 months ago)
Author:Ed Swarthout
Branch:gta04
Commit:1900fbf255acba8b94fb442a16408ea85a1d46a6
Parents: 8f1bc28408ded213418d9bc0780c7d8fb8a03774
Message:Revert "Fix MPC8544DS PCIe3 scsi."

This reverts commit 9468e680.
Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.

Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
Changes:
Mdrivers/fsl_pci_init.c (2 diffs)

File differences

drivers/fsl_pci_init.c
5454
5555
5656
57
5857
5958
6059
......
135134
136135
137136
138
137
139138
140139
141
142140
143141
144142
u8 temp8;
int r;
int bridge;
unsigned long bus_lower_temp;
volatile ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *) hose->cfg_addr;
pci_dev_t dev = PCI_BDF(busno,0,0);
* but do not allocate any windows since any BAR found (such
* as PCSRBAR) is not in this cpu's memory space.
*/
bus_lower_temp = hose->pci_mem->bus_lower;
pciauto_setup_device(hose, dev, 0, hose->pci_mem,
hose->pci_prefetch, hose->pci_io);
hose->pci_mem->bus_lower = bus_lower_temp;
#ifndef CONFIG_PCI_NOSCAN
printf (" Scanning PCI bus %02x\n", hose->current_busno);

Archive Download the corresponding diff file

Branches

Tags