[OpenBIOS] r375 - cpu/x86/pc/olpc

svn at openbios.org svn at openbios.org
Sat May 12 04:05:41 CEST 2007


Author: wmb
Date: 2007-05-12 04:05:40 +0200 (Sat, 12 May 2007)
New Revision: 375

Modified:
   cpu/x86/pc/olpc/devices.fth
Log:
OLPC Board ID detection - B1 and B2 were getting interchanged.



Modified: cpu/x86/pc/olpc/devices.fth
===================================================================
--- cpu/x86/pc/olpc/devices.fth	2007-05-12 01:19:37 UTC (rev 374)
+++ cpu/x86/pc/olpc/devices.fth	2007-05-12 02:05:40 UTC (rev 375)
@@ -248,7 +248,7 @@
          endcase
       else
          h# 4c00.0014 rdmsr drop   ( RSTPLL-value )
-         4 rshift 7 and  7 =  if  h# b28  else  h# b18  then
+         4 rshift 7 and  0=  if  h# b28  else  h# b18  then
       then
    then   
    to board-revision




More information about the OpenBIOS mailing list