VirtualBox

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

Last change on this file since 89983 was 89983, checked in by vboxsync, 4 years ago

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 754 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.

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