Re: [U-Boot] [PATCH] riscv: add Kconfig entries for the F and D ISA extensions support

2019-05-28 Thread Bin Meng
On Tue, May 28, 2019 at 6:50 PM Greentime Hu wrote: > > Hi Bin, > On Tue, May 28, 2019 at 05:58:47PM +0800, Bin Meng wrote: > > Hi Greentime, > > > > On Tue, May 28, 2019 at 3:54 PM Greentime Hu > > wrote: > > > > > > Hi Bin, > > > On Fri, May 24, 2019 at 05:40:08PM +0800, Bin Meng wrote: > > >

Re: [U-Boot] [PATCH] riscv: add Kconfig entries for the F and D ISA extensions support

2019-05-28 Thread Greentime Hu
Hi Bin, On Tue, May 28, 2019 at 05:58:47PM +0800, Bin Meng wrote: > Hi Greentime, > > On Tue, May 28, 2019 at 3:54 PM Greentime Hu wrote: > > > > Hi Bin, > > On Fri, May 24, 2019 at 05:40:08PM +0800, Bin Meng wrote: > > > Hi Eric, > > > > > > On Fri, May 24, 2019 at 4:04 PM Eric Lin wrote: > >

Re: [U-Boot] [PATCH] riscv: add Kconfig entries for the F and D ISA extensions support

2019-05-28 Thread Greentime Hu
Hi Bin, On Fri, May 24, 2019 at 05:40:08PM +0800, Bin Meng wrote: > Hi Eric, > > On Fri, May 24, 2019 at 4:04 PM Eric Lin wrote: > > > > Hi Bin > > > > Bin Meng ??? 2019???5???22??? ?? > > ??5:25? > > > > > > Hi Eric, > > > > > > On Wed, May 22, 2019 at 4:23 PM wrote: > > > >

Re: [U-Boot] [PATCH] riscv: add Kconfig entries for the F and D ISA extensions support

2019-05-28 Thread Bin Meng
Hi Greentime, On Tue, May 28, 2019 at 3:54 PM Greentime Hu wrote: > > Hi Bin, > On Fri, May 24, 2019 at 05:40:08PM +0800, Bin Meng wrote: > > Hi Eric, > > > > On Fri, May 24, 2019 at 4:04 PM Eric Lin wrote: > > > > > > Hi Bin > > > > > > Bin Meng ??? 2019???5???22??? ?? > > >

Re: [U-Boot] [PATCH] riscv: add Kconfig entries for the F and D ISA extensions support

2019-05-24 Thread Eric Lin
Hi Bin Bin Meng 於 2019年5月22日 週三 下午5:25寫道: > > Hi Eric, > > On Wed, May 22, 2019 at 4:23 PM wrote: > > > > Hi Bin, > > > > > -Original Message- > > > From: Bin Meng [mailto:bmeng...@gmail.com] > > > Sent: Tuesday, May 21, 2019 3:56 PM > > > To: Eric Te-Sheng Lin(林德晟) > > > Cc: U-Boot

Re: [U-Boot] [PATCH] riscv: add Kconfig entries for the F and D ISA extensions support

2019-05-24 Thread Bin Meng
Hi Eric, On Fri, May 24, 2019 at 4:04 PM Eric Lin wrote: > > Hi Bin > > Bin Meng 於 2019年5月22日 週三 下午5:25寫道: > > > > Hi Eric, > > > > On Wed, May 22, 2019 at 4:23 PM wrote: > > > > > > Hi Bin, > > > > > > > -Original Message- > > > > From: Bin Meng [mailto:bmeng...@gmail.com] > > > >

Re: [U-Boot] [PATCH] riscv: add Kconfig entries for the F and D ISA extensions support

2019-05-22 Thread Bin Meng
Hi Eric, On Wed, May 22, 2019 at 4:23 PM wrote: > > Hi Bin, > > > -Original Message- > > From: Bin Meng [mailto:bmeng...@gmail.com] > > Sent: Tuesday, May 21, 2019 3:56 PM > > To: Eric Te-Sheng Lin(林德晟) > > Cc: U-Boot Mailing List; Lukas Auer; Anup Patel; Rick Jian-Zhi Chen(陳建志); > >

Re: [U-Boot] [PATCH] riscv: add Kconfig entries for the F and D ISA extensions support

2019-05-22 Thread tesheng
Hi Bin, > -Original Message- > From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: Tuesday, May 21, 2019 3:56 PM > To: Eric Te-Sheng Lin(林德晟) > Cc: U-Boot Mailing List; Lukas Auer; Anup Patel; Rick Jian-Zhi Chen(陳建志); > Greentime Ying-Han Hu(胡英漢); dslin1...@gmail.com > Subject: Re: [PATCH]

[U-Boot] [PATCH] riscv: add Kconfig entries for the F and D ISA extensions support

2019-05-21 Thread Eric Lin
This patch add Kconfig entries for the F (Single-Precision) and D (Double-Precision) floating point instruction-set extensions. Signed-off-by: Eric Lin --- arch/riscv/Kconfig | 8 arch/riscv/Makefile | 12 2 files changed, 16 insertions(+), 4 deletions(-) diff --git

Re: [U-Boot] [PATCH] riscv: add Kconfig entries for the F and D ISA extensions support

2019-05-21 Thread Bin Meng
Hi Eric, On Tue, May 21, 2019 at 3:18 PM Eric Lin wrote: > > This patch add Kconfig entries for the F (Single-Precision) adds > and D (Double-Precision) floating point instruction-set extensions. > Could you please provide reason that why U-Boot has to be compiled using F/D extension? >