Re: [PATCH 1/2] menu: Make some parts of the menu available to other components

2020-02-05 Thread Schrempf Frieder
On 05.02.20 14:44, Frieder Schrempf wrote: > Hi Simon, > > On 30.12.19 02:21, Simon Glass wrote: >> Hi Schrempf, >> >> On Tue, 10 Dec 2019 at 08:47, Schrempf Frieder >> wrote: >>> >>> From: Frieder Schrempf >>> >>> In order to iterate over the menu entries and match for a specific >>> name in th

Re: [PATCH 1/2] menu: Make some parts of the menu available to other components

2020-02-05 Thread Schrempf Frieder
Hi Simon, On 30.12.19 02:21, Simon Glass wrote: > Hi Schrempf, > > On Tue, 10 Dec 2019 at 08:47, Schrempf Frieder > wrote: >> >> From: Frieder Schrempf >> >> In order to iterate over the menu entries and match for a specific >> name in the pxe boot, we need to properly export the needed structs

Re: [PATCH 1/2] menu: Make some parts of the menu available to other components

2019-12-29 Thread Simon Glass
Hi Schrempf, On Tue, 10 Dec 2019 at 08:47, Schrempf Frieder wrote: > > From: Frieder Schrempf > > In order to iterate over the menu entries and match for a specific > name in the pxe boot, we need to properly export the needed structs > and functions. > > Signed-off-by: Frieder Schrempf > --- >

[PATCH 1/2] menu: Make some parts of the menu available to other components

2019-12-10 Thread Schrempf Frieder
From: Frieder Schrempf In order to iterate over the menu entries and match for a specific name in the pxe boot, we need to properly export the needed structs and functions. Signed-off-by: Frieder Schrempf --- common/menu.c | 31 +-- include/menu.h | 34