On Tue, Oct 09, 2007 at 10:10:03PM +0200, Juergen Beisert wrote:
This patch adds BCOM's winnet100 to the supported mainboards. Refer http://www.linuxbios.org/index.php/BCOM_WINNET100_Build_Tutorial for hardware description.
Corrections mentioned by Uwe added. But now it fails due to missed cmos.layout file. Perhaps someone can fix it, who knows why.
Patch is against LinuxBIOSv2, revision of 2007-10-09
Signed-off-by: Juergen Beisert juergen@kreuzholzen.de
Thanks, committed with some small changes in r2843.
Changes:
- Drop lots of useless/duplicated generic comments from Option.lb/Config.lb, which we already have in 95% of the boards. We don't need another copy. Instead we should move those comments in the wiki or some README...
- Add this to Options.lb for flashrom checking: default MAINBOARD_VENDOR = "BCOM" default MAINBOARD_PART_NUMBER = "WinNET100"
- Fix build error wrt cmos.layout and failover.c
- Mention VGA options and loglevel in targets/.../Config.lb for convenince.
- Random small cosmetic changes.
Will give this a try on hardware soon and report back. I think some things in Config.lb might need small fixes. Do you get any output from 'lspnp -v' on this board?
Uwe.