mirror of
https://github.com/acidanthera/audk.git
synced 2025-08-18 08:08:09 +02:00
This library provides interface related to restart and shudown the LoongArch64 virtual machine. BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4584 Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Cc: Bibo Mao <maobibo@loongson.cn> Cc: Dongyan Qian <qiandongyan@loongson.cn> Signed-off-by: Chao Li <lichao@loongson.cn> Co-authored-by: Xianglai Li <lixianglai@loongson.cn> Co-authored-by: Bibo Mao <maobibo@loongson.cn>
42 lines
1.2 KiB
INI
42 lines
1.2 KiB
INI
## @file
|
|
# DXE library instance for ResetSystem library class for LoongArch.
|
|
#
|
|
# Copyright (c) 2024 Loongson Technology Corporation Limited. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 1.29
|
|
BASE_NAME = ResetSystemLib
|
|
FILE_GUID = F05197D5-5827-AA61-FB2D-BC69259F17A9
|
|
MODULE_TYPE = DXE_RUNTIME_DRIVER
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = ResetSystemLib|DXE_DRIVER DXE_RUNTIME_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_DRIVER UEFI_APPLICATION
|
|
CONSTRUCTOR = ResetSystemLibConstructor
|
|
|
|
#
|
|
# VALID_ARCHITECTURES = LOONGARCH64
|
|
#
|
|
|
|
[Sources]
|
|
DxeResetSystemAcpiGed.c
|
|
ResetSystemAcpiGed.c
|
|
|
|
[Packages]
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
MdePkg/MdePkg.dec
|
|
OvmfPkg/OvmfPkg.dec
|
|
|
|
[LibraryClasses]
|
|
DebugLib
|
|
DxeServicesTableLib
|
|
UefiBootServicesTableLib
|
|
UefiLib
|
|
UefiRuntimeLib
|
|
|
|
[Guids]
|
|
gEfiAcpi10TableGuid ## PRODUCES ## SystemTable
|
|
gEfiAcpiTableGuid ## PRODUCES ## SystemTable
|