Re: [PATCH v2 3/7] doc: uefi: document dynamic UUID generation

2024-05-30 Thread Ilias Apalodimas
On Wed, 29 May 2024 at 17:49, Caleb Connolly wrote: > Document how platforms can generate GUIDs at runtime rather than > maintaining a list of UUIDs per-board. > > Signed-off-by: Caleb Connolly > --- > doc/develop/uefi/uefi.rst | 31 +++ > 1 file changed, 31 insertio

[PATCH v2 3/7] doc: uefi: document dynamic UUID generation

2024-05-29 Thread Caleb Connolly
Document how platforms can generate GUIDs at runtime rather than maintaining a list of UUIDs per-board. Signed-off-by: Caleb Connolly --- doc/develop/uefi/uefi.rst | 31 +++ 1 file changed, 31 insertions(+) diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/ue