Clarify the text that firmware may implement as many block device partitioning schemes as it likes. i.e., MTD for raw NAND. However, doing so is outside the scope of this specification and there are no guarantees that the OS will support them.
Signed-off-by: Grant Likely grant.likely@arm.com --- source/chapter2-uefi.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/source/chapter2-uefi.rst b/source/chapter2-uefi.rst index bfce452..b4c01c1 100644 --- a/source/chapter2-uefi.rst +++ b/source/chapter2-uefi.rst @@ -24,7 +24,10 @@ document. Block device partitioning -------------------------
-The system firmware must implement support for MBR, GPT and El Torito partitioning. +The system firmware must implement support for MBR, GPT and El Torito partitioning +on block devices. +System firmware may also implement other partitioning methods as needed by the platform, +but OS support for other methods is outside the scope of this specification.
UEFI System Environment and Configuration =========================================