Re: [PATCH v3 4/4] fs: remove explicit efi configuration dependency

2023-12-26 Thread Tom Rini
On Tue, Dec 26, 2023 at 09:46:52AM +, Simon Glass wrote: > Hi, > > On Wed, Dec 20, 2023 at 1:25 PM Tom Rini wrote: > > > > On Tue, Dec 19, 2023 at 09:46:27PM -0700, Simon Glass wrote: > > > Hi Heinrich, > > > > > > On Mon, 18 Dec 2023 at 15:16, Heinrich Schuchardt > > > wrote: > > > > > > >

Re: [PATCH v3 4/4] fs: remove explicit efi configuration dependency

2023-12-26 Thread Simon Glass
Hi, On Wed, Dec 20, 2023 at 1:25 PM Tom Rini wrote: > > On Tue, Dec 19, 2023 at 09:46:27PM -0700, Simon Glass wrote: > > Hi Heinrich, > > > > On Mon, 18 Dec 2023 at 15:16, Heinrich Schuchardt > > wrote: > > > > > > > > > > > > Am 18. Dezember 2023 16:01:40 MEZ schrieb Simon Glass : > > > >Hi AK

Re: [PATCH v3 4/4] fs: remove explicit efi configuration dependency

2023-12-20 Thread Tom Rini
On Tue, Dec 19, 2023 at 09:46:27PM -0700, Simon Glass wrote: > Hi Heinrich, > > On Mon, 18 Dec 2023 at 15:16, Heinrich Schuchardt wrote: > > > > > > > > Am 18. Dezember 2023 16:01:40 MEZ schrieb Simon Glass : > > >Hi AKASHI, > > > > > >On Sun, 17 Dec 2023 at 19:39, AKASHI Takahiro > > > wrote: >

Re: [PATCH v3 4/4] fs: remove explicit efi configuration dependency

2023-12-20 Thread Heinrich Schuchardt
Am 20. Dezember 2023 05:46:27 MEZ schrieb Simon Glass : >Hi Heinrich, > >On Mon, 18 Dec 2023 at 15:16, Heinrich Schuchardt wrote: >> >> >> >> Am 18. Dezember 2023 16:01:40 MEZ schrieb Simon Glass : >> >Hi AKASHI, >> > >> >On Sun, 17 Dec 2023 at 19:39, AKASHI Takahiro >> > wrote: >> >> >> >> Now

Re: [PATCH v3 4/4] fs: remove explicit efi configuration dependency

2023-12-19 Thread Simon Glass
Hi Heinrich, On Mon, 18 Dec 2023 at 15:16, Heinrich Schuchardt wrote: > > > > Am 18. Dezember 2023 16:01:40 MEZ schrieb Simon Glass : > >Hi AKASHI, > > > >On Sun, 17 Dec 2023 at 19:39, AKASHI Takahiro > > wrote: > >> > >> Now it is clear that the feature actually depends on efi interfaces, > >> n

Re: [PATCH v3 4/4] fs: remove explicit efi configuration dependency

2023-12-18 Thread Heinrich Schuchardt
Am 18. Dezember 2023 16:01:40 MEZ schrieb Simon Glass : >Hi AKASHI, > >On Sun, 17 Dec 2023 at 19:39, AKASHI Takahiro > wrote: >> >> Now it is clear that the feature actually depends on efi interfaces, >> not "bootefi" command. efi_set_bootdev() will automatically be nullified >> if necessary efi

Re: [PATCH v3 4/4] fs: remove explicit efi configuration dependency

2023-12-18 Thread Simon Glass
Hi AKASHI, On Sun, 17 Dec 2023 at 19:39, AKASHI Takahiro wrote: > > Now it is clear that the feature actually depends on efi interfaces, > not "bootefi" command. efi_set_bootdev() will automatically be nullified > if necessary efi component is disabled. > > Signed-off-by: AKASHI Takahiro > --- >

[PATCH v3 4/4] fs: remove explicit efi configuration dependency

2023-12-17 Thread AKASHI Takahiro
Now it is clear that the feature actually depends on efi interfaces, not "bootefi" command. efi_set_bootdev() will automatically be nullified if necessary efi component is disabled. Signed-off-by: AKASHI Takahiro --- fs/fs.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --gi