Author: wmb Date: Thu Jul 1 19:23:04 2010 New Revision: 1849 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1849
Log: OLPC XO-1.5 - SMI handler - added commented-out code for handling some soft SMIs that could be used in ACPI code for debugging.
Modified: dev/via/smi.fth
Modified: dev/via/smi.fth ============================================================================== --- dev/via/smi.fth Thu Jul 1 00:03:13 2010 (r1848) +++ dev/via/smi.fth Thu Jul 1 19:23:04 2010 (r1849) @@ -615,6 +615,13 @@ then [then]
+\ h# 2f acpi-b@ case +\ 1 of ." Entered from ACPI _PTS " endof +\ 2 of ." Entered from ACPI _WAK " endof +\ ( default ) ." Entered with argument 0x" dup .x +\ endcase +\ ." - type 'resume' to return" cr + smi-interact ;
openfirmware@openfirmware.info