25 lines
650 B
Diff
25 lines
650 B
Diff
From 0bae3aa6270eb2843a8e6aaaea6690350511233f Mon Sep 17 00:00:00 2001
|
|
From: wang--ge <wang__ge@126.com>
|
|
Date: Tue, 12 Oct 2021 18:54:58 +0800
|
|
Subject: [PATCH] add arm biostype in front end api
|
|
|
|
---
|
|
src/main/java/types/BiosType.java | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/src/main/java/types/BiosType.java b/src/main/java/types/BiosType.java
|
|
index 9044d90..786eafd 100644
|
|
--- a/src/main/java/types/BiosType.java
|
|
+++ b/src/main/java/types/BiosType.java
|
|
@@ -79,5 +79,6 @@ public enum BiosType {
|
|
* @status added
|
|
* @since 4.3
|
|
*/
|
|
- Q35_SECURE_BOOT;
|
|
+ Q35_SECURE_BOOT,
|
|
+ VIRT_OVMF;
|
|
}
|
|
--
|
|
2.27.0
|
|
|