Re: [U-Boot] [PATCH v2 3/8] riscv: Add EFI application infrastructure

2018-04-22 Thread
> The hello world binary and a few selftests require to build EFI target > binaries, not just the EFI host environment. > > This patch adds all required files to generate an EFI binary for RISC-V. > > Signed-off-by: Alexander Graf > > --- > > new in v2 > --- > arch/riscv/config.mk

Re: [U-Boot] [PATCH] spi: atcspi200: Full dm conversion

2018-03-07 Thread
2018-03-07 19:02 GMT+08:00 Jagan Teki : > > > On 07-Mar-2018 1:12 PM, "陳建志" wrote: > > 2018-03-07 15:20 GMT+08:00 Jagan Teki : >> On Wed, Mar 7, 2018 at 12:34 PM, Andes wrote: >>> From: Rick Chen >>> >>> atcspi200_spi now support dt

Re: [U-Boot] [PATCH] spi: atcspi200: Full dm conversion

2018-03-06 Thread
2018-03-07 15:20 GMT+08:00 Jagan Teki : > On Wed, Mar 7, 2018 at 12:34 PM, Andes wrote: >> From: Rick Chen >> >> atcspi200_spi now support dt along with platform data. >> >> Signed-off-by: Rick Chen >> Signed-off-by: Rick Chen >> Signed-off-by: Greentime Hu >> --- >> drivers/spi/atcspi200_spi

Re: [U-Boot] [U-Boot, v2, 01/12] riscv: cpu: Add nx25 to support RISC-V

2018-02-07 Thread
2018-02-02 16:20 GMT+08:00 陳建志 : >> Actually I have checked with checkpatch.pl and cleaned most before >> sending patchs. >> But it seem still left some, I will keep fixing them. >> >> Thanks for Tom and Wolfgang's help. >> >> Rick >> >&g

Re: [U-Boot] [U-Boot, v2, 01/12] riscv: cpu: Add nx25 to support RISC-V

2018-02-02 Thread
> Actually I have checked with checkpatch.pl and cleaned most before > sending patchs. > But it seem still left some, I will keep fixing them. > > Thanks for Tom and Wolfgang's help. > > Rick > > 2018-01-15 21:52 GMT+08:00 Tom Rini : >> On Tue, Dec 26, 2017 at 01:55:48PM +0800, Andes wrote: >> >>>

Re: [U-Boot] [U-Boot, v2, 01/12] riscv: cpu: Add nx25 to support RISC-V

2018-01-15 Thread
Actually I have checked with checkpatch.pl and cleaned most before sending patchs. But it seem still left some, I will keep fixing them. Thanks for Tom and Wolfgang's help. Rick 2018-01-15 21:52 GMT+08:00 Tom Rini : > On Tue, Dec 26, 2017 at 01:55:48PM +0800, Andes wrote: > >> From: Rick Chen

Re: [U-Boot] [PATCH v2 01/12] riscv: cpu: Add nx25 to support RISC-V

2018-01-08 Thread
Hi Tom How about the Andes NX25 cpu for RISC-V arch patchsets [PATCH v2 x/12] reviewing status ? Is everything ok ? Rick 2017-12-26 13:55 GMT+08:00 Andes : > From: Rick Chen > > Add Andes nx25 cpu core (called AndesStar V5) to support RISC-V arch > > Verifications: > 1. startup and relocation o

Re: [U-Boot] [PATCH 09/12] risck: tools: Prelink u-boot

2017-12-24 Thread
2017-12-22 23:31 GMT+08:00 Tom Rini : > On Fri, Dec 22, 2017 at 03:44:26PM +0800, Andes wrote: > >> From: Rick Chen >> >> Add prelink-riscv to arrange .rela.dyn and .rela.got >> in compile time. >> >> Signed-off-by: Rick Chen >> Signed-off-by: Rick Chen >> Signed-off-by: Greentime Hu >> --- >>

Re: [U-Boot] [PATCH 05/12] riscv: Add Kconfig to support RISC-V

2017-12-24 Thread
2017-12-22 23:30 GMT+08:00 Tom Rini : > On Fri, Dec 22, 2017 at 03:44:22PM +0800, Andes wrote: > >> From: Rick Chen >> >> Add Kconfig and makefile for RISC-V >> >> Signed-off-by: Rick Chen >> Signed-off-by: Rick Chen >> Signed-off-by: Greentime Hu >> Cc: Padmarao Begari >> --- >> arch/riscv/K