
From: Wolfgang Denk
From: Jin Zhengxiong
This patch set add ATI BIOS emulator and ATI video card framebuffer driver to u-boot. The BIOS emulator and the framebuffer driver work for ATI PCI and PCIE video card. We tested the patch set on 9200 PCI
card, X300, X700 and X800 PCIE card in u-boot on MPC8641HPCN board. After the video card bios finish runnig in the BIOS emulator, we can
use the radeon base driver in kernel directly for those ATI video
card.
Patches applied to u-boot-testing branch.
Jin,
It looks like LIB is missing a $(obj) causing the objects to be built in the source dir.
Second, besys.c::BE_inb references VIDEO_IO_OFFSET which is not defined for most targets. Shouldn't all these files be excluded if CONFIG_BIOSEMU is not defined?
-Ed