Re: [U-Boot] [PATCH 01/10] pci: Allow for PCI addresses to be 64-bit

2008-10-24 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > PCI bus is inherently 64-bit. While not all system require access to > the full 64-bit PCI address range some do. This allows those systems > to enable the full PCI address width via CONFIG_SYS_PCI_64BIT. > > Signed-off-by: Kumar Gala

[U-Boot] [PATCH 01/10] pci: Allow for PCI addresses to be 64-bit

2008-10-22 Thread Kumar Gala
PCI bus is inherently 64-bit. While not all system require access to the full 64-bit PCI address range some do. This allows those systems to enable the full PCI address width via CONFIG_SYS_PCI_64BIT. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- drivers/pci/pci.c | 37 ++