Author: rsmith Date: 2009-06-09 20:41:15 +0200 (Tue, 09 Jun 2009) New Revision: 1219
Modified: cpu/x86/pc/olpc/via/fw.bth cpu/x86/pc/olpc/via/versions.fth Log: q3a03m: Added c:\boot\olpc.fth to the list of boot devices so that it would autoboot off of the IDE device.
Modified: cpu/x86/pc/olpc/via/fw.bth =================================================================== --- cpu/x86/pc/olpc/via/fw.bth 2009-06-08 19:12:34 UTC (rev 1218) +++ cpu/x86/pc/olpc/via/fw.bth 2009-06-09 18:41:15 UTC (rev 1219) @@ -381,7 +381,7 @@ [then] [then]
-" /xp u:\boot\olpc.fth sd:\boot\olpc.fth nand:\boot\olpc.fth /prober /usb/ethernet /usb/wlan" +" /xp u:\boot\olpc.fth sd:\boot\olpc.fth c:\boot\olpc.fth nand:\boot\olpc.fth /prober /usb/ethernet /usb/wlan" ' boot-device set-config-string-default
\needs ramdisk " " d# 128 config-string ramdisk
Modified: cpu/x86/pc/olpc/via/versions.fth =================================================================== --- cpu/x86/pc/olpc/via/versions.fth 2009-06-08 19:12:34 UTC (rev 1218) +++ cpu/x86/pc/olpc/via/versions.fth 2009-06-09 18:41:15 UTC (rev 1219) @@ -2,7 +2,7 @@
\ The overall firmware revision macro: FW_MAJOR A -macro: FW_MINOR 03l +macro: FW_MINOR 03m
\ The EC microcode macro: EC_VERSION 1_9_1