Uncrustify the library module.
Update the function header.
Cc: Abner Chang <[email protected]>
Cc: Paul Grimes <[email protected]>
Signed-off-by: Abdul Lateef Attar <[email protected]>
---
.../Library/PeiReportFvLib/PeiReportFvLib.c | 12 +++++++++++-
.../Library/SetCacheMtrrLib/SetCacheMtrrLib.c | 3 +--
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git
a/Platform/AMD/AmdMinBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.c
b/Platform/AMD/AmdMinBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.c
index f0b2abef61..b19f33663d 100644
--- a/Platform/AMD/AmdMinBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.c
+++ b/Platform/AMD/AmdMinBoardPkg/Library/PeiReportFvLib/PeiReportFvLib.c
@@ -5,7 +5,7 @@
This source has the reference of MinPlatformPkgs's PeriReportFvLib.c
module.
Copyright (c) 2018 - 2020, Intel Corporation. All rights reserved.<BR>
- Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved
+ Copyright (C) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
@@ -19,6 +19,11 @@
#include <Guid/FirmwareFileSystem2.h>
#include <Ppi/FirmwareVolumeInfo.h>
+/**
+ Report Pre-Memory Firmware Volumes.
+
+ This function reports the Pre-Memory Firmware Volumes to the Firmware Volume
Hob.
+**/
VOID
ReportPreMemFv (
VOID
@@ -66,6 +71,11 @@ ReportPreMemFv (
}
}
+/**
+ Report Post-Memory Firmware Volumes.
+
+ This function reports the Post-Memory Firmware Volumes to the Firmware
Volume Hob.
+**/
VOID
ReportPostMemFv (
VOID
diff --git
a/Platform/AMD/AmdMinBoardPkg/Library/SetCacheMtrrLib/SetCacheMtrrLib.c
b/Platform/AMD/AmdMinBoardPkg/Library/SetCacheMtrrLib/SetCacheMtrrLib.c
index 33b774fedb..e7a503f6cf 100644
--- a/Platform/AMD/AmdMinBoardPkg/Library/SetCacheMtrrLib/SetCacheMtrrLib.c
+++ b/Platform/AMD/AmdMinBoardPkg/Library/SetCacheMtrrLib/SetCacheMtrrLib.c
@@ -3,7 +3,7 @@
SetCacheMtrr library functions.
This library implementation is for AMD processor based platforms.
-Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved.<BR>
+Copyright (C) 2023 - 2024 Advanced Micro Devices, Inc. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
@@ -130,4 +130,3 @@ SetCacheMtrrAfterEndOfPei (
MtrrDebugPrintAllMtrrs ();
return EFI_SUCCESS;
}
-
--
2.34.1
-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#118978): https://edk2.groups.io/g/devel/message/118978
Mute This Topic: https://groups.io/mt/106148093/21656
Group Owner: [email protected]
Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-