Re: error in k8 ram setup

2005-01-23 Thread Yinghai Lu
what's other SPD about your DIMM? Brand & model That bit means x4 DIMM. YH > -Original Message- > From: Stefan Reinauer [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 23, 2005 2:48 PM > To: linuxbios@clustermatic.org > Cc: [EMAIL PROTECTED] > Subject: error in k8 ram setup > > H

RE: vgabios.c and vgachip.h removed

2004-12-27 Thread Yinghai Lu
Ollie, It seems that there some allocate resource for vga...stuff, and main focus is to fix the mem io to some range and enable the io for vga. For the first one, I suggest you to create one driver for the VGA device, and it could override the read_resource of pci_read_resource to return fixed me

RE: collapsing devices.

2004-12-13 Thread Yinghai Lu
[EMAIL PROTECTED] On Behalf Of Yinghai Lu Sent: Sunday, December 12, 2004 5:45 PM To: 'Stefan Reinauer'; [EMAIL PROTECTED] Subject: RE: collapsing devices. Actually for cpu0 link1, in the auto.c stage, incoherent.c only need to handle bus 0, because ht device only at bus 0 (8131 and 8111). Fo

RE: collapsing devices.

2004-12-12 Thread Yinghai Lu
Please try this: 1. Comment out inconherent init in auto.c 2. disable hard_reset in northbridge.c So let the ht code in hardwaremain stage to check you ht connection. YH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Reinauer Sent: Saturday, Dece

RE: Running with VGA

2004-12-12 Thread Yinghai Lu
You need to add   uses CONFIG_CONSOLE_BTEXT   default CONFIG_CONSOLE_BTEXT=1   dir /drivers/ati/ragexl   after that you can get ouput in Linuxbios after vga init.   You also need to enable the btext in Etherboot. You should use Etherboot 5.2.6. it includes filo and btext console.

RE: collapsing devices.

2004-12-12 Thread Yinghai Lu
Actually for cpu0 link1, in the auto.c stage, incoherent.c only need to handle bus 0, because ht device only at bus 0 (8131 and 8111). For cpu1 link2, in the auto.c stage, incoherent device only need to handle to bus 4, because we put the device on bus 4 according to setting in 0xe4 of PCI_dev.

RE: K8 D0 support

