Open
Conversation
bluegate010
reviewed
Feb 3, 2026
Collaborator
Collaborator
Author
There was a problem hiding this comment.
Sure thing. Do we want to save the .drawio source file somewhere, or just the SVG?
Collaborator
There was a problem hiding this comment.
In this image, for example, the drawio source is embedded within the SVG, which is pretty neat.
Signed-off-by: Brett Henning <brett.henning@broadcom.com>
e32211a to
01c46fb
Compare
Signed-off-by: Brett Henning <brett.henning@broadcom.com>
Collaborator
Author
|
I have someone reviewing the changes, and I need to clean up the diagram a bit, so hold off on merging for now. |
Signed-off-by: Brett Henning <brett.henning@broadcom.com>
Signed-off-by: Brett Henning <brett.henning@broadcom.com>
Collaborator
Author
|
@bluegate010 |
bluegate010
reviewed
Feb 24, 2026
|
|
||
| Management First Boot (MFB) is a generalized term for an initialization sequence that starts the system management plane before it starts the data plane. When a system powers on, only the management plane is enabled. Conceptually, this allows a verifier to first attest all of the devices, and then a trusted management controller can enable data plane access for the successfully verified devices. | ||
|
|
||
| One concrete approach to MFB for PCIe devices is to use the PCI Express Management Interface (PCIe-MI) and PCIe Enhanced System Firmware Intermediary (eSFI). The recommended sequence for eSFI is to start the system with all devices in quarantine. The trusted management controller uses a physically isolated management bus and the SPDM protocol to verify the state of all of the devices. Once a device has been successfully verified, it can be exposed to the in-band host using eSFI controls. As an optional intermediate step, the trusted management controller can enable device links in a filtered mode that enables MCTP over PCIe-VDM management and configuration cycles from the BMC, while continuing to restrict host and memory access. Conceptually, this is a filter mode that only allows BMC traffic over the PCIe bus, which is useful when there is not sideband bus available or when the sideband bus is too slow. |
Collaborator
There was a problem hiding this comment.
Might be useful to define VDM.
|
|
||
| Management First Boot (MFB) is a generalized term for an initialization sequence that starts the system management plane before it starts the data plane. When a system powers on, only the management plane is enabled. Conceptually, this allows a verifier to first attest all of the devices, and then a trusted management controller can enable data plane access for the successfully verified devices. | ||
|
|
||
| One concrete approach to MFB for PCIe devices is to use the PCI Express Management Interface (PCIe-MI) and PCIe Enhanced System Firmware Intermediary (eSFI). The recommended sequence for eSFI is to start the system with all devices in quarantine. The trusted management controller uses a physically isolated management bus and the SPDM protocol to verify the state of all of the devices. Once a device has been successfully verified, it can be exposed to the in-band host using eSFI controls. As an optional intermediate step, the trusted management controller can enable device links in a filtered mode that enables MCTP over PCIe-VDM management and configuration cycles from the BMC, while continuing to restrict host and memory access. Conceptually, this is a filter mode that only allows BMC traffic over the PCIe bus, which is useful when there is not sideband bus available or when the sideband bus is too slow. |
Collaborator
There was a problem hiding this comment.
A link to an eSFI definition/overview would be handy, and/or extra text about what these are and how they layer.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #84