Re: [PATCH V9 03/21] csky: Kernel booting

2018-10-17 Thread Arnd Bergmann
On Tue, Oct 16, 2018 at 4:59 AM Guo Ren wrote: > > This patch add boot code. Thx boot params is all in dtb and it's > the only way to let kernel get bootloader param information. > > Signed-off-by: Guo Ren > Cc: Arnd Bergmann > --- > Changelog: > - Use built-in dtb when dtb param is NULL. > -

[PATCH V9 03/21] csky: Kernel booting

2018-10-15 Thread Guo Ren
This patch add boot code. Thx boot params is all in dtb and it's the only way to let kernel get bootloader param information. Signed-off-by: Guo Ren Cc: Arnd Bergmann --- Changelog: - Use built-in dtb when dtb param is NULL. - Add dummy console for allmodconfig. --- --- arch/csky/kernel/head.