]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/TianoApi.h
Add code to identify D0 stepping ValleyView SoC.
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / TianoApi.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3Copyright (c) 2004, Intel Corporation\r
4All rights reserved. This program and the accompanying materials\r
5are licensed and made available under the terms and conditions of the BSD License\r
6which accompanies this distribution. The full text of the license may be found at\r
7http://opensource.org/licenses/bsd-license.php\r
8\r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11\r
12Module Name:\r
13\r
14 TianoApi.h\r
15\r
16Abstract:\r
17\r
18 Tiano intrinsic definitions.\r
19\r
20\r
21--*/\r
22\r
23#ifndef _TIANO_API_H_\r
24#define _TIANO_API_H_\r
25\r
26//\r
27// Pointer to internal runtime function\r
28//\r
29#define EFI_INTERNAL_FUNCTION 0x00000002\r
30\r
31//\r
32// Pointer to internal runtime pointer\r
33//\r
34#define EFI_INTERNAL_POINTER 0x00000004\r
35\r
36//\r
37// Pointer to internal runtime pointer\r
38//\r
39#define EFI_IPF_GP_POINTER 0x00000008\r
40\r
41#define EFI_TPL_DRIVER 6\r
42\r
43//\r
44// EFI Event Types\r
45//\r
46#define EFI_EVENT_TIMER 0x80000000\r
47#define EFI_EVENT_RUNTIME 0x40000000\r
48#define EFI_EVENT_RUNTIME_CONTEXT 0x20000000\r
49\r
50#define EFI_EVENT_NOTIFY_WAIT 0x00000100\r
51#define EFI_EVENT_NOTIFY_SIGNAL 0x00000200\r
52\r
53#define EFI_EVENT_SIGNAL_EXIT_BOOT_SERVICES 0x00000201\r
54#define EFI_EVENT_SIGNAL_VIRTUAL_ADDRESS_CHANGE 0x60000202\r
55\r
56#define EFI_EVENT_EFI_SIGNAL_MASK 0x000000FF\r
57#define EFI_EVENT_EFI_SIGNAL_MAX 4\r
58\r
59//\r
60// Task priority level\r
61//\r
62#define EFI_TPL_APPLICATION 4\r
63#define EFI_TPL_CALLBACK 8\r
64#define EFI_TPL_NOTIFY 16\r
65#define EFI_TPL_HIGH_LEVEL 31\r
66\r
67#endif\r