Re: [PATCH v2 7/7] riscv: Add some comments to start.S

2020-09-17 Thread Leo Liang
On Mon, Sep 14, 2020 at 10:23:03AM -0400, Sean Anderson wrote: > This adds comments regarding the ordering and purpose of certain > instructions as I understand them. > > Signed-off-by: Sean Anderson > Reviewed-by: Bin Meng > Reviewed-by: Rick Chen > --- > > Changes in v2: > - Clarify comments

Re: [PATCH v2 7/7] riscv: Add some comments to start.S

2020-09-16 Thread Rick Chen
> This adds comments regarding the ordering and purpose of certain > instructions as I understand them. > > Signed-off-by: Sean Anderson > --- > > Changes in v2: > - Clarify comments regarding tp > > arch/riscv/cpu/start.S | 19 +-- > 1 file changed, 17 insertions(+), 2 deletions(

Re: [PATCH v2 7/7] riscv: Add some comments to start.S

2020-09-14 Thread Bin Meng
On Mon, Sep 14, 2020 at 10:23 PM Sean Anderson wrote: > > This adds comments regarding the ordering and purpose of certain > instructions as I understand them. > > Signed-off-by: Sean Anderson > --- > > Changes in v2: > - Clarify comments regarding tp > > arch/riscv/cpu/start.S | 19

[PATCH v2 7/7] riscv: Add some comments to start.S

2020-09-14 Thread Sean Anderson
This adds comments regarding the ordering and purpose of certain instructions as I understand them. Signed-off-by: Sean Anderson --- Changes in v2: - Clarify comments regarding tp arch/riscv/cpu/start.S | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/ar