[U-Boot] [PATCH 08/12] riscv: Add a helper routine to print CPU information

2018-08-30 Thread Bin Meng
This adds a helper routine to print CPU information. Currently it prints all the instruction set extensions that the processor core supports. Signed-off-by: Bin Meng --- arch/riscv/Makefile | 1 + arch/riscv/cpu/Makefile | 5 ++ arch/riscv/cpu/cpu.c | 49 +

Re: [U-Boot] [PATCH 08/12] riscv: Add a helper routine to print CPU information

2018-09-03 Thread Auer, Lukas
On Thu, 2018-08-30 at 00:54 -0700, Bin Meng wrote: > This adds a helper routine to print CPU information. Currently > it prints all the instruction set extensions that the processor > core supports. > > Signed-off-by: Bin Meng > --- > > arch/riscv/Makefile | 1 + > arch/riscv/cpu/Mak

Re: [U-Boot] [PATCH 08/12] riscv: Add a helper routine to print CPU information

2018-09-05 Thread Bin Meng
Hi Lukas, On Tue, Sep 4, 2018 at 5:42 AM Auer, Lukas wrote: > > On Thu, 2018-08-30 at 00:54 -0700, Bin Meng wrote: > > This adds a helper routine to print CPU information. Currently > > it prints all the instruction set extensions that the processor > > core supports. > > > > Signed-off-by: Bin M

Re: [U-Boot] [PATCH 08/12] riscv: Add a helper routine to print CPU information

2018-09-06 Thread Auer, Lukas
Hi Bin, On Thu, 2018-09-06 at 11:03 +0800, Bin Meng wrote: > Hi Lukas, > > On Tue, Sep 4, 2018 at 5:42 AM Auer, Lukas > wrote: > > > > On Thu, 2018-08-30 at 00:54 -0700, Bin Meng wrote: > > > This adds a helper routine to print CPU information. Currently > > > it prints all the instruction set

Re: [U-Boot] [PATCH 08/12] riscv: Add a helper routine to print CPU information

2018-09-06 Thread Bin Meng
Hi Lucas, On Fri, Sep 7, 2018 at 5:29 AM Auer, Lukas wrote: > > Hi Bin, > > On Thu, 2018-09-06 at 11:03 +0800, Bin Meng wrote: > > Hi Lukas, > > > > On Tue, Sep 4, 2018 at 5:42 AM Auer, Lukas > > wrote: > > > > > > On Thu, 2018-08-30 at 00:54 -0700, Bin Meng wrote: > > > > This adds a helper rou