Remove the code for debugging.

Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Zheng Bao <zheng.bao@amd.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6281 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Zheng Bao 2011-01-20 06:28:25 +00:00 committed by Zheng Bao
parent a4da254a39
commit 8ae82e370b
1 changed files with 9 additions and 9 deletions

View File

@ -27,7 +27,7 @@ DefinitionBlock (
0x00010001 /* OEM Revision */ 0x00010001 /* OEM Revision */
) )
{ /* Start of ASL file */ { /* Start of ASL file */
#include "../../../arch/x86/acpi/debug.asl" /* Include global debug methods if needed */ /* #include "../../../arch/x86/acpi/debug.asl" */ /* Include global debug methods if needed */
/* Data to be patched by the BIOS during POST */ /* Data to be patched by the BIOS during POST */
/* FIXME the patching is not done yet! */ /* FIXME the patching is not done yet! */
@ -842,10 +842,10 @@ DefinitionBlock (
* state of any device in the system. * state of any device in the system.
*/ */
Method(\_PTS, 1) { Method(\_PTS, 1) {
DBGO("\\_PTS\n") /* DBGO("\\_PTS\n") */
DBGO("From S0 to S") /* DBGO("From S0 to S") */
DBGO(Arg0) /* DBGO(Arg0) */
DBGO("\n") /* DBGO("\n") */
/* Don't allow PCIRST# to reset USB */ /* Don't allow PCIRST# to reset USB */
if (LEqual(Arg0,3)){ if (LEqual(Arg0,3)){
@ -921,10 +921,10 @@ DefinitionBlock (
* if non-zero the effective S-state the power supply entered * if non-zero the effective S-state the power supply entered
*/ */
Method(\_WAK, 1) { Method(\_WAK, 1) {
DBGO("\\_WAK\n") /* DBGO("\\_WAK\n") */
DBGO("From S") /* DBGO("From S") */
DBGO(Arg0) /* DBGO(Arg0) */
DBGO(" to S0\n") /* DBGO(" to S0\n") */
/* Re-enable HPET */ /* Re-enable HPET */
Store(1,HPDE) Store(1,HPDE)