Re: [PATCH v3] hw/usb: fix xhci port notify

2024-02-12 Thread Nikita Ostrenkov
(+Michael) ping https://patchew.org/QEMU/20231117173916.3658-1-n.ostren...@gmail.com/ чт, 25 янв. 2024 г. в 23:06, Nikita Ostrenkov : > ping > https://patchew.org/QEMU/20231117173916.3658-1-n.ostren...@gmail.com/ > > пн, 18 дек. 2023 г., 13:40 Nikita Ostrenkov : > >> ping &

Re: [PATCH v2] hw/arm: add PCIe to Freescale i.MX6

2024-01-25 Thread Nikita Ostrenkov
Ping https://patchew.org/QEMU/20240108140325.1291-1-n.ostren...@gmail.com/ пн, 8 янв. 2024 г., 17:03 Nikita Ostrenkov : > Signed-off-by: Nikita Ostrenkov > --- > hw/arm/Kconfig| 2 ++ > hw/arm/fsl-imx6.c | 25 ++ > include/hw/arm/

Re: [PATCH v3] hw/usb: fix xhci port notify

2024-01-25 Thread Nikita Ostrenkov
ping https://patchew.org/QEMU/20231117173916.3658-1-n.ostren...@gmail.com/ пн, 18 дек. 2023 г., 13:40 Nikita Ostrenkov : > ping > https://patchew.org/QEMU/20231117173916.3658-1-n.ostren...@gmail.com/ > > пт, 17 нояб. 2023 г., 20:39 Nikita Ostrenkov : > >> From MCF5253 Refe

[PATCH v2] hw/arm: add PCIe to Freescale i.MX6

2024-01-08 Thread Nikita Ostrenkov
Signed-off-by: Nikita Ostrenkov --- hw/arm/Kconfig| 2 ++ hw/arm/fsl-imx6.c | 25 ++ include/hw/arm/fsl-imx6.h | 44 --- 3 files changed, 50 insertions(+), 21 deletions(-) diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig

Re: [PATCH] hw/arm: add PCIe to Freescale i.MX6

2024-01-08 Thread Nikita Ostrenkov
Hi! Thanks! I'll send a new version of this patch. But what about fsl imx7? Should it also have PCIE_DEVICES? пн, 8 янв. 2024 г. в 15:20, Philippe Mathieu-Daudé : > Hi Nikita, > > On 7/1/24 17:57, Nikita Ostrenkov wrote: > > Signed-off-by: Nikita Ostrenkov > >

[PATCH] hw/arm: add PCIe to Freescale i.MX6

2024-01-07 Thread Nikita Ostrenkov
Signed-off-by: Nikita Ostrenkov --- hw/arm/Kconfig| 3 +++ hw/arm/fsl-imx6.c | 25 ++ include/hw/arm/fsl-imx6.h | 44 --- 3 files changed, 51 insertions(+), 21 deletions(-) diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig

Re: [PATCH] hw/arm: add cache controller for Freescale i.MX6

2023-12-19 Thread Nikita Ostrenkov
thanks for letting me know! Enjoy your holidays. вт, 19 дек. 2023 г., 19:08 Peter Maydell : > On Tue, 19 Dec 2023 at 10:55, Nikita Ostrenkov > wrote: > > > > Signed-off-by: Nikita Ostrenkov > > --- > > hw/arm/Kconfig| 1 + > > hw/arm/fsl-imx6.c | 3 ++

[PATCH] hw/arm: add cache controller for Freescale i.MX6

2023-12-19 Thread Nikita Ostrenkov
Signed-off-by: Nikita Ostrenkov --- hw/arm/Kconfig| 1 + hw/arm/fsl-imx6.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 3ada335a24..386f06840c 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -536,6 +536,7 @@ config FSL_IMX6 select

Re: [PATCH v3] hw/usb: fix xhci port notify

2023-12-18 Thread Nikita Ostrenkov
ping https://patchew.org/QEMU/20231117173916.3658-1-n.ostren...@gmail.com/ пт, 17 нояб. 2023 г., 20:39 Nikita Ostrenkov : > From MCF5253 Reference manual > https://www.nxp.com/docs/en/reference-manual/MCF5253RM.pdf > > Host mode: Port Change Detect. The controller sets this bit t

[PATCH v5] fsl-imx: add simple RTC emulation for i.MX6 and i.MX7 boards

2023-12-16 Thread Nikita Ostrenkov
Signed-off-by: Nikita Ostrenkov --- hw/misc/imx7_snvs.c | 93 ++--- hw/misc/trace-events| 4 +- include/hw/misc/imx7_snvs.h | 7 ++- 3 files changed, 94 insertions(+), 10 deletions(-) diff --git a/hw/misc/imx7_snvs.c b/hw/misc/imx7_snvs.c index

[PATCH v4] fsl-imx: add simple RTC emulation for i.MX6 and i.MX7 boards

2023-12-15 Thread Nikita Ostrenkov
Signed-off-by: Nikita Ostrenkov --- hw/misc/imx7_snvs.c | 93 ++--- hw/misc/trace-events| 4 +- include/hw/misc/imx7_snvs.h | 7 ++- 3 files changed, 94 insertions(+), 10 deletions(-) diff --git a/hw/misc/imx7_snvs.c b/hw/misc/imx7_snvs.c index

