Re: [PATCH v1] x86: edison: BINMAN selection is specific to the board

2020-12-15 Thread Bin Meng
On Wed, Dec 16, 2020 at 11:34 AM Bin Meng wrote: > > On Thu, Dec 3, 2020 at 11:40 PM Andy Shevchenko > wrote: > > > > The platforms based on Intel Tangier may have different requirements > > how to create bootloader bundle to supply to a device. Currently > > the BINMAN approach is for Intel Edis

Re: [PATCH v1] x86: edison: BINMAN selection is specific to the board

2020-12-15 Thread Bin Meng
On Thu, Dec 3, 2020 at 11:40 PM Andy Shevchenko wrote: > > The platforms based on Intel Tangier may have different requirements > how to create bootloader bundle to supply to a device. Currently > the BINMAN approach is for Intel Edison only. > Reviewed-by: Bin Meng

Re: [PATCH v1] x86: edison: BINMAN selection is specific to the board

2020-12-12 Thread Simon Glass
On Thu, 3 Dec 2020 at 08:40, Andy Shevchenko wrote: > > The platforms based on Intel Tangier may have different requirements > how to create bootloader bundle to supply to a device. Currently > the BINMAN approach is for Intel Edison only. > > Signed-off-by: Andy Shevchenko > --- > arch/x86/cpu/

[PATCH v1] x86: edison: BINMAN selection is specific to the board

2020-12-03 Thread Andy Shevchenko
The platforms based on Intel Tangier may have different requirements how to create bootloader bundle to supply to a device. Currently the BINMAN approach is for Intel Edison only. Signed-off-by: Andy Shevchenko --- arch/x86/cpu/tangier/Kconfig | 1 - board/intel/edison/Kconfig | 1 + 2 files c