Re: [U-Boot] [PATCH v3 005/108] binman: Add a library to access binman entries

2019-10-27 Thread Bin Meng
Hi Simon, On Mon, Oct 21, 2019 at 11:33 AM 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 suppor

[U-Boot] [PATCH v3 005/108] binman: Add a library to access binman entries

2019-10-20 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