seabios: pciinit: make pci memory space assignment 64bit aware.
authorIsaku Yamahata <yamahata@valinux.co.jp>
Tue, 22 Jun 2010 08:57:48 +0000 (17:57 +0900)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 4 Jul 2010 12:52:03 +0000 (08:52 -0400)
commitdfd94fafc2a157f4fc64014069e19dc6e6bbac52
tree2a82f85be784d0cdc7e24d1ac3b2f7ae83fc214d
parentb9e4721b4244fe2bdaf78396e5aba6cd8555cff0
seabios: pciinit: make pci memory space assignment 64bit aware.

make pci memory space assignment 64bit aware.
If 64bit memory space is found while assigning pci memory space,
clear higher bit and skip to next bar.

This patch is preparation for q35 chipset initialization which
has 64bit bar.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
src/pciinit.c