VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf@ 85718

最後變更 在這個檔案從85718是 85718,由 vboxsync 提交於 5 年 前

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.6 KB
 
1## @file
2# Instance of CPU Library for various architecture.
3#
4# CPU Library implemented using ASM functions for IA32, X64, ARM, AARCH64,
5# PAL CALLs for IPF, and empty functions for EBC.
6#
7# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
8# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
9# Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>
10# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
11#
12# SPDX-License-Identifier: BSD-2-Clause-Patent
13#
14#
15##
16
17[Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = BaseCpuLib
20 MODULE_UNI_FILE = BaseCpuLib.uni
21 FILE_GUID = 4FBD2538-249C-4b50-8F4A-A9E66609CBF6
22 MODULE_TYPE = BASE
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = CpuLib
25
26
27#
28# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64 RISCV64
29#
30
31[Sources.IA32]
32 Ia32/CpuSleep.c | MSFT
33 Ia32/CpuFlushTlb.c | MSFT
34
35 Ia32/CpuSleep.nasm| INTEL
36 Ia32/CpuFlushTlb.nasm| INTEL
37
38 Ia32/CpuSleepGcc.c | GCC
39 Ia32/CpuFlushTlbGcc.c | GCC
40
41[Sources.X64]
42 X64/CpuFlushTlb.nasm
43 X64/CpuSleep.nasm
44
45
46[Sources.EBC]
47 Ebc/CpuSleepFlushTlb.c
48
49[Sources.ARM]
50 Arm/CpuFlushTlb.asm | RVCT
51 Arm/CpuSleep.asm | RVCT
52 Arm/CpuFlushTlb.asm | MSFT
53 Arm/CpuSleep.asm | MSFT
54 Arm/CpuFlushTlb.S | GCC
55 Arm/CpuSleep.S | GCC
56
57[Sources.AARCH64]
58 AArch64/CpuFlushTlb.S | GCC
59 AArch64/CpuSleep.S | GCC
60 AArch64/CpuFlushTlb.asm | MSFT
61 AArch64/CpuSleep.asm | MSFT
62
63[Sources.RISCV64]
64 RiscV/Cpu.S
65
66[Packages]
67 MdePkg/MdePkg.dec
68
69
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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