Re: [U-Boot] [PATCH 6/8] cpu: Add cpu_print_info function

2018-04-27 Thread Mario Six
Hi Simon, On Thu, Apr 26, 2018 at 4:40 PM, Simon Glass wrote: > Hi Mario, > > On 26 April 2018 at 00:07, Mario Six wrote: >> Hi Simon, >> >> On Tue, Apr 24, 2018 at 11:53 PM, Simon Glass wrote: >>> Hi Mario, >>> >>> On 19 April 2018 at

Re: [U-Boot] [PATCH 6/8] cpu: Add cpu_print_info function

2018-04-26 Thread Simon Glass
Hi Mario, On 26 April 2018 at 00:07, Mario Six wrote: > Hi Simon, > > On Tue, Apr 24, 2018 at 11:53 PM, Simon Glass wrote: >> Hi Mario, >> >> On 19 April 2018 at 01:50, Mario Six wrote: >>> >>> Hi Simon, >>> >>> On Wed, Apr 18, 2018 at

Re: [U-Boot] [PATCH 6/8] cpu: Add cpu_print_info function

2018-04-26 Thread Mario Six
Hi Simon, On Tue, Apr 24, 2018 at 11:53 PM, Simon Glass wrote: > Hi Mario, > > On 19 April 2018 at 01:50, Mario Six wrote: >> >> Hi Simon, >> >> On Wed, Apr 18, 2018 at 5:45 PM, Simon Glass wrote: >> > Hi Mario, >> > >> > On 18 April

Re: [U-Boot] [PATCH 6/8] cpu: Add cpu_print_info function

2018-04-24 Thread Simon Glass
Hi Mario, On 19 April 2018 at 01:50, Mario Six wrote: > > Hi Simon, > > On Wed, Apr 18, 2018 at 5:45 PM, Simon Glass wrote: > > Hi Mario, > > > > On 18 April 2018 at 02:35, Mario Six wrote: > >> Hi Simon, > >> > >> On Thu, Apr 12, 2018

Re: [U-Boot] [PATCH 6/8] cpu: Add cpu_print_info function

2018-04-19 Thread Mario Six
Hi Simon, On Wed, Apr 18, 2018 at 5:45 PM, Simon Glass wrote: > Hi Mario, > > On 18 April 2018 at 02:35, Mario Six wrote: >> Hi Simon, >> >> On Thu, Apr 12, 2018 at 6:37 PM, Simon Glass wrote: >>> Hi Mario, >>> >>> On 11 April 2018 at

Re: [U-Boot] [PATCH 6/8] cpu: Add cpu_print_info function

2018-04-18 Thread Simon Glass
Hi Mario, On 18 April 2018 at 02:35, Mario Six wrote: > Hi Simon, > > On Thu, Apr 12, 2018 at 6:37 PM, Simon Glass wrote: >> Hi Mario, >> >> On 11 April 2018 at 00:39, Mario Six wrote: >>> Hi Simon, >>> >>> On Fri, Mar 30, 2018 at

Re: [U-Boot] [PATCH 6/8] cpu: Add cpu_print_info function

2018-04-18 Thread Mario Six
Hi Simon, On Thu, Apr 12, 2018 at 6:37 PM, Simon Glass wrote: > Hi Mario, > > On 11 April 2018 at 00:39, Mario Six wrote: >> Hi Simon, >> >> On Fri, Mar 30, 2018 at 10:41 AM, Simon Glass wrote: >>> Hi, >>> >>> On 28 March 2018 at 20:38,

Re: [U-Boot] [PATCH 6/8] cpu: Add cpu_print_info function

2018-04-12 Thread Simon Glass
Hi Mario, On 11 April 2018 at 00:39, Mario Six wrote: > Hi Simon, > > On Fri, Mar 30, 2018 at 10:41 AM, Simon Glass wrote: >> Hi, >> >> On 28 March 2018 at 20:38, Mario Six wrote: >>> Add a cpu_print_info function to the CPU uclass to

Re: [U-Boot] [PATCH 6/8] cpu: Add cpu_print_info function

2018-04-11 Thread Mario Six
Hi Simon, On Fri, Mar 30, 2018 at 10:41 AM, Simon Glass wrote: > Hi, > > On 28 March 2018 at 20:38, Mario Six wrote: >> Add a cpu_print_info function to the CPU uclass to emulate the behavior >> of some current non-DM drivers (e.g. MPC83xx) to print CPU

Re: [U-Boot] [PATCH 6/8] cpu: Add cpu_print_info function

2018-03-30 Thread Simon Glass
Hi, On 28 March 2018 at 20:38, Mario Six wrote: > Add a cpu_print_info function to the CPU uclass to emulate the behavior > of some current non-DM drivers (e.g. MPC83xx) to print CPU information > during startup. > > Signed-off-by: Mario Six > --- >

[U-Boot] [PATCH 6/8] cpu: Add cpu_print_info function

2018-03-28 Thread Mario Six
Add a cpu_print_info function to the CPU uclass to emulate the behavior of some current non-DM drivers (e.g. MPC83xx) to print CPU information during startup. Signed-off-by: Mario Six --- drivers/cpu/cpu-uclass.c | 10 ++ include/cpu.h| 15 +++