mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Library: Fixed ImageOrigin types.
This commit is contained in:
parent
8c3970100d
commit
c65fb5bbfd
@ -297,7 +297,7 @@ OcImageLoaderLoad (
|
||||
SourceBuffer,
|
||||
(UINT32)SourceSize,
|
||||
UEFI_IMAGE_SOURCE_FV,
|
||||
UefiImageOriginFv
|
||||
UefiImageOriginUserImage
|
||||
);
|
||||
if (EFI_ERROR (ImageStatus)) {
|
||||
DEBUG ((DEBUG_INFO, "OCB: PeCoff init failure - %r\n", ImageStatus));
|
||||
|
||||
@ -467,7 +467,7 @@ PeCoffVerifyAppleSignature (
|
||||
&ImageContext,
|
||||
PeImage,
|
||||
*ImageSize,
|
||||
UefiImageOriginFv
|
||||
UefiImageOriginUserImage
|
||||
);
|
||||
if (EFI_ERROR (ImageStatus)) {
|
||||
DEBUG ((DEBUG_INFO, "OCPE: PeCoff verify init failure - %r\n", ImageStatus));
|
||||
@ -563,7 +563,7 @@ PeCoffGetApfsDriverVersion (
|
||||
&ImageContext,
|
||||
DriverBuffer,
|
||||
DriverSize,
|
||||
UefiImageOriginFv
|
||||
UefiImageOriginUserImage
|
||||
);
|
||||
if (EFI_ERROR (ImageStatus)) {
|
||||
DEBUG ((DEBUG_INFO, "OCPE: PeCoff apfs init failure - %r\n", ImageStatus));
|
||||
|
||||
@ -118,7 +118,7 @@ VerifySignatureAndApfs (
|
||||
&Context,
|
||||
Image,
|
||||
ImageSize,
|
||||
UefiImageOriginFv
|
||||
UefiImageOriginUserImage
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user