Skip to content

Commit

Permalink
Added comment per PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kuqin12 committed Apr 17, 2024
1 parent 5a3de93 commit 0fc57a4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,8 @@ AdvancedLoggerGetLoggerInfo (
Type = EfiReservedMemoryType;
} else {
Pages = FixedPcdGet32 (PcdAdvancedLoggerPreMemPages);
// This is to workaround the interim blackout window before the memory is discovered.
// The permanent buffer will be allocated in the memory discovered callback.
Type = EfiBootServicesData;
}

Expand Down

0 comments on commit 0fc57a4

Please sign in to comment.