Skip to content

Commit

Permalink
FIRM: Use a passthrough to avoid rendering
Browse files Browse the repository at this point in the history
The UEFI spec uses Boot####, or Driver####, or SysPrep#### which has
been duplicated in this spec, but adoc tries to render the ##. Use
a passthrough to avoid that.

Signed-off-by: Andrew Jones <[email protected]>
  • Loading branch information
jones-drew committed Jan 20, 2025
1 parent f1a8f3a commit 6109c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_platform_requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ PCIe devices or be compliant to rules for SoC-integrated PCIe devices (cite:[Ser
| `FIRM_060` | MUST support option ROMs from devices not permanently attached to the platform, including the ability to authenticate these option ROMs (cite:[UEFI] Section 2.6.2).
| `FIRM_070` | SHOULD support 64-bit Intel architecture (aka x64, aka AMD64) UEFI option ROM drivers for improved compatiblity with third-party IHV ecosystem.
| `FIRM_080` | SHOULD support the ability to perform a HTTP-based boot from a network device, including support for HTTPS and DNS, supporting relevant HII protocols (cite:[UEFI] Section 2.6.2).
| `FIRM_090` | MUST support the installation of Load Option Variables (Boot####, or Driver####, or SysPrep####) consistent with cite:[UEFI] Section 2.6.2.
| `FIRM_090` | MUST support the installation of Load Option Variables (+Boot####, or Driver####, or SysPrep####+) consistent with cite:[UEFI] Section 2.6.2.
| `FIRM_100` | MUST support the ability to register for notifications when a call to ResetSystem is called, consistent with cite:[UEFI] Section 2.6.2.
|===

Expand Down

0 comments on commit 6109c4b

Please sign in to comment.