Re: [U-Boot] [PATCH 22/30] riscv: remove unused labels in start.S

2018-10-30 Thread Auer, Lukas
Hi Rick, On Tue, 2018-10-30 at 09:49 +0800, Rick Chen wrote: > Auer, Lukas 於 2018年10月30日 週二 > 上午12:43寫道: > > > > Hi Rick, > > > > On Thu, 2018-10-25 at 15:56 +, Auer, Lukas wrote: > > > Hi Rick, > > > > > > On Thu, 2018-10-25 at 09:16 +0800, Rick Chen wrote: > > > > Auer, Lukas 於 2018年10月

Re: [U-Boot] [PATCH 22/30] riscv: remove unused labels in start.S

2018-10-29 Thread Rick Chen
Auer, Lukas 於 2018年10月30日 週二 上午12:43寫道: > > Hi Rick, > > On Thu, 2018-10-25 at 15:56 +, Auer, Lukas wrote: > > Hi Rick, > > > > On Thu, 2018-10-25 at 09:16 +0800, Rick Chen wrote: > > > Auer, Lukas 於 2018年10月24日 週三 > > > 下午10:14寫道: > > > > > > > > Hi Rick, > > > > > > > > On Wed, 2018-10-24 a

Re: [U-Boot] [PATCH 22/30] riscv: remove unused labels in start.S

2018-10-29 Thread Auer, Lukas
Hi Rick, On Thu, 2018-10-25 at 15:56 +, Auer, Lukas wrote: > Hi Rick, > > On Thu, 2018-10-25 at 09:16 +0800, Rick Chen wrote: > > Auer, Lukas 於 2018年10月24日 週三 > > 下午10:14寫道: > > > > > > Hi Rick, > > > > > > On Wed, 2018-10-24 at 13:47 +0800, Rick Chen wrote: > > > > Rick Chen 於 2018年10月24

Re: [U-Boot] [PATCH 22/30] riscv: remove unused labels in start.S

2018-10-25 Thread Auer, Lukas
Hi Rick, On Thu, 2018-10-25 at 09:16 +0800, Rick Chen wrote: > Auer, Lukas 於 2018年10月24日 週三 > 下午10:14寫道: > > > > Hi Rick, > > > > On Wed, 2018-10-24 at 13:47 +0800, Rick Chen wrote: > > > Rick Chen 於 2018年10月24日 週三 下午1:20寫道: > > > > > > > > Bin Meng 於 2018年10月24日 週三 上午11:34寫道: > > > > > > >

Re: [U-Boot] [PATCH 22/30] riscv: remove unused labels in start.S

2018-10-24 Thread Rick Chen
Auer, Lukas 於 2018年10月24日 週三 下午10:14寫道: > > Hi Rick, > > On Wed, 2018-10-24 at 13:47 +0800, Rick Chen wrote: > > Rick Chen 於 2018年10月24日 週三 下午1:20寫道: > > > > > > Bin Meng 於 2018年10月24日 週三 上午11:34寫道: > > > > > > > > Hi Rich, > > > > > > > > On Wed, Oct 24, 2018 at 10:37 AM Rick Chen > > > > wrot

Re: [U-Boot] [PATCH 22/30] riscv: remove unused labels in start.S

2018-10-24 Thread Auer, Lukas
Hi Rick, On Wed, 2018-10-24 at 13:47 +0800, Rick Chen wrote: > Rick Chen 於 2018年10月24日 週三 下午1:20寫道: > > > > Bin Meng 於 2018年10月24日 週三 上午11:34寫道: > > > > > > Hi Rich, > > > > > > On Wed, Oct 24, 2018 at 10:37 AM Rick Chen > > > wrote: > > > > > > > > > > > The labels nmi_vector, trap_vector

Re: [U-Boot] [PATCH 22/30] riscv: remove unused labels in start.S

2018-10-23 Thread Rick Chen
Rick Chen 於 2018年10月24日 週三 下午1:20寫道: > > Bin Meng 於 2018年10月24日 週三 上午11:34寫道: > > > > Hi Rich, > > > > On Wed, Oct 24, 2018 at 10:37 AM Rick Chen wrote: > > > > > > > > > The labels nmi_vector, trap_vector and handle_reset in start.S are > > > > > > not > > > > > > used for RISC-V. Remove them.

Re: [U-Boot] [PATCH 22/30] riscv: remove unused labels in start.S

2018-10-23 Thread Rick Chen
Bin Meng 於 2018年10月24日 週三 上午11:34寫道: > > Hi Rich, > > On Wed, Oct 24, 2018 at 10:37 AM Rick Chen wrote: > > > > > > > The labels nmi_vector, trap_vector and handle_reset in start.S are not > > > > > used for RISC-V. Remove them. > > > > > > > > > Hi Lukas > > > > Agree with the above part. > > >

Re: [U-Boot] [PATCH 22/30] riscv: remove unused labels in start.S

2018-10-23 Thread Bin Meng
Hi Rich, On Wed, Oct 24, 2018 at 10:37 AM Rick Chen wrote: > > > > > The labels nmi_vector, trap_vector and handle_reset in start.S are not > > > > used for RISC-V. Remove them. > > > > > > Hi Lukas > > Agree with the above part. > > > > > While we are here, also remove the code from the beginnin

Re: [U-Boot] [PATCH 22/30] riscv: remove unused labels in start.S

2018-10-23 Thread Rick Chen
> > > The labels nmi_vector, trap_vector and handle_reset in start.S are not > > > used for RISC-V. Remove them. > > > Hi Lukas Agree with the above part. > > > While we are here, also remove the code from the beginning of start.S, > > > which stores the contents of a2 to memory. Only registers

Re: [U-Boot] [PATCH 22/30] riscv: remove unused labels in start.S

2018-10-22 Thread Bin Meng
On Sat, Oct 20, 2018 at 6:10 AM Lukas Auer wrote: > > The labels nmi_vector, trap_vector and handle_reset in start.S are not > used for RISC-V. Remove them. > > While we are here, also remove the code from the beginning of start.S, > which stores the contents of a2 to memory. Only registers a0 and

[U-Boot] [PATCH 22/30] riscv: remove unused labels in start.S

2018-10-19 Thread Lukas Auer
The labels nmi_vector, trap_vector and handle_reset in start.S are not used for RISC-V. Remove them. While we are here, also remove the code from the beginning of start.S, which stores the contents of a2 to memory. Only registers a0 and a1 contain information from the previous boot stage. There is