-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix BSR function for non-functional dimms in UEFI
This change fixes fixes dump debug log as well. There were several bugs. The for loop could exit without finding a matching dimm to use. Additionally, it never used DIMM_FROM_NODE() for pCurDimmInfoNode but instead casted to a DIMM_INFO *. Also the for loop was not needed, GetDimmByPid() suffices. Signed-off-by: Nolan Hergert <[email protected]>
- Loading branch information
1 parent
f33d526
commit 67172c5
Showing
1 changed file
with
39 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters