VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/VirtHstiDxe/QemuPC.c@ 107675

最後變更 在這個檔案從107675是 105670,由 vboxsync 提交於 7 月 前

Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 649 位元組
 
1/** @file
2
3SPDX-License-Identifier: BSD-2-Clause-Patent
4
5**/
6
7#include <Library/BaseLib.h>
8#include <Library/DebugLib.h>
9#include <Library/HstiLib.h>
10#include <Library/PcdLib.h>
11#include <Library/PciLib.h>
12
13#include <IndustryStandard/Hsti.h>
14#include <IndustryStandard/Q35MchIch9.h>
15
16#include "VirtHstiDxe.h"
17
18STATIC VIRT_ADAPTER_INFO_PLATFORM_SECURITY mHstiPC = {
19 PLATFORM_SECURITY_VERSION_VNEXTCS,
20 PLATFORM_SECURITY_ROLE_PLATFORM_REFERENCE,
21 { L"OVMF (Qemu PC)" },
22 VIRT_HSTI_SECURITY_FEATURE_SIZE,
23};
24
25VIRT_ADAPTER_INFO_PLATFORM_SECURITY *
26VirtHstiQemuPCInit (
27 VOID
28 )
29{
30 return &mHstiPC;
31}
32
33VOID
34VirtHstiQemuPCVerify (
35 VOID
36 )
37{
38}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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