RE: [PATCH] riscv: timer: Add support for an early timer

2020-12-21 Thread Pragnesh Patel
ick >; Alan Kao ; Leo Liang > >Subject: Re: [PATCH] riscv: timer: Add support for an early timer > >[External Email] Do not click links or attachments unless you recognize the >sender and know the content is safe > >Hi Pragnesh > > >> Hi Rick, >> >&

Re: [PATCH] riscv: timer: Add support for an early timer

2020-12-09 Thread Rick Chen
Hi Pragnesh > Hi Rick, > > [...] > >> > >>Following are the configurations, steps and debug logs: > >> > >>+++ b/configs/ae350_rv64_defconfig > >>q+CONFIG_TRACE=y > >>+CONFIG_TRACE_BUFFER_SIZE=0x0100 > >>+CONFIG_TRACE_CALL_DEPTH_LIMIT=15 > >>+CONFIG_CMD_TRACE=y > >>+CONFIG_TIMER_EARLY=y > >>

RE: [PATCH] riscv: timer: Add support for an early timer

2020-12-01 Thread Pragnesh Patel
Hi Rick, [...] >> >>Following are the configurations, steps and debug logs: >> >>+++ b/configs/ae350_rv64_defconfig >>q+CONFIG_TRACE=y >>+CONFIG_TRACE_BUFFER_SIZE=0x0100 >>+CONFIG_TRACE_CALL_DEPTH_LIMIT=15 >>+CONFIG_CMD_TRACE=y >>+CONFIG_TIMER_EARLY=y >> >>+++ b/configs/ae350_rv64_spl_defconfi

RE: [PATCH] riscv: timer: Add support for an early timer

2020-11-30 Thread Pragnesh Patel
Hi Rick, [] >> >After add CONFIG_TIMER_EARLY, U-Boot boots ok. >> >But When I try to booting kernel with FTRACE=1, following are the test >> >stats: >> > >> >ae350_rv64_spl_defconfig without FTRACE=1, kernel booting is ok. >> >ae350_rv64_spl_defconfig with FTRACE=1, kernel booting fail. >> >ae

RE: [PATCH] riscv: timer: Add support for an early timer

2020-11-29 Thread Pragnesh Patel
Hi Rick, >-Original Message- [...] >> >After add CONFIG_TIMER_EARLY, U-Boot boots ok. >> >But When I try to booting kernel with FTRACE=1, following are the test >> >stats: >> > >> >ae350_rv64_spl_defconfig without FTRACE=1, kernel booting is ok. >> >ae350_rv64_spl_defconfig with FTRACE=1,

Re: [PATCH] riscv: timer: Add support for an early timer

2020-11-26 Thread Rick Chen
> >Anup Patel ; Sagar Kadam > >; Palmer Dabbelt ; rick > >; Alan Kao ; Leo Liang > > > >Subject: Re: [PATCH] riscv: timer: Add support for an early timer > > > >[External Email] Do not click links or attachments unless you recognize the > >sender an

RE: [PATCH] riscv: timer: Add support for an early timer

2020-11-26 Thread Pragnesh Patel
ick >; Alan Kao ; Leo Liang > >Subject: Re: [PATCH] riscv: timer: Add support for an early timer > >[External Email] Do not click links or attachments unless you recognize the >sender and know the content is safe > >Hi Pragnesh > >> Hi Rick, >> >> >-

Re: [PATCH] riscv: timer: Add support for an early timer

2020-11-26 Thread Rick Chen
am ; Palmer Dabbelt ; > >Simon Glass ; rick ; Alan Kao > >; Leo Liang > >Subject: Re: [PATCH] riscv: timer: Add support for an early timer > > > >[External Email] Do not click links or attachments unless you recognize the > >sender and know the content is safe >

RE: [PATCH] riscv: timer: Add support for an early timer

2020-11-23 Thread Pragnesh Patel
eo Liang >Subject: Re: [PATCH] riscv: timer: Add support for an early timer > >[External Email] Do not click links or attachments unless you recognize the >sender and know the content is safe > >Hi Pragnesh, > >> From: Pragnesh Patel [mailto:pragnesh.pa...@sifive.com]

Re: [PATCH] riscv: timer: Add support for an early timer

2020-11-23 Thread Rick Chen
ifive.com; Rick > Jian-Zhi Chen(陳建志); Pragnesh Patel; Palmer Dabbelt; Sean Anderson; Simon > Glass; Bin Meng > Subject: [PATCH] riscv: timer: Add support for an early timer > > Added support for timer_early_get_count() and timer_early_get_rate() > This is mostly useful in tracing.

[PATCH] riscv: timer: Add support for an early timer

2020-11-17 Thread Pragnesh Patel
Added support for timer_early_get_count() and timer_early_get_rate() This is mostly useful in tracing. Signed-off-by: Pragnesh Patel --- drivers/timer/andes_plmt_timer.c | 21 - drivers/timer/riscv_timer.c| 21 - drivers/timer/sifive_clint_timer.