RE: Running with VGA

2005-01-12 Thread YhLu
is on board, and have rom_address in Config.lb, it should use that instead of allocate one for it. YH -Original Message- From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 5:26 PM To: YhLu Cc: Sagiv Yefet; LinuxBIOS Subject: RE: Running with VGA On Wed, 2005-01

RE: speaker beeper

2005-01-12 Thread YhLu
Cool! -Original Message- From: Bari Ari [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 10:44 AM To: Eric W. Biederman Cc: Ronald G. Minnich; Adam Talbot; Linuxbios@clustermatic.org Subject: Re: speaker beeper Eric W. Biederman wrote: > I think morse code would actually tie

RE: Overlaping IO resource for AMD K8

2005-01-11 Thread YhLu
It works on S2895 + NV (Vendor 10de, Device 00fd) card. You did a great job. Please disable the printk_debug instruction biosemu.c. YH ___ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios

RE: Overlaping IO resource for AMD K8

2005-01-11 Thread YhLu
>As the Nvidia card it does >not have PCI IO resource so we got the 2 to 1 thing. It mean it doesn't allocate resource to it. Limitmailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 11:13 AM To: YhLu Cc: LinuxBIOS; Eric Biederman Subject: RE: Overlaping IO resource for

RE: Overlaping IO resource for AMD K8

2005-01-11 Thread YhLu
Complie error You missed sth? Tue Jan 11 10:17:11 PST 2005 FAILED! Log excerpt: /home/yhlu/xx/xx/freebios2/src/devices/emulator/biosemu.c: In function `setup_system_bios': /home/yhlu/xx/xx/freebios2/src/devices/emulator/biosemu.c:219: warning: implicit declaration of function `memset'

RE: Overlaping IO resource for AMD K8

2005-01-11 Thread YhLu
Ollie, I recall sth about mtrr setting, I wonder if I enable the NC could affect your code. Please check cpu/x86/mtrr/mtrr.c about enable NC below 4G. YH -Original Message- From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 10:21 AM To: LinuxBIOS; Eric Biederman Su

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-11 Thread YhLu
From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 9:12 AM To: YhLu Cc: Stefan Reinauer; Ronald G. Minnich; LinuxBIOS; Andi Kleen; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Matt Domsch Subject: RE: Enable apic ext id to use 256 apic id for AMD64 On Mon, 2005-

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-10 Thread YhLu
I changed that for all tyan, amd, and arima MB. YH -Original Message- From: YhLu Sent: Monday, January 10, 2005 2:28 PM To: Li-Ta Lo Cc: Stefan Reinauer; Ronald G. Minnich; LinuxBIOS; Andi Kleen; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Matt Domsch Subject: RE: Enable

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-10 Thread YhLu
OK. -Original Message- From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 2:16 PM To: YhLu Cc: Stefan Reinauer; Ronald G. Minnich; LinuxBIOS; Andi Kleen; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; Matt Domsch Subject: RE: Enable apic ext id to use 256

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-10 Thread YhLu
For dual core and lifting apic id, you can not just use apic id as node id. And you have to use Lapicid() & 0xf Or cupid to get it. Regards YH -Original Message- From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 2:14 PM To: YhLu Cc: Stefan Reinauer; Rona

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-10 Thread YhLu
Please refer s4882 to change the MB that you support. nodeid = lapicid() & 0xf; orm with initial apic id nodeid = (cpuid_ebx(1) >> 24) & 0xf; YH -Original Message- From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Monday, January 10, 2005 1:24

RE: Enable apic ext id to use 256 apic id for AMD64

2005-01-07 Thread YhLu
val |= (HTTC_APIC_EXT_SPUR | HTTC_APIC_EXT_ID | HTTC_APIC_EXT_BRD_CST); pci_write_config32(NODE_HT(node), 0x68, val); #endif } -Original Message- From: Andi Kleen [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 1:29 PM To: YhLu Cc: Stefan Reinauer; Ronald G. Minnich;

Enable apic ext id to use 256 apic id for AMD64

2005-01-07 Thread YhLu
fail too. I also CC the kernel guys relating to this. YH -Original Message- From: YhLu Sent: Wednesday, January 05, 2005 12:43 PM To: Ronald G. Minnich; Stefan Reinauer Cc: linuxbios@clustermatic.org Subject: RE: mptable.c Enable apic ext id committed. Changes Auto.c nodeid

RE: Directory structure for x86emu

2005-01-06 Thread YhLu
Also it should be controlled by some CONFIG_X86EMUin case it is not needed by some configuration. And if CONFIG_CONSOLE_VGA is enabled, it should be automatically enabled YH -Original Message- From: ebiederman@lnxi.com [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 6:31 P

add NC support to spare mtrrs for 64G memory

2005-01-05 Thread YhLu
Eric, Please refer to cpu/x86/mtrr/mtrr.c add NC support to spare mtrrs for 64G memory Can you separate the var setup and FIXed mtrr setup? otherwise fixed mtrr setup will be setup twice YH ___ Linuxbios mailing list Linuxbios@clustermatic.org

RE: VGABIOS is working under LinuxBIOS

2005-01-05 Thread YhLu
Already has one CONFIG_CONSOLE_VGA option. YH -Original Message- From: YhLu Sent: Wednesday, January 05, 2005 8:44 PM To: 'Li-Ta Lo' Cc: LinuxBIOS; ron minnich; Greg Watson; Stefan Reinauer Subject: RE: VGABIOS is working under LinuxBIOS The LinuxBIOS need to add CONFIG_DIR

RE: VGABIOS is working under LinuxBIOS

2005-01-05 Thread YhLu
You need to extract the vga bios rom and put that on flash. -Original Message- From: Ronald G. Minnich [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 8:40 PM To: Li-Ta Lo Cc: Adam Talbot; Richard Smith; LinuxBIOS Subject: Re: VGABIOS is working under LinuxBIOS On Wed,

RE: VGABIOS is working under LinuxBIOS

2005-01-05 Thread YhLu
The LinuxBIOS need to add CONFIG_DIRECT_VGA to use vga console driver. Etherboot has that CONFIG_DIRECT_VGA . YH -Original Message- From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 8:39 PM To: YhLu Cc: LinuxBIOS; ron minnich; Greg Watson; Stefan

RE: VGABIOS is working under LinuxBIOS

2005-01-05 Thread YhLu
After all devices initialized, call do_vgabios? YH -Original Message- From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 3:41 PM To: LinuxBIOS; ron minnich Cc: Greg Watson; Stefan Reinauer Subject: VGABIOS is working under LinuxBIOS Ron, I just got the vgabios

RE: mptable.c

2005-01-05 Thread YhLu
Enable apic ext id committed. Changes Auto.c nodeid = lapicid() & 0xf; #if ENABLE_APIC_EXT_ID == 1 enable_apic_ext_id(nodeid); lapic_write(LAPIC_ID, ( lapic_read(LAPIC_ID) | (APIC_ID_OFFSET<<24) ) ); // CPU apicid is from 0x10 #endif

RE: Etherboot and Linuxbios

2005-01-04 Thread YhLu
Please let me know if you want me to send you one prebuilt image. YH -Original Message- From: Gin [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 2:51 AM To: YhLu; linuxbios@clustermatic.org Subject: Etherboot and Linuxbios Now my linuxbios found the ELF file created by

RE: Etherboot and Linuxbios

2005-01-03 Thread YhLu
Try 5.2.6 at first. YH -Original Message- From: Gin [mailto:[EMAIL PROTECTED] Sent: Sunday, January 02, 2005 9:49 PM To: linuxbios@clustermatic.org Subject: Etherboot and Linuxbios Etherboot version used: 5.3.11 I am trying to build a Etherboot image to work with Linuxbios but got a co

RE: Memtest+

2004-12-29 Thread YhLu
What's you motherboard... If you are using btext_console, then you may need to add bcontext console calling in memtest+, Please refer btext in Etherboot YH -Original Message- From: Dave Aubin [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 29, 2004 12:27 PM To: LinuxBIOS Subject

if in the chip/device block

2004-12-23 Thread YhLu
Why followings can not pass the buildtarget .. end if CONFIG_MAX_PHYSICAL_CPUS>4 chip northbridge/amd/amdk8 device pci 1c.0 on end device pci 1c.0 on end device pci 1c.0 on end

RE: K8 Routing Table.

2004-12-21 Thread YhLu
Committed change with broadcast and response table for 4p above system. -Original Message- From: YhLu Sent: Tuesday, December 21, 2004 2:25 PM To: Stefan Reinauer Cc: 'Eric W. Biederman'; linuxbios@clustermatic.org Subject: RE: K8 Routing Table. Committed. -Origin

RE: K8 Routing Table.

2004-12-21 Thread YhLu
Committed. -Original Message- From: Stefan Reinauer [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 21, 2004 10:29 AM To: YhLu Cc: 'Eric W. Biederman'; linuxbios@clustermatic.org Subject: Re: K8 Routing Table. * YhLu <[EMAIL PROTECTED]> [041221 19:36]: > FYI. >

K8 Routing Table.

2004-12-21 Thread YhLu
FYI. I made some changes to coherent_ht.c to make it create RT dynamically. If you like to check it, please let me know, and I would check it in. YH ___ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linu

RE: collapsing devices.

2004-12-17 Thread YhLu
Just commit. Two ways calling In auto.c #if 0 // You need to preset bus num in PCI_DEV(0, 0x18,1) 0xe0, 0xe4, 0xe8, 0xec needs_reset |= ht_setup_chains(2); #else // automatically set that for you, but you might meet tight space needs_reset |= ht_setup_chains_x();

RE: Running with VGA

2004-12-17 Thread YhLu
In the targest/tyan/s2850/Config.lb Change     option ROM_IMAGE_SIZE=0x1 to     option ROM_IMAGE_SIZE=0x11800     option XIP_ROM_SIZE=0x2   From: Sagiv Yefet [mailto:[EMAIL PROTECTED] Sent: Friday, December 17, 2004 3:05 AM To: YhLu; [EMAIL

RE: Running with VGA

2004-12-15 Thread YhLu
I commit the changes for you. Please check it out from   http://snapshots.linuxbios.org/   one hour later.   YH   From: Sagiv Yefet [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 12:09 AM To: YhLu; [EMAIL PROTECTED] Subject: RE: Running with VGA   I have

warning about pci_driver

2004-12-15 Thread YhLu
/tmp/ccX7Rb2q.s:9: Warning: setting incorrect section attributes for .rodata.pci_driver Why? YH ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

RE: collapsing devices.

2004-12-15 Thread YhLu
Stefan, Please check out the patch. It works well with our MB. YH -Original Message- From: YhLu Sent: Wednesday, December 15, 2004 11:29 AM To: Stefan Reinauer Cc: 'Eric W. Biederman'; [EMAIL PROTECTED] Subject: RE: collapsing devices. Eric, s

RE: collapsing devices.

2004-12-15 Thread YhLu
CI_DEV(bus, 0, 0), because it must begin from unitid 1. YH -Original Message- From: Stefan Reinauer [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 15, 2004 8:36 AM To: YhLu Cc: 'Eric W. Biederman'; [EMAIL PROTECTED] Subject: Re: collapsing devices. * YhLu <[EMAIL

RE: 4G 4 Rank memory module

2004-12-14 Thread YhLu
Done. Forget 4xDIMM in DRAM_CONFIG_LOW. YH -Original Message- From: YhLu Sent: Tuesday, December 14, 2004 3:41 PM To: [EMAIL PROTECTED] Cc: Stefan Reinauer; 'LinuxBIOS' Subject: RE: 4G 4 Rank memory module Eric, Currently, duplicate ram in auto.c make the 4 ranks works. ( t

RE: 4G 4 Rank memory module

2004-12-14 Thread YhLu
Eric, Currently, duplicate ram in auto.c make the 4 ranks works. ( the MB that I'm using is EVT version. The HW engineer just did some rework to meet the production version). Also I want to mix the 2 ranks and 4 ranks memory by change raminit.c, but it does not work. Please check the diff, maybe

RE: collapsing devices.

2004-12-13 Thread YhLu
Stefan, I add dump_pci_decvies_on_bus in debug.c Please add calling to dump_pci_devices_on_bus(busn) before ht_collapse_previous_enumeration(busn). In ht_setup_chains. Also in auto.c you need to put inconerent_ht.c after debug.c. I guess you can use if(busn!=0) to skip the ht chain collapse if

RE: keyboard controller jammed

2004-12-10 Thread YhLu
He has smsc superio. I made one for smsc for one tyan pci-e opteron MB, and I will put that into the tree in the public tree after I get approval from vendor. YH -Original Message- From: Ronald G. Minnich [mailto:[EMAIL PROTECTED] Sent: Friday, December 10, 2004 9:18 AM To: Li-Ta Lo Cc:

RE: K8 D0 support

2004-12-08 Thread YhLu
>Long term I wish we had a better way to handle development before the official >product launch. I think if I can keep pace with normal bios development, I can get updated detail info from vendor and our BIOS engineers. Otherwise they may forget some detail info and also some vendors may fail to u

RE: K8 D0 support

2004-12-03 Thread YhLu
: Friday, December 03, 2004 6:24 PM To: YhLu Cc: Stefan Reinauer; [EMAIL PROTECTED] Subject: Re: K8 D0 support YhLu <[EMAIL PROTECTED]> writes: > Eric, > > Are you working on Opteron D0 support? There are some memory initialization > changes to support D0... It is on the near term

K8 D0 support

2004-12-03 Thread YhLu
Eric, Are you working on Opteron D0 support? There are some memory initialization changes to support D0... YH ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

k8 cpu rev

2004-12-03 Thread YhLu
northbridge/amd/amdk8/cpu_rev.c static int is_cpu_pre_c0(void) { return (cpuid_eax(1) & 0xffef) < 0x0f48; } Why need to and 0xffef? YH ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

RE: print_smbus_regs_all

2004-12-02 Thread YhLu
2cmux/i2cmux.c CVS:drivers/i2c/lm63/Config.lb drivers/i2c/lm63/chip.h CVS:drivers/i2c/lm63/lm63.c CVS: -- -Original Message- From: YhLu Sent: Wednesday, December 01, 2004 2:18 PM To: [EMAIL PROTECTED] Cc: [

strange prink_debug output with dev_path

2004-11-30 Thread YhLu
What is the difference between printk_debug("smbus: %s[%d]->", dev_path(dev->bus->dev), dev->bus->link ); printk_debug("%s", dev_path(dev)); and printk_debug("smbus: %s[%d]->%s", dev_path(dev->bus->dev), dev->bus->link , dev_path(dev)); the first print smbus: PC

RE: Any one have a "How to" on vga?

2004-11-29 Thread YhLu
What's your VGA chip? Currently ati rage xl initialized in LinuxBIOS stage (dev init). --- via framebuffer and btext. Some XGI blade has some code in drivers dir too. Otherwise You need to get the system boot into Linux and use vgabios to call vga rom to init VGA. If you have problem before that,

RE: get_pbus

2004-11-29 Thread YhLu
You mean to access extra reg space (4096 bytes) for PCI-E device? We don't need to touch that extra space in LinuxBIOS. Under LinuxBIOS + kernel + IB driver, the IB adapter works well with S289x. need to create one entry in mptable for the device. Otherwise it can not get INT. Currently I can

get_pbus

2004-11-29 Thread YhLu
Every pci_read_config and pci_write_config need to findout top parenent bus to get bus ops. (get_pbus). It looks weird YH ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

RE: pnp_enable_resource not being called

2004-11-24 Thread YhLu
In the AMD8111_lpc.c static void amd8111_lpc_enable_resources(device_t dev) { pci_dev_enable_resources(dev); enable_childrens_resources(dev); } static struct device_operations lpc_ops = { .read_resources = amd8111_lpc_read_resources, .set_resources= pci_dev

RE: 4G 4 Rank memory module

2004-11-24 Thread YhLu
Repeat the i2c address two times make the memory modules fail. At that case some thing being done twice...cause that... YH -Original Message- From: YhLu Sent: Wednesday, November 24, 2004 10:44 AM To: [EMAIL PROTECTED] Cc: Stefan Reinauer; 'LinuxBIOS' Subject: RE: 4G 4 R

RE: 4G 4 Rank memory module

2004-11-24 Thread YhLu
<<3)|3, (0xa<<3)|1, (0xa<<3)|3, }, }, Regards YH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 12:55 AM To: YhLu Cc: Stefan Reinauer; 'LinuxBIOS' Subject: Re: 4G 4 Rank memory module YhLu <[EMAIL PROTECTED

RE: 4G 4 Rank memory module

2004-11-23 Thread YhLu
It can treat 4G as 2G modules, if I comment out physical bank check. (!=2 get out). YH -Original Message- From: Stefan Reinauer [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 1:03 PM To: YhLu Cc: 'Eric W. Biederman'; 'LinuxBIOS' Subject: Re: 4G 4 Rank m

RE: 4G 4 Rank memory module

2004-11-23 Thread YhLu
2G modules for CPU0 4G modules for CPU1. -Original Message- From: Stefan Reinauer [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 12:56 PM To: YhLu Cc: 'Eric W. Biederman'; 'LinuxBIOS' Subject: Re: 4G 4 Rank memory module * YhLu <[EMAIL PROTECTED]>

RE: 4G 4 Rank memory module

2004-11-23 Thread YhLu
module data width : 0x0048 side2 banks: 0x0004 Bad SPD value CPU0 got 2G modules CPU1 got 4G modules Side2 banks is different. YH -Original Message- From: YhLu Sent: Tuesday, November 23, 2004 11:23 AM To: 'Eric W. Biederman' Cc: 'LinuxBIOS' Subject: 4G 4 Rank

RE: [Etherboot-users] Direct message to com2

2004-11-22 Thread YhLu
output=elf/ram0_2.5_2.6.9_k8.2_mydisk8_com2.elf Then makeelfImage should use 0x2f8 instead of 0x3f8 in convert_params.c according to ttyS1. Regards YH -Original Message----- From: YhLu Sent: Monday, November 22, 2004 6:20 PM To: YhLu; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Ether

RE: [Etherboot-users] Direct message to com2

2004-11-22 Thread YhLu
It's in mkelfImage 2.5 linux-i386/ convert_params.c it is hardcode to 0x3f8. YH -Original Message- From: YhLu Sent: Monday, November 22, 2004 6:05 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Etherboot-users] Direct message to com2 Eric,

RE: [Etherboot-users] Direct message to com2

2004-11-22 Thread YhLu
Eric, I add second serial_x.c to support com2. then it works well. The "Firmware type: LinuxBIOS" only comes out in COM1. Which segement print " Firmware type: LinuxBIOS" ?, it seems hardcoded to use 0x3f8. Regards YH -Original Message- From: YhLu Sent: Monday,

Direct message to com2

2004-11-22 Thread YhLu
Who has met such problem? I changed the linuxbios to direct message to com2 via changing 1. SP1 to SP2 in auto.c 2. enable com2 in Config.lb 3. change 0x3f8 to 0x2f8 in Options.lb Etherboot change 0x3f8 to 0x2f8. Then After Ethertboot get the elf image from tftp server, it will hang a while (30

RE: Multiple Debug Devices

2004-11-15 Thread YhLu
, November 15, 2004 1:00 PM To: LinuxBIOS; YhLu Subject: Multiple Debug Devices Yhu, You still have two debug devices in the s2885 mainboard Config.lb, one under amd8111 the other under root_complex. Why do you do this ? You said the debug device depends on scan_static_bus(), how do you make this

RE: recent changes

2004-11-15 Thread YhLu
According to my experience. With Chip ... Device end Device ... end End And "Config chip.h" The static.c will be produced according to the Config.lb in MB dir. All device under that chip will share one chip_operation, and the chip_operation will contain one

pnp_enable_devices

2004-11-15 Thread YhLu
pnp_enable_devices(dev, &pnp_ops,) I think the second parameter is not necessary and can be removed. Regards YH ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

RE: mtrr

2004-11-11 Thread YhLu
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, November 11, 2004 6:20 PM To: YhLu Cc: 'Ronald G. Minnich'; '[EMAIL PROTECTED]' Subject: Re: mtrr YhLu <[EMAIL PROTECTED]> writes: > In the cpu/x86/mtrr/mtrr.c > > #warning "FIXME I do

RE: mtrr

2004-11-11 Thread YhLu
S_HIGH) - 1) It seems someone already remove k8 from Option.lb Then Regards YH -Original Message- From: YhLu Sent: Thursday, November 11, 2004 6:00 PM To: YhLu; [EMAIL PROTECTED]; Ronald G. Minnich Cc: [EMAIL PROTECTED] Subject: RE: mtrr On 2.4.22 it becomes to ~ # cat /proc/

RE: mtrr

2004-11-11 Thread YhLu
On 2.4.22 it becomes to ~ # cat /proc/mtrr reg00: base=0x ( 0MB), size=32768MB: write-back, count=1 reg01: base=0x8000 (2048MB), size=16384MB: write-back, count=1 reg02: base=0xc000 (3072MB), size=4096MB: write-back, count=1 x 16 -Original Message- From: YhLu Sent

mtrr

2004-11-11 Thread YhLu
I just found the mtrr after booting is not right. ~ # cat /proc/mtrr reg00: base=0x ( 0MB), size=985088MB: write-back, count=1 reg01: base=0x8000 (2048MB), size=984064MB: write-back, count=1 reg02: base=0xc000 (3072MB), size=983296MB: write-back, count=1 and it should be reg00:

RE: autobuild statistics

2004-11-11 Thread YhLu
Someone (who recent format the coherent_ht.c) need to static void fill_row(u8 node, u8 row, u32 value) { pci_write_config32(NODE_HT(node), 0x40+(row<<2), value); } Before #if CONFIG_MAX_CPUS > 1 to support ONE AMD K8 YH -Original Message- From: Stefan Reinauer [mailto:[EMAIL P

RE: Tyan/s2735

2004-11-11 Thread YhLu
YES -Original Message- From: Gin [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 11:03 PM To: 'Steven James' Cc: [EMAIL PROTECTED] Subject: Tyan/s2735 Steven, Thanks for the info. I've got the ram up by filling the some values in North Bridge(I reference a regular bios). I

RE: Problem with AMD HDT setup for Tyan S2885 - LinuxBIOS debuggi ng

2004-11-09 Thread YhLu
HW engineer said "on S2885, put jumper caps on J94 pin2 and pin3; J95 pin1 and pin2 to make HDT and MP HDT work. J94 and J95 are in middle of the area between bootable CPU memory modules and secondary CPU socket. the pin1 is the pin more close to the board edge and power connectors." Regards YH

RE: romcc quesiton

2004-11-09 Thread YhLu
I met that too, and I have remove some un converted code in E7501 raminit.c YH -Original Message- From: Ronald G. Minnich [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 6:44 AM To: [EMAIL PROTECTED] Subject: romcc quesiton I'm seeing that with the new built-in preprocesso

RE: Using Suse 9.1 pro for AMD64 as dev server.

2004-11-09 Thread YhLu
>Which version of Etherboot? I think I ran into a version with 5.2.4 >where ELF/ZELF images were corrupt no matter which GCC I tried. In the Old RH 9, gcc-3.2.2 works well. [EMAIL PROTECTED] xx]# /usr/bin/gcc --version gcc (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) Copyright (C) 2002 Free S

RE: ROMCC update

2004-11-08 Thread YhLu
ROMCC is broken. ./romcc-mcpu=k8 -O2 -I/home/yhlu/xx/xx/freebios2/src -I. -I/home/yhlu/xx/xx/freebios2/src/include -I/home/yhlu/xx/xx/freebios2/src/arch/i386/include -I/usr/local/lib/gcc/i686-pc-linux-gnu/3.4.2/include -DARCH='i386' -DHAVE_MOVNTI='1' -DCROSS_COMPILE -DCC

RE: Using Suse 9.1 pro for AMD64 as dev server.

2004-11-08 Thread YhLu
1. in /etc/vimrc Add "syntax on" at last 2. /home/yhlu/xx1/gcc-3.4.2/gcc/xgcc -B/home/yhlu/xx1/gcc-3.4.2/gcc/ -B/usr/local/x86_64-unknown-linux-gnu/bin/ -B/usr/local/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/x86_64-unknown-linux-gnu/include -isystem /usr/local/x86_64-unk

Using Suse 9.1 pro for AMD64 as dev server.

2004-11-08 Thread YhLu
I'm planning to use Suse 9.1 pro for AMD64 as my dev server. I have encountered some problems: 1. vi color, the Old RH 9 vi can high lighten the C grammar. But the Suse don't how to enable it? 2. can not compiled gcc 3.4.2 under Suse 9.1 pro for AMD 64. 3. Etherboot doesn't like gcc 3.3.3, the tg3

ROMCC update

2004-11-08 Thread YhLu
Eric, You update the ROMCC today, what's new feature of it? Regards YH ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-08 Thread YhLu
OK, someone can roll it back. Actually the E7501 support in v2 is side product when I tried to add support for E7520... Regards YH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 11:44 AM To: Ronald G. Minnich Cc: YhLu; 'Li-

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-08 Thread YhLu
SB bridge and superio. YH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 11:29 AM To: Ronald G. Minnich Cc: YhLu; 'Li-Ta Lo'; 'LinuxBIOS' Subject: Re: Removing device driver code in mainboard.c for Tyan boards

RE: LinuxBIOS boots

2004-11-08 Thread YhLu
It seems there is no support on that. Option for you: 1. add that support you self and contribute that to Etherboot. 2. push AMD to support that. Can they? 3. push AMD to pay Etherboot ( Ken, Tim, Eric) to add that for you. I don't think Eric could have time for it. 4. You company pay Etherboot. 5

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-05 Thread YhLu
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 5:13 PM To: YhLu Cc: 'Ronald G. Minnich'; 'Li-Ta Lo'; 'LinuxBIOS' Subject: Re: Removing device driver code in mainboard.c for Tyan boards? YhLu <[EMAIL PROTECTED]> writes: > I

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-05 Thread YhLu
I changed e7501 to use root_complex too. Regards YH -Original Message- From: YhLu Sent: Friday, November 05, 2004 11:34 AM To: YhLu; [EMAIL PROTECTED] Cc: Ronald G. Minnich; Li-Ta Lo; LinuxBIOS Subject: RE: Removing device driver code in mainboard.c for Tyan boards? Eric, If the

RE: PCI_DOMAIN ??

2004-11-05 Thread YhLu
Create dummy device, and assign devfn to it, then YH -Original Message- From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 2:59 PM To: Eric W. Biederman Cc: LinuxBIOS Subject: Re: PCI_DOMAIN ?? On Wed, 2004-11-03 at 15:51, Eric W. Biederman wrote: > So my im

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-05 Thread YhLu
Eric, If the chip_ops has no .name, then should use if CONFIG_CHIP_NAME config chip.h end also .c include that chip_ops #if CONFIG_CHIP_NAME ...chip_ops defininition #endif Regards Such as norththbridge, socket, mainboard(root). YH -Original Message- From: YhLu Sent

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-05 Thread YhLu
Static.c include comes from it. YH -Original Message- From: YhLu Sent: Friday, November 05, 2004 10:44 AM To: '[EMAIL PROTECTED]' Cc: Ronald G. Minnich; Li-Ta Lo; LinuxBIOS Subject: RE: Removing device driver code in mainboard.c for Tyan boards? What does "config chip.

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-05 Thread YhLu
What does "config chip.h" in Config.lb use for? It seems it is not necessary? Regards YH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 10:31 AM To: YhLu Cc: Ronald G. Minnich; Li-Ta Lo; LinuxBIOS Subject: Re: Remov

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-05 Thread YhLu
Share get_fx_devs and f1_read_config32? YH -Original Message- From: YhLu Sent: Friday, November 05, 2004 10:17 AM To: [EMAIL PROTECTED] Cc: Ronald G. Minnich; Li-Ta Lo; LinuxBIOS Subject: RE: Removing device driver code in mainboard.c for Tyan boards? Forget about that. Why separate

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-05 Thread YhLu
Forget about that. Why separate root_complex from amdk8/northbridge.c to root_complex/root_complex.c YH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 8:53 PM To: YhLu Cc: Ronald G. Minnich; Li-Ta Lo; LinuxBIOS Subject: Re

RE: Board hangs after soft_reset() in auto.c

2004-11-05 Thread YhLu
Amdk8_scan_chains will clear E0... E8 at first. YH -Original Message- From: Liu Tao [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 12:26 AM To: YhLu Cc: Eric W. Biederman; LinuxBIOS Subject: Re: Board hangs after soft_reset() in auto.c YhLu wrote: >Which stage auto.c

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-04 Thread YhLu
No, debug_dev can be PCI_DOMAIN and APIC's sibling and one child dev_root in link0. YH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 8:29 PM To: YhLu Cc: Ronald G. Minnich; Li-Ta Lo; LinuxBIOS Subject: Re: Removing device d

RE: Board hangs after soft_reset() in auto.c

2004-11-04 Thread YhLu
Which stage auto.c E0: 0xff010003 --> 0x0603 E4: 0x09070103 --> 0x09070103 E8: --> 0x0c0a0203 YH -Original Message- From: Liu Tao [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 8:31 PM To: YhLu Cc: Eric W. Biederman; LinuxBIOS Subject:

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-04 Thread YhLu
Great. That will be very clear. Then chip northbridge/amd/amk8/root_complex .. End # > dev_root link0 chip northbridge/amd/amk8/root_complex .. End # > dev_root link1 chip northbridge/amd/amk8/root_complex .. End # > dev_root link2 ___

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-04 Thread YhLu
and Mainboard on . End Mainboard on ... End To put them into dev_root links YH -Original Message- From: YhLu Sent: Thursday, November 04, 2004 8:01 PM To: [EMAIL PROTECTED] Cc: Ronald G. Minnich; Li-Ta Lo; LinuxBIOS Subject: RE: Removing device driver code in mainboard.c for Tyan

RE: Board hangs after soft_reset() in auto.c

2004-11-04 Thread YhLu
: YhLu Cc: Eric W. Biederman; LinuxBIOS Subject: Re: Board hangs after soft_reset() in auto.c Can this cause configuration regions overlap with each other during device enumeration? In amdk8_scan_chains() the subordinate/limit field of current register is set to 0xff before hypertransport_scan_chain

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-04 Thread YhLu
chip northbridge/amd/amdk8 device pci_domain 0 on device pci 18.0 on # LDT0 . End chip northbr

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-04 Thread YhLu
it only can be put under device with scan_static_bus calling. Such as dev_root and lpc. Regards YH -Original Message- From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 4:09 PM To: YhLu Cc: LinuxBIOS Subject: RE: Removing device driver code in mainboard.c for Tyan

RE: Board hangs after soft_reset() in auto.c

2004-11-04 Thread YhLu
It seems that you only have one CPU. Then without ht_optimize_link in in_conherent.c you even don't need to do soft_reset. What's the value in you resource_map.c? You need update that to PCI_ADDR(0, 0x18, 1, 0xE0), 0xFC88, 0x06000203, // AMD 8131/8111 on link0 of CPU 0 PCI_ADDR(0, 0

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-04 Thread YhLu
device pci 1.0 off end end device pci 1.0 on .. -Original Message- From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 4:09 PM To: YhLu Cc: LinuxBIOS Subject: RE: Removing device driver code in mainboard.c for Tyan boards? On

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-04 Thread YhLu
Then every device will need do scan_static_bus. Also the debug device need to find his parent YH -Original Message- From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 3:26 PM To: YhLu Cc: LinuxBIOS Subject: RE: Removing device driver code in mainboard.c for

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-04 Thread YhLu
src/drivers/generic/debug/chip.h CVS:src/drivers/generic/debug/debug_dev.c CVS: -- -Original Message- From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 1:35 PM To: YhLu Cc: LinuxBIOS Subjec

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-04 Thread YhLu
Please get new one from CVS tree. It checks the device class code. YH -Original Message- From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 1:05 PM To: YhLu Cc: LinuxBIOS Subject: RE: Removing device driver code in mainboard.c for Tyan boards? On Thu, 2004-11

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-04 Thread YhLu
I want to print PCI regs after PCI device initialization. Where need to put the calling print_pci_regs_all? In hardwaremain ??? YH -Original Message- From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 1:13 PM To: YhLu Cc: LinuxBIOS Subject: RE: Removing device

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-04 Thread YhLu
It is disabled via DEBUG. YH -Original Message- From: Li-Ta Lo [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 1:11 PM To: YhLu Cc: LinuxBIOS Subject: RE: Removing device driver code in mainboard.c for Tyan boards? On Thu, 2004-11-04 at 14:08, YhLu wrote: > Please check

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-04 Thread YhLu
Please check the si/3114 I guess you need to keep Ati Si Trident Regards YH -Original Message- From: YhLu Sent: Thursday, November 04, 2004 12:37 PM To: Li-Ta Lo Cc: LinuxBIOS Subject: RE: Removing device driver code in mainboard.c for Tyan boards? Yes, We still need some, I will

RE: Removing device driver code in mainboard.c for Tyan boards?

2004-11-04 Thread YhLu
Actually, Eric another link to dev_root and it's init will be called after all under dev_root link0. Regards YH -Original Message- From: Ronald G. Minnich [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 12:27 PM To: YhLu Cc: Li-Ta Lo; LinuxBIOS Subject: RE: Removing d

<    1   2   3   4   5   6   7   8   >