Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kuqin12 committed Apr 17, 2024
1 parent 0fc57a4 commit 2acff74
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,7 @@ 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.
// This is to avoid the interim buffer being allocated to consume 64KB on ARM64 platforms.
Type = EfiBootServicesData;
}

Expand Down

0 comments on commit 2acff74

Please sign in to comment.