Re: [PATCH v3 04/33] nds32: Kernel booting and initialization

2017-12-08 Thread Greentime Hu
Hi, Philippe: 2017-12-08 21:19 GMT+08:00 Philippe Ombredanne : > Dear Greentime, > > On Fri, Dec 8, 2017 at 10:11 AM, Greentime Hu wrote: >> From: Greentime Hu >> >> This patch includes the kernel startup code. It can get dtb pointer >> passed from bootloader. It will create a temp mapping by tl

Re: [PATCH v3 04/33] nds32: Kernel booting and initialization

2017-12-08 Thread Philippe Ombredanne
Dear Greentime, On Fri, Dec 8, 2017 at 10:11 AM, Greentime Hu wrote: > From: Greentime Hu > > This patch includes the kernel startup code. It can get dtb pointer > passed from bootloader. It will create a temp mapping by tlb > instructions at beginning and goto start_kernel. > > Signed-off-by: V

[PATCH v3 04/33] nds32: Kernel booting and initialization

2017-12-08 Thread Greentime Hu
From: Greentime Hu This patch includes the kernel startup code. It can get dtb pointer passed from bootloader. It will create a temp mapping by tlb instructions at beginning and goto start_kernel. Signed-off-by: Vincent Chen Signed-off-by: Greentime Hu --- arch/nds32/kernel/head.S | 202 +++