[LinuxBIOS] A question of Mptable

Stephen.Kimball at bench.com Stephen.Kimball at bench.com
Thu Jun 9 18:08:17 CEST 2005


I'd suggest you read about the IRQ and MP tables, then look at several examples in the LinuxBIOS source tree, then find someone who knows.  Running the mptable util doesn't give you much.

Steve

-----Original Message-----
From: linuxbios-bounces at openbios.org [mailto:linuxbios-bounces at openbios.org] On Behalf Of Ken Fuchs
Sent: Thursday, June 09, 2005 10:55 AM
To: linuxbios at openbios.org
Subject: Re: [LinuxBIOS] A question of Mptable

Huang-Jen Wang wrote:

> I got a new mainboard, and I want to get its own Mptable.c
> is there a easy way to achieve it ?

Yes:

1) Execute make in util/mptable
2) Run the mptable executable create in step 1 on the mainboard
   with the mainboard's original "COTS" BIOS installed.
3) The output of the mptable executable is an mptable.c that should
   saved as src/mainboard/<mb-vendor>/<mb-model>/mptable.c.

Some hand editing of the result of step 3 may be required.  Last time
I used it, I had to delete some non-C code at the end.  It was a
rather edit.

However, the resulting mptable will be a clone of the original at
best.  Any bugs in the original will be in the clone, but with
LinuxBIOS you have the option to fix those bugs.  Fixing an mptable
bug may not necessarily be easy though.

Good luck!

Sincerely,

Ken Fuchs <kfuchs at winternet.com>

_______________________________________________
LinuxBIOS mailing list
LinuxBIOS at openbios.org
http://www.openbios.org/mailman/listinfo/linuxbios




More information about the coreboot mailing list