Skip to content

Commit

Permalink
add MU_CHANGE tags
Browse files Browse the repository at this point in the history
  • Loading branch information
joelopez committed Aug 14, 2023
1 parent ac78edd commit 278a941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NetworkPkg/SnpDxe/Snp.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ SimpleNetworkDriverStart (
TPL_CALLBACK,
SnpNotifyExitBootServices,
Snp,
&gMuEventPreExitBootServicesGuid,
&gMuEventPreExitBootServicesGuid, // MU_CHANGE
&Snp->ExitBootServicesEvent
);
if (EFI_ERROR (Status)) {
Expand Down
1 change: 1 addition & 0 deletions NetworkPkg/SnpDxe/SnpDxe.inf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
NetLib

[Guids]
# MU_CHANGE - Use gMuEventPreExitBootServicesGuid for SnpDxe to issue PxeShutdown
gMuEventPreExitBootServicesGuid ## SOMETIMES_CONSUMES ## Event
# MU_CHANGE - Signal gSnpNetworkInitializedEventGuid when Snp->Initialized() called.
gSnpNetworkInitializedEventGuid ## SOMETIMES_PRODUCES
Expand Down

0 comments on commit 278a941

Please sign in to comment.