summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Include/Library
diff options
context:
space:
mode:
Diffstat (limited to 'UefiCpuPkg/Include/Library')
-rw-r--r--UefiCpuPkg/Include/Library/AmdSvsmLib.h9
-rw-r--r--UefiCpuPkg/Include/Library/BaseRiscVFpuLib.h21
2 files changed, 9 insertions, 21 deletions
diff --git a/UefiCpuPkg/Include/Library/AmdSvsmLib.h b/UefiCpuPkg/Include/Library/AmdSvsmLib.h
index 693b79b..b84c0bb 100644
--- a/UefiCpuPkg/Include/Library/AmdSvsmLib.h
+++ b/UefiCpuPkg/Include/Library/AmdSvsmLib.h
@@ -139,4 +139,13 @@ AmdSvsmVtpmCmd (
IN OUT UINT8 *Buffer
);
+BOOLEAN
+EFIAPI
+AmdSvsmQueryProtocol (
+ IN UINT32 ProtocolId,
+ IN UINT32 ProtocolVersion,
+ OUT UINT32 *ProtocolMin,
+ OUT UINT32 *ProtocolMax
+ );
+
#endif
diff --git a/UefiCpuPkg/Include/Library/BaseRiscVFpuLib.h b/UefiCpuPkg/Include/Library/BaseRiscVFpuLib.h
deleted file mode 100644
index d75320f..0000000
--- a/UefiCpuPkg/Include/Library/BaseRiscVFpuLib.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/** @file
-
- Copyright (c) 2024, Canonical Services Ltd<BR>
- SPDX-License-Identifier: BSD-2-Clause-Patent
-
-**/
-
-#ifndef BASE_RISCV_FPU_LIB_H_
-#define BASE_RISCV_FPU_LIB_H_
-
-/**
- Initialize floating point unit
-
-**/
-EFI_STATUS
-EFIAPI
-RiscVInitializeFpu (
- VOID
- );
-
-#endif /* BASE_RISCV_FPU_LIB_H_ */