X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FDxeCoreHobLib%2FHobLib.c;h=2e5fb1c6ee5513899ced38d0a9497d7fc26697c7;hb=471d6210a8ce64a5c88109445e8c36d38d2308da;hp=ad66966279363c31d989b4f5a4ad43a62e5796d7;hpb=619c48896334ef342dad20cf2601dc7628f7c807;p=mirror_edk2.git diff --git a/MdePkg/Library/DxeCoreHobLib/HobLib.c b/MdePkg/Library/DxeCoreHobLib/HobLib.c index ad66966279..2e5fb1c6ee 100644 --- a/MdePkg/Library/DxeCoreHobLib/HobLib.c +++ b/MdePkg/Library/DxeCoreHobLib/HobLib.c @@ -1,7 +1,7 @@ /** @file HOB Library implementation for DxeCore driver. -Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -385,6 +385,7 @@ BuildGuidDataHob ( for DXE phase, it will ASSERT() because PEI HOB is read-only for DXE phase. If there is no additional space for HOB creation, then ASSERT(). + If the FvImage buffer is not at its required alignment, then ASSERT(). @param BaseAddress The base address of the Firmware Volume. @param Length The size of the Firmware Volume in bytes. @@ -411,6 +412,7 @@ BuildFvHob ( for DXE phase, it will ASSERT() because PEI HOB is read-only for DXE phase. If there is no additional space for HOB creation, then ASSERT(). + If the FvImage buffer is not at its required alignment, then ASSERT(). @param BaseAddress The base address of the Firmware Volume. @param Length The size of the Firmware Volume in bytes.