Re: [U-Boot] [PATCH 1/4] s5p6442: Support Samsung s5p6442 SoC

2010-04-09 Thread Wolfgang Denk
Dear Minkyu Kang, In message <1f3430fb1003301842kbff3d1fie305bb7c6bd21...@mail.gmail.com> you wrote: > > These registers are used at asm code. Are they only used in assembler code? If so, these defines should be moved to a separate asm-offsets.h file. Keep in mind that this is considered to be

Re: [U-Boot] [PATCH 1/4] s5p6442: Support Samsung s5p6442 SoC

2010-03-30 Thread Minkyu Kang
Dear Wolfgang Denk, On 31 March 2010 06:00, Wolfgang Denk wrote: > Dear Joonyoung Shim, > > In message <4bb016dc.5000...@samsung.com> you wrote: >> This patch adds support s5p6442 SoC. The s5p6442 SoC is ARM1176 >> processor. >> >> Cc: Minkyu Kang >> Cc: Kyungmin Park >> Signed-off-by: Joonyoun

Re: [U-Boot] [PATCH 1/4] s5p6442: Support Samsung s5p6442 SoC

2010-03-30 Thread Wolfgang Denk
Dear Joonyoung Shim, In message <4bb016dc.5000...@samsung.com> you wrote: > This patch adds support s5p6442 SoC. The s5p6442 SoC is ARM1176 > processor. > > Cc: Minkyu Kang > Cc: Kyungmin Park > Signed-off-by: Joonyoung Shim ... > +#define S5P6442_PWR_CFG 0xE010C000 ... >

Re: [U-Boot] [PATCH 1/4] s5p6442: Support Samsung s5p6442 SoC

2010-03-28 Thread Minkyu Kang
Dear Joonyoung Shim, On 29 March 2010 11:56, Joonyoung Shim wrote: > This patch adds support s5p6442 SoC. The s5p6442 SoC is ARM1176 > processor. > > Cc: Minkyu Kang > Cc: Kyungmin Park > Signed-off-by: Joonyoung Shim > --- >  cpu/arm1176/s5p64xx/Makefile         |   52 + >  cpu/arm117

[U-Boot] [PATCH 1/4] s5p6442: Support Samsung s5p6442 SoC

2010-03-28 Thread Joonyoung Shim
This patch adds support s5p6442 SoC. The s5p6442 SoC is ARM1176 processor. Cc: Minkyu Kang Cc: Kyungmin Park Signed-off-by: Joonyoung Shim --- cpu/arm1176/s5p64xx/Makefile | 52 + cpu/arm1176/s5p64xx/clock.c | 163 +++ cpu/arm1176/s5p64xx/cpu