Re: [PATCH v6 8/8] doc: uefi: add anti-rollback documentation

2023-05-21 Thread Masahisa Kojima
On Mon, 22 May 2023 at 09:27, Takahiro Akashi wrote: > > Hi Kojima-san, > > On Fri, May 19, 2023 at 07:32:14PM +0900, Masahisa Kojima wrote: > > This commit describe the procedure to configure lowest supported > > version in the device tree for anti-rollback protection. > > > > Signed-off-by: Masa

Re: [PATCH v6 8/8] doc: uefi: add anti-rollback documentation

2023-05-21 Thread Takahiro Akashi
Hi Kojima-san, On Fri, May 19, 2023 at 07:32:14PM +0900, Masahisa Kojima wrote: > This commit describe the procedure to configure lowest supported > version in the device tree for anti-rollback protection. > > Signed-off-by: Masahisa Kojima > --- > Newly created in v6 > > doc/develop/uefi/uefi

[PATCH v6 8/8] doc: uefi: add anti-rollback documentation

2023-05-19 Thread Masahisa Kojima
This commit describe the procedure to configure lowest supported version in the device tree for anti-rollback protection. Signed-off-by: Masahisa Kojima --- Newly created in v6 doc/develop/uefi/uefi.rst | 32 1 file changed, 32 insertions(+) diff --git a/doc/de