Skip to content

Commit 3ca1b54

Browse files
committed
MircoPDxe: add ExitBs event
1 parent 9155c86 commit 3ca1b54

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

QSD8250Pkg/Drivers/MicroPDxe/MicroPDxe.c

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,4 +443,18 @@ MicroPDxeInitialize(
443443
}
444444

445445
return Status;
446+
}
447+
448+
VOID
449+
EFIAPI
450+
ExitBootServicesEvent (
451+
IN EFI_EVENT Event,
452+
IN VOID *Context
453+
)
454+
{
455+
456+
DEBUG ((DEBUG_INFO, "Disabling MircoP Led"));
457+
458+
// Disable the led
459+
htcleo_led_set_mode(0);
446460
}

0 commit comments

Comments
 (0)