Author: zbao Date: Thu Jan 20 07:28:25 2011 New Revision: 6281 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6281
Log: Remove the code for debugging.
Signed-off-by: Zheng Bao zheng.bao@amd.com Acked-by: Zheng Bao zheng.bao@amd.com
Modified: trunk/src/mainboard/amd/bimini_fam10/dsdt.asl
Modified: trunk/src/mainboard/amd/bimini_fam10/dsdt.asl ============================================================================== --- trunk/src/mainboard/amd/bimini_fam10/dsdt.asl Thu Jan 20 06:59:22 2011 (r6280) +++ trunk/src/mainboard/amd/bimini_fam10/dsdt.asl Thu Jan 20 07:28:25 2011 (r6281) @@ -27,7 +27,7 @@ 0x00010001 /* OEM Revision */ ) { /* 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 */ /* FIXME the patching is not done yet! */ @@ -842,10 +842,10 @@ * state of any device in the system. */ Method(_PTS, 1) { - DBGO("\_PTS\n") - DBGO("From S0 to S") - DBGO(Arg0) - DBGO("\n") + /* DBGO("\_PTS\n") */ + /* DBGO("From S0 to S") */ + /* DBGO(Arg0) */ + /* DBGO("\n") */
/* Don't allow PCIRST# to reset USB */ if (LEqual(Arg0,3)){ @@ -921,10 +921,10 @@ * if non-zero the effective S-state the power supply entered */ Method(_WAK, 1) { - DBGO("\_WAK\n") - DBGO("From S") - DBGO(Arg0) - DBGO(" to S0\n") + /* DBGO("\_WAK\n") */ + /* DBGO("From S") */ + /* DBGO(Arg0) */ + /* DBGO(" to S0\n") */
/* Re-enable HPET */ Store(1,HPDE)