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

2020-02-05 Thread Eric Lin
Hi Bin, Bin Meng 於 2020年2月4日 週二 下午11:50寫道: > > On Thu, Jun 6, 2019 at 5:06 PM Eric Lin wrote: > > > > This patch adds Kconfig entries for the F (Single-Precision) > > and D (Double-Precision) floating point instruction-set extensions. > > > > Signed-off-by:

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

2019-06-06 Thread Eric Lin
This patch adds Kconfig entries for the F (Single-Precision) and D (Double-Precision) floating point instruction-set extensions. Signed-off-by: Eric Lin --- Changes for v2: - Grammatical correction in commit message "adds" - Fixed the config name to indicate both F and D Chan

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

2019-06-05 Thread Eric Lin
Hi Bin > > Hi Eric, > > On Tue, Jun 4, 2019 at 1:51 PM Eric Lin wrote: > > > > This patch adds Kconfig entries for the F (Single-Precision) > > and D (Double-Precision) floating point instruction-set extensions. > > > > Signed-of

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

2019-06-03 Thread Eric Lin
This patch adds Kconfig entries for the F (Single-Precision) and D (Double-Precision) floating point instruction-set extensions. Signed-off-by: Eric Lin --- Changes for v2: - Grammatical correction in commit message "adds" - Fixed the config name to indicate both F and

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

2019-05-24 Thread Eric Lin
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] riscv: add Kconfig entries for the F and D ISA > > > ext

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

2019-05-24 Thread Eric Lin
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] riscv: add Kconfig entries for the F and D ISA > > > ext

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

2019-05-24 Thread Eric Lin
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] riscv: add Kconfig entries for the F and D ISA > > > ext

[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