Re: [U-Boot] [PATCH 3/3] binman: Remove hard-coded file name for x86 flash-descriptor & intel-me

2017-04-04 Thread Bin Meng
Hi Simon, On Sat, Apr 1, 2017 at 12:22 PM, Simon Glass wrote: > Hi, > > On 31 March 2017 at 09:45, Bin Meng wrote: >> On Thu, Mar 30, 2017 at 6:58 PM, Stefan Roese wrote: >>> Now that we have added file names from Kconfig in x86 u-boot.dtsi,

Re: [U-Boot] [PATCH 3/3] binman: Remove hard-coded file name for x86 flash-descriptor & intel-me

2017-04-04 Thread Bin Meng
On Fri, Mar 31, 2017 at 11:45 PM, Bin Meng wrote: > On Thu, Mar 30, 2017 at 6:58 PM, Stefan Roese wrote: >> Now that we have added file names from Kconfig in x86 u-boot.dtsi, >> update binman to avoid using hard-coded names. >> >> Signed-off-by: Stefan Roese

Re: [U-Boot] [PATCH 3/3] binman: Remove hard-coded file name for x86 flash-descriptor & intel-me

2017-03-31 Thread Simon Glass
Hi, On 31 March 2017 at 09:45, Bin Meng wrote: > On Thu, Mar 30, 2017 at 6:58 PM, Stefan Roese wrote: >> Now that we have added file names from Kconfig in x86 u-boot.dtsi, >> update binman to avoid using hard-coded names. >> >> Signed-off-by: Stefan Roese

Re: [U-Boot] [PATCH 3/3] binman: Remove hard-coded file name for x86 flash-descriptor & intel-me

2017-03-31 Thread Bin Meng
On Thu, Mar 30, 2017 at 6:58 PM, Stefan Roese wrote: > Now that we have added file names from Kconfig in x86 u-boot.dtsi, > update binman to avoid using hard-coded names. > > Signed-off-by: Stefan Roese > Cc: Bin Meng > Cc: Simon Glass

[U-Boot] [PATCH 3/3] binman: Remove hard-coded file name for x86 flash-descriptor & intel-me

2017-03-30 Thread Stefan Roese
Now that we have added file names from Kconfig in x86 u-boot.dtsi, update binman to avoid using hard-coded names. Signed-off-by: Stefan Roese Cc: Bin Meng Cc: Simon Glass --- tools/binman/etype/intel_descriptor.py | 3 ---