Re: [U-Boot] [RESEND PATCH v2 15/15] riscv: Move do_reset() to a common place

2018-09-19 Thread Rick Chen
> From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: Tuesday, September 11, 2018 12:55 PM > To: Rick Jian-Zhi Chen(陳建志); U-Boot Mailing List > Cc: Lukas Auer > Subject: [RESEND PATCH v2 15/15] riscv: Move do_reset() to a common place > > We don't have a reset method on any RISC-V board yet.

Re: [U-Boot] [RESEND PATCH v2 15/15] riscv: Move do_reset() to a common place

2018-09-18 Thread Auer, Lukas
Hi Bin, On Tue, 2018-09-18 at 16:50 +0800, Bin Meng wrote: > Hi Lukas, > > On Tue, Sep 18, 2018 at 6:01 AM Auer, Lukas > wrote: > > > > Hi Bin, > > > > On Mon, 2018-09-17 at 13:02 +0800, Bin Meng wrote: > > > Hi Lukas, > > > > > > On Mon, Sep 17, 2018 at 5:09 AM Auer, Lukas > > > wrote: > >

Re: [U-Boot] [RESEND PATCH v2 15/15] riscv: Move do_reset() to a common place

2018-09-18 Thread Bin Meng
Hi Lukas, On Tue, Sep 18, 2018 at 6:01 AM Auer, Lukas wrote: > > Hi Bin, > > On Mon, 2018-09-17 at 13:02 +0800, Bin Meng wrote: > > Hi Lukas, > > > > On Mon, Sep 17, 2018 at 5:09 AM Auer, Lukas > > wrote: > > > > > > Hi Bin, > > > > > > On Mon, 2018-09-10 at 21:54 -0700, Bin Meng wrote: > > > >

Re: [U-Boot] [RESEND PATCH v2 15/15] riscv: Move do_reset() to a common place

2018-09-17 Thread Auer, Lukas
Hi Bin, On Mon, 2018-09-17 at 13:02 +0800, Bin Meng wrote: > Hi Lukas, > > On Mon, Sep 17, 2018 at 5:09 AM Auer, Lukas > wrote: > > > > Hi Bin, > > > > On Mon, 2018-09-10 at 21:54 -0700, Bin Meng wrote: > > > We don't have a reset method on any RISC-V board yet. Instead of > > > adding the

Re: [U-Boot] [RESEND PATCH v2 15/15] riscv: Move do_reset() to a common place

2018-09-16 Thread Bin Meng
Hi Lukas, On Mon, Sep 17, 2018 at 5:09 AM Auer, Lukas wrote: > > Hi Bin, > > On Mon, 2018-09-10 at 21:54 -0700, Bin Meng wrote: > > We don't have a reset method on any RISC-V board yet. Instead of > > adding the same 'unsupported' message for each CPU variant it might > > make more sense to add

Re: [U-Boot] [RESEND PATCH v2 15/15] riscv: Move do_reset() to a common place

2018-09-16 Thread Auer, Lukas
Hi Bin, On Mon, 2018-09-10 at 21:54 -0700, Bin Meng wrote: > We don't have a reset method on any RISC-V board yet. Instead of > adding the same 'unsupported' message for each CPU variant it might > make more sense to add a generic do_reset function for all CPU > variants to lib/, similar to the