From fa993045694ae6bef7f2d7345adfd46661ce0800 Mon Sep 17 00:00:00 2001 From: Jacob Salmela Date: Wed, 1 Nov 2023 12:23:29 -0500 Subject: [PATCH] add BootOrder key to Intel mockup Signed-off-by: Jacob Salmela --- mockups/Intel/Systems/QSBP74100021/index.json | 30 ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/mockups/Intel/Systems/QSBP74100021/index.json b/mockups/Intel/Systems/QSBP74100021/index.json index cb48c4b1..f8176546 100644 --- a/mockups/Intel/Systems/QSBP74100021/index.json +++ b/mockups/Intel/Systems/QSBP74100021/index.json @@ -34,6 +34,34 @@ "Usb" ] }, + "BootOrder": [ + "OS 1", + "OS 2", + "Enter Setup", + "Boot Device List", + "Network Boot", + "Launch EFI Shell", + "UEFI HTTPv6: Network 00 at Riser 01 Slot 01", + "UEFI IPv4: Network 00 at Riser 01 Slot 01", + "UEFI HTTPv4: Network 00 at Riser 01 Slot 01", + "UEFI IPv6: Network 00 at Riser 01 Slot 01", + "UEFI HTTPv6: Network 00 at Riser 03 Slot 01", + "UEFI IPv4: Network 00 at Riser 03 Slot 01", + "UEFI HTTPv4: Network 00 at Riser 03 Slot 01", + "UEFI IPv6: Network 00 at Riser 03 Slot 01", + "UEFI HTTPv6: Network 01 at Riser 03 Slot 01", + "UEFI IPv4: Network 01 at Riser 03 Slot 01", + "UEFI HTTPv4: Network 01 at Riser 03 Slot 01", + "UEFI IPv6: Network 01 at Riser 03 Slot 01", + "UEFI HTTPv6: Intel Network 00 at Baseboard", + "UEFI IPv4: Intel Network 00 at Baseboard", + "UEFI HTTPv4: Intel Network 00 at Baseboard", + "UEFI IPv6: Intel Network 00 at Baseboard", + "UEFI HTTPv6: Intel Network 01 at Baseboard", + "UEFI IPv4: Intel Network 01 at Baseboard", + "UEFI HTTPv4: Intel Network 01 at Baseboard", + "UEFI IPv6: Intel Network 01 at Baseboard" + ], "BiosVersion": "SE5C620.86B.02.01.0008.C0001.031920191559", "ProcessorSummary": { "Count": 2, @@ -119,4 +147,4 @@ } } } -} \ No newline at end of file +}