Re: [U-Boot] [PATCH] arm: a320: fix broken timer

2011-11-08 Thread Albert ARIBAUD
Hi Po-Yu, Le 18/10/2011 04:34, Po-Yu Chuang a écrit : > Dear Albert > > On Tue, Aug 30, 2011 at 2:01 PM, 馬克泡 wrote: >> Hi Albert and Po-Yu, >> >> 2011/8/11 Po-Yu Chuang >>> >>> From: Po-Yu Chuang >>> >>> timer.c used static data and are called before relocation. >>> Move all static variables into

Re: [U-Boot] [PATCH] arm: a320: fix broken timer

2011-10-17 Thread Po-Yu Chuang
Dear Albert On Tue, Aug 30, 2011 at 2:01 PM, 馬克泡 wrote: > Hi Albert and Po-Yu, > > 2011/8/11 Po-Yu Chuang >> >> From: Po-Yu Chuang >> >> timer.c used static data and are called before relocation. >> Move all static variables into global_data structure. Also cleanup >> timer.c from unused stubs

Re: [U-Boot] [PATCH] arm: a320: fix broken timer

2011-08-29 Thread 馬克泡
Hi Albert and Po-Yu, 2011/8/11 Po-Yu Chuang > > From: Po-Yu Chuang > > timer.c used static data and are called before relocation. > Move all static variables into global_data structure. Also cleanup > timer.c from unused stubs and make it truly use 64 bit tick values. This patch has been tested

[U-Boot] [PATCH] arm: a320: fix broken timer

2011-08-10 Thread Po-Yu Chuang
From: Po-Yu Chuang timer.c used static data and are called before relocation. Move all static variables into global_data structure. Also cleanup timer.c from unused stubs and make it truly use 64 bit tick values. Remove reset_timer_masked() get_timer_masked() reference: arch/arm/cpu/arm926ejs/a