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

YhLu YhLu at tyan.com
Fri Nov 5 13:04:00 CET 2004


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: Friday, November 05, 2004 10:50 AM
To: ebiederman at lnxi.com
Cc: Ronald G. Minnich; Li-Ta Lo; LinuxBIOS
Subject: RE: Removing device driver code in mainboard.c for Tyan boards?

What does "config chip.h" in Config.lb use for?

It seems it is not necessary?

Regards

YH

-----Original Message-----
From: ebiederman at lnxi.com [mailto:ebiederman at lnxi.com] 
Sent: Friday, November 05, 2004 10:31 AM
To: YhLu
Cc: Ronald G. Minnich; Li-Ta Lo; LinuxBIOS
Subject: Re: Removing device driver code in mainboard.c for Tyan boards?

YhLu <YhLu at tyan.com> writes:

> Forget about that.

Ok.
 
> Why separate root_complex from amdk8/northbridge.c to
> root_complex/root_complex.c

I haven't because the code is to intertwined in northbridge.c and
it would be likely be a maintenance problem to do so.

Eric
_______________________________________________
Linuxbios mailing list
Linuxbios at clustermatic.org
http://www.clustermatic.org/mailman/listinfo/linuxbios



More information about the coreboot mailing list