Re: [U-Boot] [PATCH] nios2: convert nios2 cpu to driver model

2015-10-04 Thread Thomas Chou
On 10/01/2015 10:31 AM, Thomas Chou wrote: Convert nios2 cpu to driver model. The cpu parameters are extracted from device tree and saved to global data structure. We will use them to replace the custom_fpga.h . Signed-off-by: Thomas Chou --- v2 move cpu param setup

Re: [U-Boot] [PATCH] nios2: convert nios2 cpu to driver model

2015-10-02 Thread Simon Glass
On Wednesday, 30 September 2015, Thomas Chou wrote: > > Convert nios2 cpu to driver model. The cpu parameters are > extracted from device tree and saved to global data structure. > We will use them to replace the custom_fpga.h . > > Signed-off-by: Thomas Chou

[U-Boot] [PATCH] nios2: convert nios2 cpu to driver model

2015-09-30 Thread Thomas Chou
Convert nios2 cpu to driver model. The cpu parameters are extracted from device tree and saved to global data structure. We will use them to replace the custom_fpga.h . Signed-off-by: Thomas Chou --- v2 move cpu param setup to arch_cpu_init_dm, remove probe. v3 fix

[U-Boot] [PATCH] nios2: convert nios2 cpu to driver model

2015-09-27 Thread Thomas Chou
Convert nios2 cpu to driver model. The cpu parameters are extracted from device tree and saved to global data structure. We will use them to replace the custom_fpga.h . Signed-off-by: Thomas Chou --- arch/Kconfig | 3 ++ arch/nios2/cpu/cpu.c