On Thu, Oct 18, 2007 at 02:29:05AM +0200, svn@openbios.org wrote:
The following boards require the specification of the board name, if no LinuxBIOS table is found: @@ -55,9 +55,11 @@
- ASUS P5A: use -m asus:p5a
- IBM x3455: use -m ibm:x3455
- EPoX EP-BX3: use -m epox:ep-bx3
-* GIGABYTE GA-M57SLI v2.0: use -m gigabyte:m57sli -* GIGABYTE GA-M61P-S3: use -m gigabyte:m61ps3 +* GIGABYTE GA-M57SLI-S4 v2.0: use -m gigabyte:m57sli +* GIGABYTE GA-M61P-S3: use -m gigabyte:m61p +* MSI K8N Neo3: use -m msi:k8n-neo3
Could we get this compiled into flashrom so that it can be shown if a board can't be detected?
//Peter
On Thu, Oct 25, 2007 at 02:01:52AM +0200, Peter Stuge wrote:
On Thu, Oct 18, 2007 at 02:29:05AM +0200, svn@openbios.org wrote:
The following boards require the specification of the board name, if no LinuxBIOS table is found: @@ -55,9 +55,11 @@
- ASUS P5A: use -m asus:p5a
- IBM x3455: use -m ibm:x3455
- EPoX EP-BX3: use -m epox:ep-bx3
-* GIGABYTE GA-M57SLI v2.0: use -m gigabyte:m57sli -* GIGABYTE GA-M61P-S3: use -m gigabyte:m61ps3 +* GIGABYTE GA-M57SLI-S4 v2.0: use -m gigabyte:m57sli +* GIGABYTE GA-M61P-S3: use -m gigabyte:m61p +* MSI K8N Neo3: use -m msi:k8n-neo3
Could we get this compiled into flashrom so that it can be shown if a board can't be detected?
Yep, good idea. Ideally, a --show-boards or similar switch should output the list (and it should be removed from the README).
Patches anyone?
Uwe.