BlSMMStoreDxe: make error msgs unique
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
committed by
Tim Crawford
parent
b664a5352c
commit
3e7febc83c
@ -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__));
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user