]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Include/Hpet.h
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Hpet.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
4 \r\r
9dc8036d
MK
5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
6\r
3cbfba02
DW
7 \r\r
8\r
9\r
10Module Name:\r
11\r
12 Mseg.h\r
13\r
14Abstract:\r
15\r
16 This file describes the contents of the ACPI HEPT Table.\r
17\r
18--*/\r
19\r
20#ifndef _HPET_H\r
21#define _HPET_H\r
22\r
23//\r
24// Statements that include other files\r
25//\r
26#include <IndustryStandard/Acpi10.h>\r
27#include <IndustryStandard/Acpi20.h>\r
28#include <IndustryStandard/Acpi30.h>\r
29#include <IndustryStandard/HighPrecisionEventTimerTable.h>\r
30\r
31//\r
32// HPET Definitions\r
33//\r
34#define EFI_ACPI_HPET_TABLE_REVISION 0x1\r
35#define MAIN_COUNTER_MIN_PERIODIC_CLOCK_TICKS 0x80 //approx 1ms\r
36\r
37#define HPET_BASE_ADDRESS 0xFED00000\r
38#define EFI_ACPI_EVENT_TIMER_BLOCK_ID 0x8086A001\r
39\r
40#endif\r