2004-12-05 Thread Yinghai Lu
The D0 is released last week. And Normal BIOS support it already. Thanks for your great job in raminit.c of K8 and others, and I add several lines to reflect the new mapping of memory bank. Regards Yinghai Lu -Original Message- From: Eric W. Biederman [mailto:[EMAIL PROTECTED] On

RE: about MAINBOARD_POWER_ON_AFTER_POWER_FAIL

2004-12-04 Thread Yinghai Lu
Are you going to post the patch? Then we can check that for you. YH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of zhu shi song Sent: Saturday, December 04, 2004 9:40 AM To: Ronald G. Minnich Cc: [EMAIL PROTECTED] Subject: Re: about MAINBOARD_POWER_ON_AF

RE: epia problem/Epia status update

2004-12-04 Thread Yinghai Lu
You can enable debug in filo. Also add some printf in ide_disk.c YH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luc Belliveau Sent: Saturday, December 04, 2004 9:32 AM To: Ronald G. Minnich Cc: [EMAIL PROTECTED] Subject: Re: epia problem/Epia status u

RE: What's next?

2004-11-25 Thread Yinghai Lu
What is your HT topology? Is there any cross link between (CPU0 and CPU2) or (CPU1 and CPU2) You may try to disable i2c stuff in the amd8111 dir. The code works well with S4882 and S4880. YH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Re

4G 4 Rank memory module

2004-11-23 Thread Yinghai Lu
Eric, How to make Opteron support 4G Pc2700 4 Rank REG ECC memory modules? Current code report "Bad SPD value". Regards YH ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

Flash_rom

2004-11-15 Thread Yinghai Lu
enable_flash_ich4 and enable_flash_e7500 is the same. You may remove enable_flash_e7500. It should use SB name and model... Regards YH ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

RE: Merge/Cleanup status

2004-11-01 Thread Yinghai Lu
Eric, What the reasons that you set MTRRs for one CPU two times.? amd_setup_mtrrs of amd_mtrr.c call x86_setup_mtrrs... regards Yinghai Lu APIC_CLUSTER: 0 init Initializing CPU #0 CPU: vendor AMD device f5a Enabling cache Setting fixed MTRRs(0-88) type: UC Setting fixed MTRRs(0-16) Type: WB

RE: Merge/Cleanup status

2004-11-01 Thread Yinghai Lu
After increase the ROM_IMAGE_SIZE beyond 64K, Do you need to change DXIP_ROM_SIZE? Regards YH -Original Message- From: Eric W. Biederman [mailto:[EMAIL PROTECTED] On Behalf Of Eric W. Biederman Sent: Sunday, October 31, 2004 10:06 AM To: Yinghai Lu Cc: 'LinuxBIOS'; 'Ro

RE: Merge/Cleanup status

2004-10-31 Thread Yinghai Lu
> I'm not really a fan, I am still more productive with printf debugging. Yes, also post code to port 80 is useful before the console is setup. Regards YH ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linu

RE: Merge/Cleanup status

2004-10-31 Thread Yinghai Lu
1. Using ROMCC to do propresser will help the size reduction? 2. what is usage for MOVNTI? It is for GDB 3. How to use GDB to debug LinuxBIOS? Is it only for linuxbios_ram? 4. You will use llshell for crt0.s or auto.c debug? 5. Current romcc only take constant parameters for non inline function

RE: FYI: Merge in progress...S2735

2004-10-23 Thread Yinghai Lu
Thanks. 1. no 64 bit PCI mem. 2. better way get MC. 3. enable memremap 4. remove cpu_bus_scan. I guess it can be copy to intel/i855pm. Regards YH -Original Message- From: Eric W. Biederman [mailto:[EMAIL PROTECTED] On Behalf Of Eric W. Biederman Sent: Friday, October 22, 2004 7:34 PM

RE: FYI: Merge in progress...

2004-10-20 Thread Yinghai Lu
Done. -Original Message- From: Stefan Reinauer [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 5:58 AM To: YhLu Cc: [EMAIL PROTECTED]; Li-Ta Lo; 'Ronald G. Minnich'; 'LinuxBIOS' Subject: Re: FYI: Merge in progress... * YhLu <[EMAIL PROTECTED]> [041020 07:13]: > Just check in

RE: building Image with RTL8169 NIC

2004-10-20 Thread Yinghai Lu
Make bin/r8169.zelf   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sagiv Yefet Sent: Wednesday, October 20, 2004 1:55 AM To: [EMAIL PROTECTED] Subject: building Image with RTL8169 NIC   Hello,   I am trying to build IMAGE for Tyan 2850 with RTL8169 NIC.  

RE: PCI IRQ tables

2004-10-19 Thread Yinghai Lu
To use PIC in you configuration, you need program 8111 0x56 about int routing /* initialize PCI interupts - these assignments depend on the PCB routing of PINTA-D PINTA = IRQ5 PINTB = IRQ9

RE: FYI: Merge in progress...

2004-10-16 Thread Yinghai Lu
Great, I will test that Monday. The code can be complied for s2885 and s2895. Regards Yinghai Lu -Original Message- From: Eric W. Biederman [mailto:[EMAIL PROTECTED] On Behalf Of Eric W. Biederman Sent: Saturday, October 16, 2004 1:06 PM To: Yinghai Lu Cc: 'Ronald G. Mi

RE: FYI: Merge in progress...

2004-10-16 Thread Yinghai Lu
So chip tree is merged into device tree. I'm eager to convert my MB to use that. Is there any problem for different inherent links in second K8? Regards YH -Original Message- From: Eric W. Biederman [mailto:[EMAIL PROTECTED] On Behalf Of Eric W. Biederman Sent: Saturday, October 16, 20

RE: FYI: Merge in progress...

2004-10-15 Thread Yinghai Lu
If there is another device in CPU link0. how to change the Config.lb? Also after buildtarget, make failed. Regards YH chip northbridge/amd/amdk8 print "HI MOM!\n" device pnp cf8.0 on # cf8 config print "HI MOM!\n" devic

RE: Merge in progress...

2004-10-14 Thread Yinghai Lu
Adding Lindenhurst support? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 12:22 PM To: LinuxBIOS Subject: FYI: Merge in progress... Ron and I are in the middle of a major merge. So the CVS tree is likely to be in flux for a bit.

RE: [BULK] Re: Intel E7520 support

2004-09-26 Thread Yinghai Lu
Good, for SMP support, Add an entry in mptable? YH ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

RE: [Etherboot-developers] lb+eb+filo in epia-5000

2004-09-07 Thread Yinghai Lu
Are you using the last patch? What's your USB controller model and etc? Regards YH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of elife elife Sent: Monday, September 06, 2004 7:50 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [Etherboot-devel

elf for USB boot in FILO in Etherboot

2004-09-02 Thread Yinghai Lu
I remember that some time ago, Miller met the problem with the use FILO and FILO in Etherboot to boot elf made by mkelfImage 2.5from Kernel and Init. The kernel said that can not find the init. Yesterday I met the same problem under following configuration: Kernel: 2.6.8.1 compiled under

RE: [can any one give me a copy of USB BOOT]

2004-08-08 Thread Yinghai Lu
Original USB bootloader is in freebios/src/util/baremetal but it only (Bsupport UHCI. (B (BIf you want OHCI support, you need to check out FILO in Etherboot. (Bhttps://sourceforge.net/tracker/?func=detail&aid=943300&group_id=4233&atid=3 (B04233 (B (BRegards (B (BYH (B (B-Original Mes

答复: Intel Chipset support in V2

2004-06-11 Thread Yinghai Lu
James, It seems the E7501 in V1 is done by you, When can you move that to V2? I mean translate. I hope to change that to support 875. The AMD K8 northbridge is too different to intel MCH. Regards YH -邮件原件- 发件人: Steven James [mailto:[EMAIL PROTECTED] 发送时间: Saturday, June 05, 2004 11:13

Intel 875 support

2004-06-08 Thread Yinghai Lu
Ron, I would start to add Intel 875 support. I check there are two via northbridge support in V2. Which one is more mature? Regards YH ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

Re: Bootloaders and LinuxBIOS

2004-06-08 Thread Yinghai Lu
Eric, Maybe someone add some build instruction for Etherboot for LinuxBIOS would solve the payload building problem. Regards YH -邮件原件- 发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 代表 Eric W. Biederman 发送时间: 2004年6月8日 1:04 收件人: LinuxBIOS 主题: Bootloaders and LinuxBIOS As the freebio

答复: 答复: Etherboot version

2004-05-15 Thread Yinghai Lu
There is bug in Etherboot in old version. So use make bin/tg3.zelf -邮件原件- 发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 代表 Ignacio Verona 发送时间: 2004年5月15日 0:46 收件人: [EMAIL PROTECTED] 主题: Re: 答复: Etherboot version Sorry, I forgot to mention that I did also uncomment the line -DLINUXBI

答复: Is possible Linux on flash memory?

2004-05-09 Thread Yinghai Lu
Great, I will move that to filo in etherboot to have a test next week. YH -邮件原件- 发件人: Steven James [mailto:[EMAIL PROTECTED] 发送时间: 2004年5月8日 10:14 收件人: Yinghai Lu 抄送: 'Gregg C Levine'; [EMAIL PROTECTED] 主题: re: Is possible Linux on flash memory? Greetings, It works on USB d

re: Is possible Linux on flash memory?

2004-05-08 Thread Yinghai Lu
Does it work now? If it works with raw device, after merge it into filo, it should use file system FAT etc. Regards YH -éäåä- åää: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] äè Steven James åéæé: 2004å5æ8æ 5:18 æää: Gregg C Levine æé: [EMAIL PROTECTED] äé: RE: Is possible Linux on fla

答复: ATI rage xl.init

2004-04-25 Thread Yinghai Lu
I will double check if current kernel need that for every onboard device. YH -邮件原件- 发件人: Eric W. Biederman [mailto:[EMAIL PROTECTED] 代表 Eric W. Biederman 发送时间: 2004年4月25日 11:47 收件人: Yinghai Lu 抄送: 'Stefan Reinauer'; 'ron minnich'; 'Hendricks David W.'; '

答复: ATI rage xl.init

2004-04-25 Thread Yinghai Lu
>Also, do these two files belong in the ATI driver directory? > ati/ragexl/fb.h > ati/ragexl/fbcon.h >Can they go somewhere generic? Let's try to reuse as >much of the code as possible. I suggest We move these files to common place after we add fb/btext support to other onboard display chip. >src

RE: ATI rage xl.init

2004-04-25 Thread Yinghai Lu
8. Sometimes, if you not enable PCI master, the device can not work properly in Linux. But Eric/Ron didn't enable that in PCI main loop, because some devices don't need that. Regards YH -邮件原件- 发件人: Stefan Reinauer [mailto:[EMAIL PROTECTED] 发送时间: 2004年4月24日 16:39 收件人: ron minnich 抄送: Y

Re: FILO 0.4 [PMX:#]

2004-04-04 Thread Yinghai Lu
- 发件人: Eric W. Biederman [mailto:[EMAIL PROTECTED] 代表 Eric W. Biederman 发送时间: 2004年4月3日 20:33 收件人: Greg Watson 抄送: Yinghai Lu; 'SONE Takeshi'; [EMAIL PROTECTED] 主题: Re: g-e$: FILO 0.4 [PMX:#] Greg Watson <[EMAIL PROTECTED]> writes: > Yeah sorry, I kind of did that by stealt

Re: FILO 0.4 [PMX:#]

2004-04-04 Thread Yinghai Lu
hard code. How can I enable tg3-filo.zelf? Regards YH. -邮件原件- 发件人: Eric W. Biederman [mailto:[EMAIL PROTECTED] 代表 Eric W. Biederman 发送时间: 2004年4月3日 20:33 收件人: Greg Watson 抄送: Yinghai Lu; 'SONE Takeshi'; [EMAIL PROTECTED] 主题: Re: g-e$: FILO 0.4 [PMX:#] Greg Watson <[EM

Re: FILO 0.4 [PMX:#]

2004-04-03 Thread Yinghai Lu
g Etherboot??? Regards YH -邮件原件- 发件人: Greg Watson [mailto:[EMAIL PROTECTED] 发送时间: 2004年4月3日 17:29 收件人: Yinghai Lu 抄送: 'SONE Takeshi'; 'Eric W. Biederman'; [EMAIL PROTECTED] 主题: Re: 答复: FILO 0.4 [PMX:#] Yeah sorry, I kind of did that by stealth. Ron and I get lots of

答复: FILO 0.4

2004-04-03 Thread Yinghai Lu
LinuxBIOS. It is more better if filo support boot loader (lilo) in HD. Regards Yinghai Lu -邮件原件- 发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 代表 Eric W. Biederman 发送时间: 2004年4月3日 13:02 收件人: SONE Takeshi 抄送: [EMAIL PROTECTED] 主题: Re: FILO 0.4 SONE Takeshi <[EMAIL PROTEC

Re: Prefmem of bus 3

2004-03-05 Thread Yinghai Lu
I'm in trip, otherwise I would add some output for that function. If the quadrics card can work with hdama, then need to look at the boot log at that. YH -邮件原件- 发件人: ron minnich [mailto:[EMAIL PROTECTED] 发送时间: 2004年3月4日 21:48 收件人: Yinghai Lu 抄送: 'YhLu'@mailproxy3.l

re: Prefmem of bus 3

2004-03-04 Thread Yinghai Lu
Ron, I have verified the myerinet card with s2882 in LinuxBIOS. It works well. Eric, I wonder if round function in pci_device.c cause the bus prefmem region calculation problem. Also according to suggestion from quadrics and amd, it seems that BIOS and kernel need to be patched to allow the pr

re: Prefmem of bus 3

2004-03-04 Thread Yinghai Lu
Ron, I have verified the myerinet card with s2882 in LinuxBIOS. It works well. Eric, I wonder if round function in pci_device.c cause the bus prefmem region calculation problem. Also according to suggestion from quadrics and amd, it seems that BIOS and kernel need to be patched to allow the pr

re: s2885

2003-08-17 Thread Yinghai Lu
t; For the S2885's onboard 5703X, it says: EBUSY err. Looking at the code it is should work. I just stripped down the appropriate driver. I do admit I have not tested 5.2 yet. But I don't see why anything would have broken. > > Regards > > > > Yinghai Lu > >

Re: Fixes for Tyan s2880

2003-07-26 Thread Yinghai Lu
second CPU. Need to change to 0x4000 as the old config tool did. 4. You need to remove make.base.lb, since the function has been replaced by the above Config.lb. the rule control make linuxbios.rom. Regards Yinghai Lu -邮件原件- 发件人: ron minnich [mailto:[EMAIL PROTECTED] 发送时间: 2003年7月25日 14:44

答复: coherent hypertransport enumeration on opteron

2003-06-21 Thread Yinghai Lu
Please refer the program cut. static void setup_coherent_ht_domain(void) { static const unsigned int register_values[] = { PCI_ADDR(0, 0x18, 0, 0x40), 0xfff0f0f0, 0x00050101, PCI_ADDR(0, 0x18, 0, 0x44), 0xfff0f0f0, 0x00010404, PCI_ADDR(0, 0x18, 0, 0x5c), 0xfff0f0f0,

Re: [Etherboot-developers] High-End Desktop Support

2003-06-14 Thread Yinghai Lu
Eric, But it works for 5.0.8 and 5.0.9. and I have tried it on RH 8 and RH 9. 1. strip e1000.elf : 92 bytes 2. strip -R comment e1000.elf : 92 bytes. 3. strip -R note e1000.elf : 92 bytes. 4. strip -R comment -R note e1000.elf : 92 bytes. Anyway I will use zelf format. Regards Yinghai Lu

答复: 答复: 答复: High-End Desktop Support

2003-06-14 Thread Yinghai Lu
Thanks, I will try again with zelf. I have used strip make ebi, # strip -R comment -R note e1000.elf The EBI file only 92 bytes ??? -邮件原件- 发件人: Eric W. Biederman [mailto:[EMAIL PROTECTED] 代表 Eric W. Biederman 发送时间: 2003年6月14日 14:24 收件人: Yinghai Lu 抄送: 'ron minnich'; [EMAIL

答复: 答复: High-End Desktop Support

2003-06-14 Thread Yinghai Lu
t 5.2 need all drivers to support RELOCATION. So Does the E1000 driver support RELOCATION yet? Your snippet is for RELOCATION or not? Regards Yinghai Lu -邮件原件- 发件人: Eric W. Biederman [mailto:[EMAIL PROTECTED] 代表 Eric W. Biederman 发送时间: 2003年6月14日 9:23 收件人: YhLu 抄送: ron minnich; [EMAIL