Re: [U-Boot] [PATCH] ARM Cortex A8: Move OMAP3 specific reset handler to OMAP3 code

2009-07-17 Thread Dirk Behme
Minkyu Kang wrote: > Dear Jean and Dirk, > >> cpu/arm_cortexa8/omap3/lowlevel_init.S | 12 >> cpu/arm_cortexa8/start.S | 14 -- >> 2 files changed, 12 insertions(+), 14 deletions(-) >> >> Index: u-boot-arm/cpu/arm_cortexa8/omap3/lowle

Re: [U-Boot] [PATCH] ARM Cortex A8: Move OMAP3 specific reset handler to OMAP3 code

2009-07-16 Thread Minkyu Kang
Dear Jean and Dirk, > cpu/arm_cortexa8/omap3/lowlevel_init.S | 12 > cpu/arm_cortexa8/start.S | 14 -- > 2 files changed, 12 insertions(+), 14 deletions(-) > > Index: u-boot-arm/cpu/arm_cortexa8/omap3/lowlevel_init.S > ===

Re: [U-Boot] [PATCH] ARM Cortex A8: Move OMAP3 specific reset handler to OMAP3 code

2009-06-02 Thread Dirk Behme
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 17:56 Sun 31 May , Dirk Behme wrote: >> Dear Jean-Christophe, >> >> Jean-Christophe PLAGNIOL-VILLARD wrote: >>> On 09:30 Sat 30 May , Dirk Behme wrote: Reset is SoC specific and not ARM Cortex A8 generic. Move it from

Re: [U-Boot] [PATCH] ARM Cortex A8: Move OMAP3 specific reset handler to OMAP3 code

2009-06-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:56 Sun 31 May , Dirk Behme wrote: > Dear Jean-Christophe, > > Jean-Christophe PLAGNIOL-VILLARD wrote: >> On 09:30 Sat 30 May , Dirk Behme wrote: >>> Reset is SoC specific and not ARM Cortex A8 generic. Move it from generic >>> code to OMAP3 SoC specific file. >>> >>> CC: "Kim, Heung J

Re: [U-Boot] [PATCH] ARM Cortex A8: Move OMAP3 specific reset handler to OMAP3 code

2009-06-01 Thread Wolfgang Denk
Dear Riverful, In message you wrote: > > Jean's opinion seems that file naming & func naming must match > for soruce maintaining, & definitely I agree with that. I do not agree. Yes, they _should_ match. That means we should try to acchieve this whenever it makes sense. But there is no stric

Re: [U-Boot] [PATCH] ARM Cortex A8: Move OMAP3 specific reset handler to OMAP3 code

2009-06-01 Thread Kim, Heung Jun
Dear Jean & Dirk, Jean's opinion seems that file naming & func naming must match for soruce maintaining, & definitely I agree with that. Moreover it's a very first time to implement the new arm_cortexa8 code for u-boot source. So, the matching works is needed. On the other hand, Dirk's opinion se

Re: [U-Boot] [PATCH] ARM Cortex A8: Move OMAP3 specific reset handler to OMAP3 code

2009-05-31 Thread Dirk Behme
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 09:30 Sat 30 May , Dirk Behme wrote: >> Reset is SoC specific and not ARM Cortex A8 generic. Move it from generic >> code to OMAP3 SoC specific file. >> >> CC: "Kim, Heung Jun" >> Signed-off-by: Dirk Behme >> >> --- >> >> Thi

Re: [U-Boot] [PATCH] ARM Cortex A8: Move OMAP3 specific reset handler to OMAP3 code

2009-05-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:30 Sat 30 May , Dirk Behme wrote: > Reset is SoC specific and not ARM Cortex A8 generic. Move it from generic > code to OMAP3 SoC specific file. > > CC: "Kim, Heung Jun" > Signed-off-by: Dirk Behme > > --- > > This patches fixes the second issue found by riverful in > > http://lists

[U-Boot] [PATCH] ARM Cortex A8: Move OMAP3 specific reset handler to OMAP3 code

2009-05-30 Thread Dirk Behme
Reset is SoC specific and not ARM Cortex A8 generic. Move it from generic code to OMAP3 SoC specific file. CC: "Kim, Heung Jun" Signed-off-by: Dirk Behme --- This patches fixes the second issue found by riverful in http://lists.denx.de/pipermail/u-boot/2009-May/053433.html The first issue is