Vlv2TbltDevicePkg: ECP Cleanup.
Remove modules of EdkCompatibilityPkg from DSC/FDF of Vlv2TbltDevicePkg to make this platform ECP free. Test: Boot to 64-bit Windows 10. Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Cc: Michael Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: David Wei <david.wei@intel.com>
This commit is contained in:
@@ -36,7 +36,7 @@ Abstract:
|
||||
#include "PlatformBootMode.h"
|
||||
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Protocol/CpuIo.h>
|
||||
#include <Protocol/PciIo.h>
|
||||
#include <Guid/SetupVariable.h>
|
||||
@@ -66,12 +66,12 @@ GetRawImage (
|
||||
|
||||
EFI_STATUS
|
||||
GetRawImage (
|
||||
IN EFI_GUID *NameGuid,
|
||||
IN EFI_GUID *NameGuid,
|
||||
IN OUT VOID **Buffer,
|
||||
IN OUT UINTN *Size
|
||||
)
|
||||
{
|
||||
EFI_STATUS Status;
|
||||
EFI_STATUS Status;
|
||||
EFI_HANDLE *HandleBuffer;
|
||||
UINTN HandleCount;
|
||||
UINTN Index;
|
||||
@@ -86,7 +86,7 @@ GetRawImage (
|
||||
&HandleBuffer
|
||||
);
|
||||
if (EFI_ERROR (Status) || HandleCount == 0) {
|
||||
return EFI_NOT_FOUND;
|
||||
return EFI_NOT_FOUND;
|
||||
}
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user