TianoCore EDK2 master
|
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/DevicePathLib.h>
#include <Library/DtPlatformDtbLoaderLib.h>
#include <Library/HiiLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiDriverEntryPoint.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include "DtPlatformDxe.h"
Go to the source code of this file.
Data Structures | |
struct | HII_VENDOR_DEVICE_PATH |
Functions | |
STATIC EFI_STATUS | InstallHiiPages (VOID) |
EFI_STATUS EFIAPI | DtPlatformDxeEntryPoint (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
UINT8 | DtPlatformHiiBin [] |
UINT8 | DtPlatformDxeStrings [] |
STATIC HII_VENDOR_DEVICE_PATH | mDtPlatformDxeVendorDevicePath |
Copyright (c) 2017, Linaro, Ltd. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DtPlatformDxe.c.
EFI_STATUS EFIAPI DtPlatformDxeEntryPoint | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
The entry point for DtPlatformDxe driver.
[in] | ImageHandle | The image handle of the driver. |
[in] | SystemTable | The system table. |
EFI_ALREADY_STARTED | The driver already exists in system. |
EFI_OUT_OF_RESOURCES | Fail to execute entry point due to lack of resources. |
EFI_SUCCESS | All the related protocols are installed on the driver. |
Definition at line 108 of file DtPlatformDxe.c.
STATIC EFI_STATUS InstallHiiPages | ( | VOID | ) |
Definition at line 53 of file DtPlatformDxe.c.
STATIC HII_VENDOR_DEVICE_PATH mDtPlatformDxeVendorDevicePath |
Definition at line 29 of file DtPlatformDxe.c.