OpenCore
1.0.4
OpenCore Bootloader
|
#include <Guid/AppleFirmwareVolume.h>
Go to the source code of this file.
Data Structures | |
struct | IMAGE_ENTRY |
Functions | |
EFI_STATUS EFIAPI | InitializeFirmwareVolume2 (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
STATIC IMAGE_ENTRY | mAppleImageTable [] |
STATIC UINT8 | mAppleArrowCursorImage [] |
STATIC UINT8 | mAppleArrowCursor2xImage [] |
Firmware volume driver that overrides the EFI_FIRMWARE_VOLUME_PROTOCOL and injects images for boot.efi/FileVault 2.
Copyright (C) 2016 Sergey Slice. All rights reserved.
Portions copyright (C) 2018 savvas.
Portions copyright (C) 2006-2014 Intel Corporation. All rights reserved.
Portions copyright (C) 2016-2018 Alex James. 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 http://opensource.org/licenses/bsd-license.php
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
The cursor images have not been licensed. Neither is their usage, their redistribution, in source or binary form, licensed, nor implicitly or explicitly permitted, except when required by applicable law.
Definition in file OcFirmwareVolumeLibInternal.h.
EFI_STATUS EFIAPI InitializeFirmwareVolume2 | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable ) |
The user Entry Point for DXE driver. The user code starts with this function as the real entry point for the image goes into a library that calls this function.
[in] | ImageHandle | The firmware allocated handle for the EFI image. |
[in] | SystemTable | A pointer to the EFI System Table. |
EFI_SUCCESS | The entry point is executed successfully. |
other | Some error occurs when executing this entry point. |
Definition at line 507 of file FvOnFv2Thunk.c.
STATIC UINT8 mAppleArrowCursor2xImage[] |
Definition at line 216 of file OcFirmwareVolumeLibInternal.h.
STATIC UINT8 mAppleArrowCursorImage[] |
Definition at line 190 of file OcFirmwareVolumeLibInternal.h.
STATIC IMAGE_ENTRY mAppleImageTable[] |
Definition at line 35 of file OcFirmwareVolumeLibInternal.h.