Re: [U-Boot] [PATCH V2 12/23] imx: mx8m: add soc related settings and files

2017-12-07 Thread Peng Fan
Hi Stefano, On Thu, Dec 07, 2017 at 09:39:23AM +0100, Stefano Babic wrote: >Hi Peng, > >On 04/12/2017 05:31, Peng Fan wrote: >> Add SoC level initialization code >> - arch_cpu_init >> - mmu table >> - detect cpu revision >> - reset cpu and wdog settings >> - M4 boot >> - timer init >> -

Re: [U-Boot] [PATCH V2 12/23] imx: mx8m: add soc related settings and files

2017-12-07 Thread Stefano Babic
Hi Peng, On 04/12/2017 05:31, Peng Fan wrote: > Add SoC level initialization code > - arch_cpu_init > - mmu table > - detect cpu revision > - reset cpu and wdog settings > - M4 boot > - timer init > - wdog settings > - lowlevel init to save/restore registers > - a few dummy header file

[U-Boot] [PATCH V2 12/23] imx: mx8m: add soc related settings and files

2017-12-03 Thread Peng Fan
Add SoC level initialization code - arch_cpu_init - mmu table - detect cpu revision - reset cpu and wdog settings - M4 boot - timer init - wdog settings - lowlevel init to save/restore registers - a few dummy header file to avoid build failure - ft_system_setup and ft_add_optee_node -