Re: [U-Boot] [PATCH v2 18/23] efi_loader: implement a pseudo "file delete"

2018-09-05 Thread Alexander Graf
> Am 06.09.2018 um 04:43 schrieb AKASHI Takahiro : > >> On Wed, Sep 05, 2018 at 10:22:07AM +0200, Alexander Graf wrote: >> >> >>> On 05.09.18 04:51, AKASHI Takahiro wrote: On Tue, Sep 04, 2018 at 11:16:38AM +0200, Alexander Graf wrote: > On 04.09.18 09:49, AKASHI Takahiro

Re: [U-Boot] [PATCH v2 18/23] efi_loader: implement a pseudo "file delete"

2018-09-05 Thread AKASHI Takahiro
On Wed, Sep 05, 2018 at 10:22:07AM +0200, Alexander Graf wrote: > > > On 05.09.18 04:51, AKASHI Takahiro wrote: > > On Tue, Sep 04, 2018 at 11:16:38AM +0200, Alexander Graf wrote: > >> > >> > >> On 04.09.18 09:49, AKASHI Takahiro wrote: > >>> This patch is necessary to run SCT.efi (UEFI Self-Cert

Re: [U-Boot] [PATCH v2 18/23] efi_loader: implement a pseudo "file delete"

2018-09-05 Thread Alexander Graf
On 05.09.18 04:51, AKASHI Takahiro wrote: > On Tue, Sep 04, 2018 at 11:16:38AM +0200, Alexander Graf wrote: >> >> >> On 04.09.18 09:49, AKASHI Takahiro wrote: >>> This patch is necessary to run SCT.efi (UEFI Self-Certification Test). >>> Returning EFI_SUCCESS can cheat SCT execution. >>> >>> Sign

Re: [U-Boot] [PATCH v2 18/23] efi_loader: implement a pseudo "file delete"

2018-09-04 Thread AKASHI Takahiro
On Tue, Sep 04, 2018 at 11:16:38AM +0200, Alexander Graf wrote: > > > On 04.09.18 09:49, AKASHI Takahiro wrote: > > This patch is necessary to run SCT.efi (UEFI Self-Certification Test). > > Returning EFI_SUCCESS can cheat SCT execution. > > > > Signed-off-by: AKASHI Takahiro > > How hard woul

Re: [U-Boot] [PATCH v2 18/23] efi_loader: implement a pseudo "file delete"

2018-09-04 Thread Alexander Graf
On 04.09.18 09:49, AKASHI Takahiro wrote: > This patch is necessary to run SCT.efi (UEFI Self-Certification Test). > Returning EFI_SUCCESS can cheat SCT execution. > > Signed-off-by: AKASHI Takahiro How hard would it be to implement a real delete instead? Alex > --- > lib/efi_loader/efi_fi

[U-Boot] [PATCH v2 18/23] efi_loader: implement a pseudo "file delete"

2018-09-04 Thread AKASHI Takahiro
This patch is necessary to run SCT.efi (UEFI Self-Certification Test). Returning EFI_SUCCESS can cheat SCT execution. Signed-off-by: AKASHI Takahiro --- lib/efi_loader/efi_file.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/efi_loader/efi_file.c b/lib/efi_loa