Re: [U-Boot] [PATCH 03/12] riscv: bootm: Correct the 1st kernel argument to hart id

2018-09-06 Thread Auer, Lukas
Hi Bin, On Thu, 2018-09-06 at 10:57 +0800, Bin Meng wrote: > Hi Lukas, > > On Tue, Sep 4, 2018 at 5:41 AM Auer, Lukas > wrote: > > > > On Thu, 2018-08-30 at 00:54 -0700, Bin Meng wrote: > > > The first argument of Linux kernel is the risc-v core hart id, > > > from which the kernel is booted fr

Re: [U-Boot] [PATCH 03/12] riscv: bootm: Correct the 1st kernel argument to hart id

2018-09-05 Thread Bin Meng
Hi Lukas, On Tue, Sep 4, 2018 at 5:41 AM Auer, Lukas wrote: > > On Thu, 2018-08-30 at 00:54 -0700, Bin Meng wrote: > > The first argument of Linux kernel is the risc-v core hart id, > > from which the kernel is booted from. It is not the mach_id, > > which seems to be copied from arm. > > > > Sig

Re: [U-Boot] [PATCH 03/12] riscv: bootm: Correct the 1st kernel argument to hart id

2018-09-03 Thread Auer, Lukas
On Thu, 2018-08-30 at 00:54 -0700, Bin Meng wrote: > The first argument of Linux kernel is the risc-v core hart id, > from which the kernel is booted from. It is not the mach_id, > which seems to be copied from arm. > > Signed-off-by: Bin Meng > --- > > arch/riscv/lib/bootm.c | 18 +

Re: [U-Boot] [PATCH 03/12] riscv: bootm: Correct the 1st kernel argument to hart id

2018-09-03 Thread Rick Chen
> From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: Thursday, August 30, 2018 3:54 PM > To: Rick Jian-Zhi Chen(陳建志); U-Boot Mailing List > Subject: [PATCH 03/12] riscv: bootm: Correct the 1st kernel argument to hart id > > The first argument of Linux kernel is the risc-v core hart id, from w

[U-Boot] [PATCH 03/12] riscv: bootm: Correct the 1st kernel argument to hart id

2018-08-30 Thread Bin Meng
The first argument of Linux kernel is the risc-v core hart id, from which the kernel is booted from. It is not the mach_id, which seems to be copied from arm. Signed-off-by: Bin Meng --- arch/riscv/lib/bootm.c | 18 +- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git