u-boot-brain/lib_i386
Graeme Russ d754902409 i386: Misc PCI fixups
Change PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY (Originally done in
commit ff4e66e93c, regressed by commit 6d7f610b09)

Cast PCI_ROM_ADDRESS_MASK to u32

Wrap probe_pci_video() call inside #ifdef CONFIG_VIDEO

Change call to pci_find_class() to pci_find_devices(). This is based on a
patch submitted on 1st March 2007 (Patch that fixes the compilation errors
for sc520_cdp board) by mushtaq_k

This patch requires that PCI_VIDEO_VENDOR_ID and PCI_VIDEO_DEVICE_ID be
specified in the board config file.  Dummy values have been added for the
SC520 CDP board to enable compilation, but since I do not have one of these,
I do know what the values should be

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2009-09-04 21:52:52 +02:00
..
bios_pci.S Big white-space cleanup. 2008-05-21 00:14:08 +02:00
bios_setup.c Update i386 code (sc520_cdp) 2008-09-09 11:48:53 +02:00
bios.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
bios.S Big white-space cleanup. 2008-05-21 00:14:08 +02:00
board.c Consolidate arch-specific sbrk() implementations 2009-09-04 21:45:39 +02:00
bootm.c rename include/zlib.h to include/u-boot/zlib.h 2009-04-04 15:37:54 +02:00
config.mk Move architecture specific config.mk files into subdirs 2009-07-21 00:12:35 +02:00
interrupts.c Add basic relocation to i386 port 2009-03-20 22:39:13 +01:00
Makefile Implement SC520 timers 2009-03-20 22:39:13 +01:00
pcat_interrupts.c Rewrite i386 interrupt handling 2009-03-20 22:39:13 +01:00
pcat_timer.c i386: Fix regression introduced by commit 8c63d47651 2009-09-04 21:50:18 +02:00
pci_type1.c Big white-space cleanup. 2008-05-21 00:14:08 +02:00
pci.c i386: Misc PCI fixups 2009-09-04 21:52:52 +02:00
realmode_switch.S Big white-space cleanup. 2008-05-21 00:14:08 +02:00
realmode.c * Code cleanup: 2003-06-27 21:31:46 +00:00
timer.c Add basic relocation to i386 port 2009-03-20 22:39:13 +01:00
video_bios.c i386: Misc PCI fixups 2009-09-04 21:52:52 +02:00
video.c stdio/device: rework function naming convention 2009-07-18 00:27:46 +02:00
zimage.c [new uImage] Remove I386 uImage fake_header() routine 2008-02-07 01:12:55 +01:00