Skip to content

Commit

Permalink
JadePkg: Add boot option override via IPMI
Browse files Browse the repository at this point in the history
This introduces IpmiBootDxe which enables users to override the UEFI
boot option via IPMI bootdev commands.

As an example, it can be used to force the boot to the BIOS setup menu
as the following commands:
  * ipmitool chassis bootdev
  * ipmitool chassis bootparam get 5 # to confirm the setting

Signed-off-by: Nhi Pham <[email protected]>
  • Loading branch information
nhivp committed Oct 28, 2024
1 parent 2f25de0 commit c993b18
Show file tree
Hide file tree
Showing 4 changed files with 860 additions and 0 deletions.
1 change: 1 addition & 0 deletions Platform/Ampere/JadePkg/Jade.fdf
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ APRIORI DXE {
INF MdeModulePkg/Application/UiApp/UiApp.inf
INF MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.inf
INF Silicon/Ampere/AmpereSiliconPkg/Drivers/PlatformBootManagerDxe/PlatformBootManagerDxe.inf
INF Silicon/Ampere/AmpereSiliconPkg/Drivers/IpmiBootDxe/IpmiBootDxe.inf

#
# Networking stack
Expand Down
1 change: 1 addition & 0 deletions Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -849,3 +849,4 @@
EmbeddedPkg/Drivers/MemoryAttributeManagerDxe/MemoryAttributeManagerDxe.inf
Silicon/Ampere/AmpereSiliconPkg/Drivers/PlatformBootManagerDxe/PlatformBootManagerDxe.inf
Silicon/Ampere/AmpereSiliconPkg/Drivers/IpmiBootDxe/IpmiBootDxe.inf
Loading

0 comments on commit c993b18

Please sign in to comment.