VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/UefiPayloadPkg/Include/Guid/AcpiBoardInfoGuid.h@ 105681

Last change on this file since 105681 was 99404, checked in by vboxsync, 2 years ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 659 bytes
Line 
1/** @file
2 This file defines the hob structure for board related information from acpi table
3
4 Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7**/
8
9#ifndef ACPI_BOARD_INFO_GUID_H_
10#define ACPI_BOARD_INFO_GUID_H_
11
12///
13/// Board information GUID
14///
15extern EFI_GUID gUefiAcpiBoardInfoGuid;
16
17typedef struct {
18 UINT8 Revision;
19 UINT8 Reserved0[2];
20 UINT8 ResetValue;
21 UINT64 PmEvtBase;
22 UINT64 PmGpeEnBase;
23 UINT64 PmCtrlRegBase;
24 UINT64 PmTimerRegBase;
25 UINT64 ResetRegAddress;
26 UINT64 PcieBaseAddress;
27 UINT64 PcieBaseSize;
28} ACPI_BOARD_INFO;
29
30#endif
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette