Skip to content

Commit

Permalink
Merge pull request #8 from Cray-HPE/singular-swift
Browse files Browse the repository at this point in the history
add BootOrder key to Intel mockup
  • Loading branch information
jacobsalmela authored Nov 2, 2023
2 parents 0de2a54 + d38d81c commit 46b0e95
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.2
1.5.3
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Removed - for now removed features
Fixed - for any bug fixes
Security - in case of vulnerabilities
-->
## [1.5.3] - 2023-11-02

### Added

- BootOrder key to Intel mockup

## [1.5.2] - 2023-10/30

Expand Down
30 changes: 29 additions & 1 deletion mockups/Intel/Systems/QSBP74100021/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -119,4 +147,4 @@
}
}
}
}
}

0 comments on commit 46b0e95

Please sign in to comment.