|
OvmfPkg[all]
0.1
|
Data Structures | |
| struct | setup_header |
| struct | efi_info |
| struct | e820_entry |
| struct | screen_info |
| struct | boot_params |
| struct | dt_addr_t |
Macros | |
| #define | BOOTSIG 0x1FE |
| #define | SETUP_HDR 0x53726448 /* 0x53726448 == "HdrS" */ |
| #define | E820_RAM 1 |
| #define | E820_RESERVED 2 |
| #define | E820_ACPI 3 |
| #define | E820_NVS 4 |
| #define | E820_UNUSABLE 5 |
Functions | |
| EFI_STATUS | setup_graphics (struct boot_params *buf) |
Copyright (c) 2011 - 2013, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
| #define BOOTSIG 0x1FE |
| #define E820_ACPI 3 |
| #define E820_NVS 4 |
| #define E820_RAM 1 |
| #define E820_RESERVED 2 |
| #define E820_UNUSABLE 5 |
| #define SETUP_HDR 0x53726448 /* 0x53726448 == "HdrS" */ |
| EFI_STATUS setup_graphics | ( | struct boot_params * | buf | ) |