Re: [U-Boot] [PATCH 03/14] x86: spl: Add weak arch_cpu_init_dm()

2017-02-06 Thread Bin Meng
On Mon, Feb 6, 2017 at 11:35 PM, Simon Glass wrote: > On 3 February 2017 at 21:59, Bin Meng wrote: >> Hi Simon, >> >> On Tue, Jan 24, 2017 at 3:50 AM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 18 January 2017 at 04:32, Bin Meng wrote: arch_cpu_init_dm() might not be implemented by every pl

Re: [U-Boot] [PATCH 03/14] x86: spl: Add weak arch_cpu_init_dm()

2017-02-06 Thread Simon Glass
On 3 February 2017 at 21:59, Bin Meng wrote: > Hi Simon, > > On Tue, Jan 24, 2017 at 3:50 AM, Simon Glass wrote: >> Hi Bin, >> >> On 18 January 2017 at 04:32, Bin Meng wrote: >>> arch_cpu_init_dm() might not be implemented by every platform. >>> Implement a weak version for SPL. >>> >>> Signed-o

Re: [U-Boot] [PATCH 03/14] x86: spl: Add weak arch_cpu_init_dm()

2017-02-03 Thread Bin Meng
Hi Simon, On Tue, Jan 24, 2017 at 3:50 AM, Simon Glass wrote: > Hi Bin, > > On 18 January 2017 at 04:32, Bin Meng wrote: >> arch_cpu_init_dm() might not be implemented by every platform. >> Implement a weak version for SPL. >> >> Signed-off-by: Bin Meng >> --- >> >> arch/x86/lib/spl.c | 5

Re: [U-Boot] [PATCH 03/14] x86: spl: Add weak arch_cpu_init_dm()

2017-01-23 Thread Simon Glass
Hi Bin, On 18 January 2017 at 04:32, Bin Meng wrote: > arch_cpu_init_dm() might not be implemented by every platform. > Implement a weak version for SPL. > > Signed-off-by: Bin Meng > --- > > arch/x86/lib/spl.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/arch/x86/lib/spl.c b/a

[U-Boot] [PATCH 03/14] x86: spl: Add weak arch_cpu_init_dm()

2017-01-18 Thread Bin Meng
arch_cpu_init_dm() might not be implemented by every platform. Implement a weak version for SPL. Signed-off-by: Bin Meng --- arch/x86/lib/spl.c | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/x86/lib/spl.c b/arch/x86/lib/spl.c index 7403d15..8c5b90f 100644 --- a/arch/x86/lib/spl.c