From 3e7febc83c34b66d93720ba377654bce5dbca58c Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Thu, 3 Dec 2020 13:22:02 -0600 Subject: [PATCH] BlSMMStoreDxe: make error msgs unique Signed-off-by: Matt DeVillier --- UefiPayloadPkg/BlSMMStoreDxe/BlSMMStoreDxe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UefiPayloadPkg/BlSMMStoreDxe/BlSMMStoreDxe.c b/UefiPayloadPkg/BlSMMStoreDxe/BlSMMStoreDxe.c index b19aec26dd..0c52fe5134 100644 --- a/UefiPayloadPkg/BlSMMStoreDxe/BlSMMStoreDxe.c +++ b/UefiPayloadPkg/BlSMMStoreDxe/BlSMMStoreDxe.c @@ -271,7 +271,7 @@ BlSMMSTOREInitialise ( // Status = gDS->GetMemorySpaceDescriptor (SMMStoreInfoHob->ComBuffer, &GcdDescriptor); if (EFI_ERROR (Status) || GcdDescriptor.GcdMemoryType != EfiGcdMemoryTypeReserved) { - DEBUG((DEBUG_INFO, "%a: No memory space descriptor for com buffer found\n", + DEBUG((DEBUG_INFO, "%a: No reserved memory space descriptor for com buffer found\n", __FUNCTION__)); // @@ -300,7 +300,7 @@ BlSMMSTOREInitialise ( // Status = gDS->GetMemorySpaceDescriptor (SMMStoreInfoHob->MmioAddress, &GcdDescriptor); if (EFI_ERROR (Status) || GcdDescriptor.GcdMemoryType != EfiGcdMemoryTypeMemoryMappedIo) { - DEBUG((DEBUG_INFO, "%a: No memory space descriptor for com buffer found\n", + DEBUG((DEBUG_INFO, "%a: No MMIO memory space descriptor for com buffer found\n", __FUNCTION__)); //