Re: [PATCH v3 3/4] net: tftp: remove explicit efi configuration dependency

2023-12-26 Thread AKASHI Takahiro
Hi Simon, On Tue, Dec 26, 2023 at 09:47:03AM +, Simon Glass wrote: > Hi Heinrich, > > On Wed, Dec 20, 2023 at 9:17???AM Heinrich Schuchardt > wrote: > > > > > > > > Am 20. Dezember 2023 05:46:16 MEZ schrieb Simon Glass : > > >Hi, > > > > > >On Mon, 18 Dec 2023 at 17:17, AKASHI Takahiro > >

Re: [PATCH v3 3/4] net: tftp: remove explicit efi configuration dependency

2023-12-26 Thread Simon Glass
Hi Heinrich, On Wed, Dec 20, 2023 at 9:17 AM Heinrich Schuchardt wrote: > > > > Am 20. Dezember 2023 05:46:16 MEZ schrieb Simon Glass : > >Hi, > > > >On Mon, 18 Dec 2023 at 17:17, AKASHI Takahiro > > wrote: > >> > >> Hi Simon, > >> > >> On Mon, Dec 18, 2023 at 08:01:46AM -0700, Simon Glass wrote:

Re: [PATCH v3 3/4] net: tftp: remove explicit efi configuration dependency

2023-12-25 Thread Tom Rini
On Mon, Dec 25, 2023 at 10:23:35AM +0100, Heinrich Schuchardt wrote: > On 12/18/23 03:38, 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 di

Re: [PATCH v3 3/4] net: tftp: remove explicit efi configuration dependency

2023-12-25 Thread Heinrich Schuchardt
On 12/18/23 03:38, 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 --- net/tftp.c | 10 -- 1 fil

Re: [PATCH v3 3/4] net: tftp: remove explicit efi configuration dependency

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

Re: [PATCH v3 3/4] net: tftp: remove explicit efi configuration dependency

2023-12-19 Thread Simon Glass
Hi, On Mon, 18 Dec 2023 at 17:17, AKASHI Takahiro wrote: > > Hi Simon, > > On Mon, Dec 18, 2023 at 08:01:46AM -0700, Simon Glass wrote: > > 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,

Re: [PATCH v3 3/4] net: tftp: remove explicit efi configuration dependency

2023-12-18 Thread AKASHI Takahiro
Hi Simon, On Mon, Dec 18, 2023 at 08:01:46AM -0700, Simon Glass wrote: > 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

Re: [PATCH v3 3/4] net: tftp: 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 > --- >

Re: [PATCH v3 3/4] net: tftp: remove explicit efi configuration dependency

2023-12-18 Thread Ramon Fried
On Mon, Dec 18, 2023 at 5:17 AM 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 > --- > net/tftp

[PATCH v3 3/4] net: tftp: 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 --- net/tftp.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) di