Re: [RFC PATCH v3 05/27] target/loongarch: Add stabletimer support

2021-12-06 Thread maobibo
On 12/06/2021 12:38 PM, chen huacai wrote: > Hi, Xiaojuan, > > Maybe it is better to use "constant timer" instead of "stable timer", > which is more "native" in English. Yeap, maybe we need more investigation. On arm platform its name is ArchTimer rather than "constant timer" in x86. And we wi

Re: [RFC PATCH v3 05/27] target/loongarch: Add stabletimer support

2021-12-05 Thread chen huacai
Hi, Xiaojuan, Maybe it is better to use "constant timer" instead of "stable timer", which is more "native" in English. Huacai On Sat, Dec 4, 2021 at 8:11 PM Xiaojuan Yang wrote: > > Signed-off-by: Xiaojuan Yang > Signed-off-by: Song Gao > --- > target/loongarch/cpu.c | 9 + > ta

[RFC PATCH v3 05/27] target/loongarch: Add stabletimer support

2021-12-04 Thread Xiaojuan Yang
Signed-off-by: Xiaojuan Yang Signed-off-by: Song Gao --- target/loongarch/cpu.c | 9 + target/loongarch/cpu.h | 10 ++ target/loongarch/meson.build | 1 + target/loongarch/stabletimer.c | 63 ++ 4 files changed, 83 insertions(+) create