Re: [PATCH RFC 3/4] doc: uefi: document dynamic GUID generation

2024-05-23 Thread Ilias Apalodimas
On Fri, 26 Apr 2024 at 17:19, Caleb Connolly wrote: > > Document how platforms can generate GUIDs at runtime rather than > maintaining a list of GUIDs per-board. > > Signed-off-by: Caleb Connolly > --- > doc/develop/uefi/uefi.rst | 35 +++ > 1 file changed, 35 ins

[PATCH RFC 3/4] doc: uefi: document dynamic GUID generation

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