Re: [PATCH v6 001/102] binman: Add a library to access binman entries

2020-01-07 Thread Simon Glass
On Tue, 7 Jan 2020 at 10:57, Stephen Warren wrote: > > On 1/7/20 10:32 AM, Stephen Warren wrote: > > On 12/7/19 6:08 PM, Bin Meng wrote: > >> On Sat, Dec 7, 2019 at 12:45 PM Simon Glass wrote: > >>> > >>> SPL and TPL can access information about binman entries using link-time > >>> symbols but th

Re: [PATCH v6 001/102] binman: Add a library to access binman entries

2020-01-07 Thread Stephen Warren
On 1/7/20 10:32 AM, Stephen Warren wrote: On 12/7/19 6:08 PM, Bin Meng wrote: On Sat, Dec 7, 2019 at 12:45 PM Simon Glass wrote: SPL and TPL can access information about binman entries using link-time symbols but this is not available in U-Boot proper. Of course it could be made available,

Re: [PATCH v6 001/102] binman: Add a library to access binman entries

2020-01-07 Thread Stephen Warren
On 12/7/19 6:08 PM, Bin Meng wrote: On Sat, Dec 7, 2019 at 12:45 PM Simon Glass wrote: SPL and TPL can access information about binman entries using link-time symbols but this is not available in U-Boot proper. Of course it could be made available, but the intention is to just read the device

Re: [PATCH v6 001/102] binman: Add a library to access binman entries

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:45 PM Simon Glass wrote: > > SPL and TPL can access information about binman entries using link-time > symbols but this is not available in U-Boot proper. Of course it could be > made available, but the intention is to just read the device tree. > > Add support for this,

[PATCH v6 001/102] binman: Add a library to access binman entries

2019-12-06 Thread Simon Glass
SPL and TPL can access information about binman entries using link-time symbols but this is not available in U-Boot proper. Of course it could be made available, but the intention is to just read the device tree. Add support for this, so that U-Boot can locate entries. Signed-off-by: Simon Glass