]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootModulePkg/Include/Guid/AcpiBoardInfoGuid.h
CorebootModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / CorebootModulePkg / Include / Guid / AcpiBoardInfoGuid.h
CommitLineData
fce4ecd9
MM
1/** @file\r
2 This file defines the hob structure for board related information from acpi table\r
3 \r
4 Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
f3342b7a 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
fce4ecd9
MM
6\r
7**/\r
8\r
9#ifndef __ACPI_BOARD_INFO_GUID_H__\r
10#define __ACPI_BOARD_INFO_GUID_H__\r
11\r
12///\r
13/// Board information GUID\r
14///\r
15extern EFI_GUID gUefiAcpiBoardInfoGuid;\r
16\r
cb3e201f
GD
17typedef struct {\r
18 UINT64 PmEvtBase;\r
19 UINT64 PmGpeEnBase;\r
fce4ecd9
MM
20 UINT64 PmCtrlRegBase;\r
21 UINT64 PmTimerRegBase;\r
22 UINT64 ResetRegAddress;\r
23 UINT8 ResetValue; \r
24} ACPI_BOARD_INFO;\r
25 \r
26#endif\r