OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Data Structures | |
struct | OC_BOOTER_PATCH_ |
struct | OC_ABC_SETTINGS_ |
Typedefs | |
typedef struct OC_BOOTER_PATCH_ | OC_BOOTER_PATCH |
typedef struct OC_ABC_SETTINGS_ | OC_ABC_SETTINGS |
Functions | |
EFI_STATUS | OcAbcInitialize (IN OC_ABC_SETTINGS *Settings, IN OC_CPU_INFO *CpuInfo) |
Copyright (C) 2019, vit9696. All rights reserved.
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.
Definition in file OcAfterBootCompatLib.h.
typedef struct OC_ABC_SETTINGS_ OC_ABC_SETTINGS |
Apple Boot Compatibility layer configuration.
typedef struct OC_BOOTER_PATCH_ OC_BOOTER_PATCH |
Booter patch structure.
EFI_STATUS OcAbcInitialize | ( | IN OC_ABC_SETTINGS * | Settings, |
IN OC_CPU_INFO * | CpuInfo ) |
Initialize Apple Boot Compatibility layer. This layer is needed on partially incompatible firmware to prevent boot failure and UEFI services breakage.
[in] | Settings | Compatibility layer configuration. |
[in] | CpuInfo | CPU information. |
EFI_SUCCESS | on success. |
Definition at line 98 of file OcAfterBootCompatLib.c.