Re: [LinuxBIOS] How to enable VGA on Tyan S3992?

2007-04-27 Thread Stefan Reinauer
* yhlu <[EMAIL PROTECTED]> [070427 08:43]: > Let me compare public tree with my own tree this weekend, or I will > send your my partial tree to you. Can you please try to make a patch and send this around? Sending half trees is making it extremely hard to ever get things right in the official tre

Re: [LinuxBIOS] How to enable VGA on Tyan S3992?

2007-04-27 Thread Feng, Libo
I play some trick. Rom_address(src/devices/pci_rom.c) is manually set to 0xfff8 if class is detected as 3 and subclass is detected as 0 (VGA device). The boot log shows on a monitor, too. The attached is the boot log. But it is against the purpose of PCI, hardware independence, I still need

Re: [LinuxBIOS] How to enable VGA on Tyan S3992?

2007-04-26 Thread yhlu
it looks familiar about mmio resource allocation is not right. It seems i fixed it some time ago, but it is still in my tree. Let me compare public tree with my own tree this weekend, or I will send your my partial tree to you. YH -- linuxbios mailing list linuxbios@linuxbios.org http://www.li

Re: [LinuxBIOS] How to enable VGA on Tyan S3992?

2007-04-26 Thread Feng, Libo
Yes, it seems to find the VGA PCI ROM, but nothing shows on monitor. I will open more debug log. LinuxBIOS-2.0.0_Fallback Fri Apr 27 22:25:17 CST 2007 starting... *sysinfo range: [000cf000,000cf730) bsp_apicid=00 01 nodes initialized. core0 started: SBLink=00 NC node|link=00 begin msr fid, vid

Re: [LinuxBIOS] How to enable VGA on Tyan S3992?

2007-04-26 Thread yhlu
please try default HT_CHAIN_UNITID_BASE=0x0d default HT_CHAIN_END_UNITID_BASE=0x01 default SB_HT_CHAIN_ON_BUS0=2 and in ht1000 chip drivers/pci/onboard device pci b.0 on end register "rom_address" = "0xfff8

Re: [LinuxBIOS] How to enable VGA on Tyan S3992?

2007-04-26 Thread Feng, Libo
I changed the mainboard Config.lb according to the below suggestion. It still can't work. PCI: 00:0c.0 init rom address for PCI: 00:0c.0 = fc22 Incorrect Expansion ROM Header Signature 7070 The address is always wrong. However, from the boot log, elfboot seems find something at 0xfffc000

Re: [LinuxBIOS] How to enable VGA on Tyan S3992?

2007-04-26 Thread yhlu
devices under HT1000 pci bridge is not on secondary bus, instead they will have fixed device num on primary bus. so you NIC (intel) 0x4.0, and VGA (0xc.0) will be always there. even HT 1000 will have different HT UnitID. we have set HT2000 unitid to 6, so the devices from HT2000 will use 0x6, - 0

Re: [LinuxBIOS] How to enable VGA on Tyan S3992?

2007-04-26 Thread Feng, Libo
My colleagues are using the board, so I have to wait. Mr. Lu, you mean ATI card is attached to PCIX of 5780? I am confused. Best Regards ??? Feng Libo @ AMD Ext: 20906 Mobile Phone: 13683249071 Office Phone: 0086-010-62801406 -Original Message- From: yhlu [mailto:[EMAIL PROTECTED] Se

Re: [LinuxBIOS] How to enable VGA on Tyan S3992?

2007-04-25 Thread yhlu
please try chip southbridge/broadcom/bcm5780 # HT2000 device pci 0.0 on end # PXB 1 0x0130 device pci 1.0 on # PXB 2 0x0130 device

Re: [LinuxBIOS] How to enable VGA on Tyan S3992?

2007-04-25 Thread Feng, Libo
In Option.lb, default HT_CHAIN_UNITID_BASE=0x06 default HT_CHAIN_END_UNITID_BASE=0x01 default SB_HT_CHAIN_ON_BUS0=2 Just as Mr. Tom Sylla's setting. I had tried the device numbers of 3, a and b respectively, it still didn't work. The attached is the boot log with the device number of b. There i

Re: [LinuxBIOS] How to enable VGA on Tyan S3992?

2007-04-25 Thread yhlu
did you try chip drivers/pci/onboard device pci a.0 on end register "rom_address" = "0xfff8" #512k image end or chip drivers/pci/onboard device pci b.0 on end register "rom_address" = "0xfff80

[LinuxBIOS] How to enable VGA on Tyan S3992?

2007-04-25 Thread Feng, Libo
I have adapted LB of MSI ms9185 to Tyan S3992. It runs well and comes to the grub command line of Filo. Special thanks to Mr. Lu Yinghai. The last task is how to enable VGA on Tyan S3992. I have gotten ATI ES1000 VGA BIOS from Tyan web site with Mr. Anton Borisov's tool. It is 36KB. I concatena