aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/thatcher/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/thatcher/acpi')
-rw-r--r--src/mainboard/amd/thatcher/acpi/AmdImc.asl4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/amd/thatcher/acpi/AmdImc.asl b/src/mainboard/amd/thatcher/acpi/AmdImc.asl
index 937c10acc2..f55a12ad18 100644
--- a/src/mainboard/amd/thatcher/acpi/AmdImc.asl
+++ b/src/mainboard/amd/thatcher/acpi/AmdImc.asl
@@ -18,9 +18,11 @@ IndexField(IMCX, IMCA, ByteAcc, NoLock, Preserve) {
Method(WACK, 0)
{
Store(0, Local0)
- While (LNotEqual(Local0, 0xFA)) {
+ Store(50, Local1)
+ While (LAnd (LNotEqual(Local0, 0xFA), LGreater(Local1,0))) {
Store(MRG0, Local0)
Sleep(10)
+ Decrement(Local1)
}
}