OpenCore
1.0.4
OpenCore Bootloader
|
#include "OcConsoleLibInternal.h"
#include <Guid/AppleVariable.h>
#include <Protocol/AppleEg2Info.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/OcConsoleLib.h>
#include <Library/OcMiscLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
Go to the source code of this file.
Functions | |
STATIC EFI_STATUS EFIAPI | AppleEg2Unknown1 (IN APPLE_EG2_INFO_PROTOCOL *This, IN EFI_HANDLE GpuHandle) |
STATIC EFI_STATUS EFIAPI | AppleEg2GetPlatformInfo (IN APPLE_EG2_INFO_PROTOCOL *This, IN EFI_HANDLE GpuHandle, OUT VOID *Data, OUT UINTN *Size) |
STATIC EFI_STATUS EFIAPI | AppleEg2StartupDisplay (IN APPLE_EG2_INFO_PROTOCOL *This, IN EFI_HANDLE GpuHandle, OUT VOID *Unk1, OUT VOID *Unk2, OUT VOID *Unk3) |
STATIC EFI_STATUS EFIAPI | AppleEg2GetHibernation (IN APPLE_EG2_INFO_PROTOCOL *This, OUT BOOLEAN *Hibernated) |
STATIC EFI_STATUS EFIAPI | AppleEg2GetRotation (IN APPLE_EG2_INFO_PROTOCOL *This, OUT UINT32 *Rotation) |
APPLE_EG2_INFO_PROTOCOL * | OcAppleEg2InfoInstallProtocol (IN BOOLEAN Reinstall) |
Variables | |
STATIC UINT32 | mRotation = AppleDisplayRotate0 |
STATIC APPLE_EG2_INFO_PROTOCOL | mAppleEg2Info |
Copyright (C) 2021, 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 Eg2Info.c.
STATIC EFI_STATUS EFIAPI AppleEg2GetHibernation | ( | IN APPLE_EG2_INFO_PROTOCOL * | This, |
OUT BOOLEAN * | Hibernated ) |
STATIC EFI_STATUS EFIAPI AppleEg2GetPlatformInfo | ( | IN APPLE_EG2_INFO_PROTOCOL * | This, |
IN EFI_HANDLE | GpuHandle, | ||
OUT VOID * | Data, | ||
OUT UINTN * | Size ) |
STATIC EFI_STATUS EFIAPI AppleEg2GetRotation | ( | IN APPLE_EG2_INFO_PROTOCOL * | This, |
OUT UINT32 * | Rotation ) |
STATIC EFI_STATUS EFIAPI AppleEg2StartupDisplay | ( | IN APPLE_EG2_INFO_PROTOCOL * | This, |
IN EFI_HANDLE | GpuHandle, | ||
OUT VOID * | Unk1, | ||
OUT VOID * | Unk2, | ||
OUT VOID * | Unk3 ) |
STATIC EFI_STATUS EFIAPI AppleEg2Unknown1 | ( | IN APPLE_EG2_INFO_PROTOCOL * | This, |
IN EFI_HANDLE | GpuHandle ) |
APPLE_EG2_INFO_PROTOCOL * OcAppleEg2InfoInstallProtocol | ( | IN BOOLEAN | Reinstall | ) |
STATIC APPLE_EG2_INFO_PROTOCOL mAppleEg2Info |
STATIC UINT32 mRotation = AppleDisplayRotate0 |