[PATCH] target/arm: added cortex-a55 CPU support for qemu-virt

2022-11-17 Thread Daniel Baluta
Patch looks good to me. Maybe you might add some references to chapters from RM where this numbers come from. Similar with aarch64_a76_initfn function for example.

Re: [PATCH] hw: timer: Add i.MX sysctr timer implementation

2021-07-12 Thread Daniel Baluta
On Wed, Jul 7, 2021 at 10:21 PM Peter Maydell wrote: > > On Wed, 7 Jul 2021 at 12:39, Daniel Baluta wrote: > > > > From: Viorica Mancas > > > > The System Counter (SYS_CTR) is a programmable system counter, which > > provides a > > shared time b

[PATCH] hw: timer: Add i.MX sysctr timer implementation

2021-07-07 Thread Daniel Baluta
i.MX8MN. Signed-off-by: Viorica Mancas Signed-off-by: Daniel Baluta --- hw/timer/imx_sysctr_timer.c | 374 hw/timer/meson.build| 1 + include/hw/timer/imx_sysctr_timer.h | 84 +++ 3 files changed, 459 insertions(+) create mode 100644