On Wednesday 10 October 2007, Jens Freimann wrote:
Hi,
this patch adds a new file lbcmos.fth to cpu/x86/pc/biosload which makes it possible to view and manipulate CMOS settings.
+++ cpu/x86/pc/biosload/lbcmos.fth (Revision 0) @@ -0,0 +1,246 @@ +purpose: Access LinuxBIOS CMOS settings + +fload ${BP}/cpu/x86/pc/biosload/cmos.fth +
where is cmos.fth ?
Torsten