forked from tianocore/edk2-platforms
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change enables necessary modules to allow the communication between UEFI Host and BMC via Redfish interface. In order to establish a success and secure connection, few things need to be done: - Redfish service must be configured with a valid CA certificate and a proper Root CA certificate is installed on UEFI through TLS Server menu. - PcdRedfishRestExServiceDevicePath.DevicePath in Jade.dsc should be modified with MAC address of target network interface. Ex: DEVICE_PATH("MAC(001B21DC35B0,0x1)") - Use Shell app RedfishPlatformConfig provided by EmulatorPkg to config the Redfish service info. Ex: RedfishPlatformConfig -a 10.38.64.20 255.255.255.0 443 Signed-off-by: Vu Nguyen <Vu@amperecomputing.com>
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters