Re: [PATCH 02/31] nds32: Kernel booting and initialization

2017-11-09 Thread Greentime Hu
2017-11-08 21:38 GMT+08:00 Rob Herring : > On Tue, Nov 7, 2017 at 11:54 PM, Greentime Hu wrote: >> From: Greentime Hu >> > > Commit message needed. Thanks. I will add more commit messages in the next version patch. > >> Signed-off-by: Vincent Chen >> Signed-off-by: Greentime Hu >> --- > >> +

Re: [PATCH 02/31] nds32: Kernel booting and initialization

2017-11-08 Thread Rob Herring
On Tue, Nov 7, 2017 at 11:54 PM, Greentime Hu wrote: > From: Greentime Hu > Commit message needed. > Signed-off-by: Vincent Chen > Signed-off-by: Greentime Hu > --- > + /* it could update max_pfn */ > + if (max_pfn - ram_start_pfn <= MAXMEM_PFN) > + max_low_pfn = ma

[PATCH 02/31] nds32: Kernel booting and initialization

2017-11-07 Thread Greentime Hu
From: Greentime Hu Signed-off-by: Vincent Chen Signed-off-by: Greentime Hu --- arch/nds32/kernel/head.S | 211 +++ arch/nds32/kernel/setup.c | 406 + 2 files changed, 617 insertions(+) create mode 100644 arch/nds32/kernel/head