Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gBS->ExitBootServices signals events more than once (Bugzilla Bug 4876) #10550

Open
tianocore-issues opened this issue Dec 4, 2024 · 1 comment
Labels
package:mdemodulepkg priority:low Little to no impact. No urgency to fix. type:bug Something isn't working

Comments

@tianocore-issues
Copy link

This issue was created automatically with bugzilla2github

Bugzilla Bug 4876

Date: 2024-12-04T17:06:41+00:00
From: Felix <>
To: unassigned <>
CC:

Last updated: 2024-12-04T17:06:41+00:00

@tianocore-issues
Copy link
Author

Comment 23548

Date: 2024-12-04 17:06:41 +0000
From: Felix <>

  • Industry Specification: ---
  • Release Observed: EDK II Master
  • Releases to Fix: EDK II Master
  • Target OS: ---
  • Bugzilla Assignee(s): unassigned <>

According to UEFI specification before-exist-boot-services are exit-boot-services even notifications callbacks must be signaled only once, even if ExitBootServices() is called multiple times.

Current implementation signals the events on every ExitBootServices() call and as such is not in compliance with the UEFI specification requirements.

Refer to https://uefi.org/specs/UEFI/2.10/07_Services_Boot_Services.html#efi-boot-services-exitbootservices

"The events are only signaled once even if ExitBootServices() is called multiple times."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:mdemodulepkg priority:low Little to no impact. No urgency to fix. type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant