Author: wmb Date: Tue Jul 6 11:10:09 2010 New Revision: 1863 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1863
Log: OLPC XO-1.5 - CPU selftest - the CPU voltage can be between .716 and .828 volts.
Modified: cpu/x86/pc/olpc/via/devices.fth
Modified: cpu/x86/pc/olpc/via/devices.fth ============================================================================== --- cpu/x86/pc/olpc/via/devices.fth Tue Jul 6 10:23:04 2010 (r1862) +++ cpu/x86/pc/olpc/via/devices.fth Tue Jul 6 11:10:09 2010 (r1863) @@ -150,7 +150,7 @@ warning @ warning off : selftest ( -- error? ) h# 198 msr@ drop ( msr.low ) - h# ff and 6 <> if ( ) + h# ff and 1 8 between 0= if ( ) ." Wrong CPU Voltage" cr true exit then
openfirmware@openfirmware.info