]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/TianoApi.h
Vlv2DeviceRefCodePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / TianoApi.h
1 /*++
2
3 Copyright (c) 2004, Intel Corporation. All rights reserved.
4 SPDX-License-Identifier: BSD-2-Clause-Patent
5
6 Module Name:
7
8 TianoApi.h
9
10 Abstract:
11
12 Tiano intrinsic definitions.
13
14
15 --*/
16
17 #ifndef _TIANO_API_H_
18 #define _TIANO_API_H_
19
20 //
21 // Pointer to internal runtime function
22 //
23 #define EFI_INTERNAL_FUNCTION 0x00000002
24
25 //
26 // Pointer to internal runtime pointer
27 //
28 #define EFI_INTERNAL_POINTER 0x00000004
29
30 //
31 // Pointer to internal runtime pointer
32 //
33 #define EFI_IPF_GP_POINTER 0x00000008
34
35 #define EFI_TPL_DRIVER 6
36
37 //
38 // EFI Event Types
39 //
40 #define EFI_EVENT_TIMER 0x80000000
41 #define EFI_EVENT_RUNTIME 0x40000000
42 #define EFI_EVENT_RUNTIME_CONTEXT 0x20000000
43
44 #define EFI_EVENT_NOTIFY_WAIT 0x00000100
45 #define EFI_EVENT_NOTIFY_SIGNAL 0x00000200
46
47 #define EFI_EVENT_SIGNAL_EXIT_BOOT_SERVICES 0x00000201
48 #define EFI_EVENT_SIGNAL_VIRTUAL_ADDRESS_CHANGE 0x60000202
49
50 #define EFI_EVENT_EFI_SIGNAL_MASK 0x000000FF
51 #define EFI_EVENT_EFI_SIGNAL_MAX 4
52
53 //
54 // Task priority level
55 //
56 #define EFI_TPL_APPLICATION 4
57 #define EFI_TPL_CALLBACK 8
58 #define EFI_TPL_NOTIFY 16
59 #define EFI_TPL_HIGH_LEVEL 31
60
61 #endif