Re: [PATCH v1 1/2] part: Add a function to find ESP partition

2023-09-21 Thread mchitale
On Thu, 2023-09-14 at 12:29 -0400, Tom Rini wrote: > On Thu, Sep 14, 2023 at 03:38:20PM +0530, Mayuresh Chitale wrote: > > If a disk has an EFI system partition (ESP) then it can be used to > > locate the boot files. Add a function to find the ESP. > > > > Signed-off-by: Mayuresh Chitale > > Revi

Re: [PATCH v1 1/2] part: Add a function to find ESP partition

2023-09-14 Thread Tom Rini
On Thu, Sep 14, 2023 at 03:38:20PM +0530, Mayuresh Chitale wrote: > If a disk has an EFI system partition (ESP) then it can be used to > locate the boot files. Add a function to find the ESP. > > Signed-off-by: Mayuresh Chitale > Reviewed-by: Heinrich Schuchardt > --- > disk/part.c| 16

[PATCH v1 1/2] part: Add a function to find ESP partition

2023-09-14 Thread Mayuresh Chitale
If a disk has an EFI system partition (ESP) then it can be used to locate the boot files. Add a function to find the ESP. Signed-off-by: Mayuresh Chitale Reviewed-by: Heinrich Schuchardt --- disk/part.c| 16 include/part.h | 10 ++ 2 files changed, 26 insertions(+)