Re: [PATCH v3] fsl-imx: add simple RTC emulation for i.MX6 and i.MX7 boards

2023-12-14 Thread Nikita Ostrenkov
version of the patch. Thanks! чт, 14 дек. 2023 г., 20:23 Peter Maydell : > On Thu, 14 Dec 2023 at 11:49, Nikita Ostrenkov > wrote: > > > > Signed-off-by: Nikita Ostrenkov > > --- > > hw/misc/imx7_snvs.c | 91 ++--- > >

[PATCH v3] fsl-imx: add simple RTC emulation for i.MX6 and i.MX7 boards

2023-12-14 Thread Nikita Ostrenkov
Signed-off-by: Nikita Ostrenkov --- hw/misc/imx7_snvs.c | 91 ++--- hw/misc/trace-events| 4 +- include/hw/misc/imx7_snvs.h | 7 ++- 3 files changed, 92 insertions(+), 10 deletions(-) diff --git a/hw/misc/imx7_snvs.c b/hw/misc/imx7_snvs.c index

[PATCH v2] fsl-imx: add simple RTC emulation for i.MX6 and i.MX7 boards

2023-12-13 Thread Nikita Ostrenkov
Signed-off-by: Nikita Ostrenkov --- hw/misc/imx7_snvs.c | 70 + hw/misc/trace-events| 4 +-- include/hw/misc/imx7_snvs.h | 7 +++- 3 files changed, 71 insertions(+), 10 deletions(-) diff --git a/hw/misc/imx7_snvs.c b/hw/misc/imx7_snvs.c

Re: [PATCH] fsl-imx: Add simple RTC emulation for i.MX6 and i.MX7 boards

2023-12-13 Thread Nikita Ostrenkov
Hi! Thanks for your feedback. I've considered your comments and I'm sending a new patch. вт, 12 дек. 2023 г. в 17:18, Peter Maydell : > On Sun, 12 Nov 2023 at 09:22, Nikita Ostrenkov > wrote: > > Hi; thanks for this patch, and sorry I haven't got round > to revi

[PATCH v3] hw/usb: fix xhci port notify

2023-11-17 Thread Nikita Ostrenkov
Resume bit is set as theresult of a J-K transition on the suspended port. Signed-off-by: Nikita Ostrenkov --- hw/usb/hcd-xhci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c index 4b60114207..1b2f4ac721 100644 --- a/hw/usb/hcd-xhci.c +++ b/hw/usb/hcd-

[PATCH v2] hw/usb: fix xhci port notify

2023-11-17 Thread Nikita Ostrenkov
set as theresult of a J-K transition on the suspended port. Signed-off-by: Nikita Ostrenkov --- hw/usb/hcd-xhci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c index 4b60114207..1b2f4ac721 100644 --- a/hw/usb/hcd-xhci.c +++ b/hw/usb/hcd-xhci.c @@ -2627,6 +

[PATCH] hw/usb: fix xhci port notify

2023-11-17 Thread Nikita Ostrenkov
>From MCF5253 Reference manual >https://www.nxp.com/docs/en/reference-manual/MCF5253RM.pdf Host mode: The controller sets this bit to a one when on any port a Connect Status occurs, a PortEnable/Disable Change occurs, an Over Current Change occurs, or the Force Port Resume bit is set as theresu

[PATCH v3] target/arm/tcg: enable pmu feature for cortex a9

2023-11-12 Thread Nikita Ostrenkov
According to the technical reference manual Cortex A9 like Cortex A7 and Cortex A15 has Perfomance Unit Monitor (PMU) https://developer.arm.com/documentation/100511/0401/performance-monitoring-unit/about-the-performance-monitoring-unit Signed-off-by: Nikita Ostrenkov --- target/arm/tcg/cpu32.c

[PATCH v2] target/arm/tcg: enable pmu feature for cortex a9

2023-11-12 Thread Nikita Ostrenkov
From: Nikita Ostrenkov According to the technical reference manual Cortex A9 like Cortex A7 and Cortex A15 has Perfomance Unit Monitor (PMU) https://developer.arm.com/documentation/100511/0401/performance-monitoring-unit/about-the-performance-monitoring-unit --- target/arm/tcg/cpu32.c | 1 + 1

[PATCH] target/arm/tcg: enable pmu feature for cortex a9

2023-11-12 Thread Nikita Ostrenkov
From: Nikita Ostrenkov According to the technical reference manual Cortex A9 like Cortex A7 and Cortex A15 has Perfomance Unit Monitor (PMU) https://developer.arm.com/documentation/100511/0401/performance-monitoring-unit/about-the-performance-monitoring-unit --- target/arm/tcg/cpu32.c | 1 + 1

[PATCH] fsl-imx: Add simple RTC emulation for i.MX6 and i.MX7 boards

2023-11-12 Thread Nikita Ostrenkov
Signed-off-by: Nikita Ostrenkov --- hw/misc/imx7_snvs.c | 59 - hw/misc/trace-events| 4 +-- include/hw/misc/imx7_snvs.h | 14 - 3 files changed, 67 insertions(+), 10 deletions(-) diff --git a/hw/misc/imx7_snvs.c b/hw/misc/imx7_snvs.c