TianoCore EDK2 master
|
Go to the source code of this file.
Data Structures | |
struct | _ANDROID_BOOTIMG_PROTOCOL |
Typedefs | |
typedef struct _ANDROID_BOOTIMG_PROTOCOL | ANDROID_BOOTIMG_PROTOCOL |
typedef EFI_STATUS(EFIAPI * | ANDROID_BOOTIMG_APPEND_KERNEL_ARGS) (IN CHAR16 *Args, IN UINTN Size) |
typedef EFI_STATUS(EFIAPI * | ANDROID_BOOTIMG_UPDATE_DTB) (IN EFI_PHYSICAL_ADDRESS OrigDtbBase, OUT EFI_PHYSICAL_ADDRESS *NewDtbBase) |
Variables | |
EFI_GUID | gAndroidBootImgProtocolGuid |
Copyright (c) 2017, Linaro. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file AndroidBootImg.h.
typedef EFI_STATUS(EFIAPI * ANDROID_BOOTIMG_APPEND_KERNEL_ARGS) (IN CHAR16 *Args, IN UINTN Size) |
Definition at line 21 of file AndroidBootImg.h.
typedef struct _ANDROID_BOOTIMG_PROTOCOL ANDROID_BOOTIMG_PROTOCOL |
Definition at line 15 of file AndroidBootImg.h.
typedef EFI_STATUS(EFIAPI * ANDROID_BOOTIMG_UPDATE_DTB) (IN EFI_PHYSICAL_ADDRESS OrigDtbBase, OUT EFI_PHYSICAL_ADDRESS *NewDtbBase) |
Definition at line 28 of file AndroidBootImg.h.