Re: [PATCH v2 4/7] hw/misc: Allwinner AXP-209 Emulation

2022-12-19 Thread Strahinja Jankovic
On Mon, Dec 19, 2022 at 8:15 AM Philippe Mathieu-Daudé wrote: > > On 18/12/22 23:39, Strahinja Jankovic wrote: > > Hi, > > > > On Sun, Dec 18, 2022 at 11:23 PM Philippe Mathieu-Daudé > > wrote: > >> > >> On 18/12/22 23:12, Strahinja Jankovic wrote: > >>> Hi, > >>> > >>> On Sun, Dec 18, 2022 at 11

Re: [PATCH v2 4/7] hw/misc: Allwinner AXP-209 Emulation

2022-12-18 Thread Philippe Mathieu-Daudé
On 18/12/22 23:39, Strahinja Jankovic wrote: Hi, On Sun, Dec 18, 2022 at 11:23 PM Philippe Mathieu-Daudé wrote: On 18/12/22 23:12, Strahinja Jankovic wrote: Hi, On Sun, Dec 18, 2022 at 11:07 PM Philippe Mathieu-Daudé wrote: On 18/12/22 22:19, Strahinja Jankovic wrote: This patch adds mi

Re: [PATCH v2 4/7] hw/misc: Allwinner AXP-209 Emulation

2022-12-18 Thread Strahinja Jankovic
Hi, On Sun, Dec 18, 2022 at 11:23 PM Philippe Mathieu-Daudé wrote: > > On 18/12/22 23:12, Strahinja Jankovic wrote: > > Hi, > > > > On Sun, Dec 18, 2022 at 11:07 PM Philippe Mathieu-Daudé > > wrote: > >> > >> On 18/12/22 22:19, Strahinja Jankovic wrote: > >>> This patch adds minimal support for

Re: [PATCH v2 4/7] hw/misc: Allwinner AXP-209 Emulation

2022-12-18 Thread Philippe Mathieu-Daudé
On 18/12/22 23:12, Strahinja Jankovic wrote: Hi, On Sun, Dec 18, 2022 at 11:07 PM Philippe Mathieu-Daudé wrote: On 18/12/22 22:19, Strahinja Jankovic wrote: This patch adds minimal support for AXP-209 PMU. Most important is chip ID since U-Boot SPL expects version 0x1. Besides the chip ID re

Re: [PATCH v2 4/7] hw/misc: Allwinner AXP-209 Emulation

2022-12-18 Thread Strahinja Jankovic
Hi, On Sun, Dec 18, 2022 at 11:07 PM Philippe Mathieu-Daudé wrote: > > On 18/12/22 22:19, Strahinja Jankovic wrote: > > This patch adds minimal support for AXP-209 PMU. > > Most important is chip ID since U-Boot SPL expects version 0x1. Besides > > the chip ID register, reset values for two more

Re: [PATCH v2 4/7] hw/misc: Allwinner AXP-209 Emulation

2022-12-18 Thread Philippe Mathieu-Daudé
On 18/12/22 22:19, Strahinja Jankovic wrote: This patch adds minimal support for AXP-209 PMU. Most important is chip ID since U-Boot SPL expects version 0x1. Besides the chip ID register, reset values for two more registers used by A10 U-Boot SPL are covered. Signed-off-by: Strahinja Jankovic -

Re: [PATCH v2 4/7] hw/misc: Allwinner AXP-209 Emulation

2022-12-18 Thread Strahinja Jankovic
I forgot to add Philippe Mathieu-Daudé in CC for this patch, so I'm fixing it now. Best regards, Strahinja Jankovic On Sun, Dec 18, 2022 at 10:19 PM Strahinja Jankovic wrote: > > This patch adds minimal support for AXP-209 PMU. > Most important is chip ID since U-Boot SPL expects version 0x1. Be

[PATCH v2 4/7] hw/misc: Allwinner AXP-209 Emulation

2022-12-18 Thread Strahinja Jankovic
This patch adds minimal support for AXP-209 PMU. Most important is chip ID since U-Boot SPL expects version 0x1. Besides the chip ID register, reset values for two more registers used by A10 U-Boot SPL are covered. Signed-off-by: Strahinja Jankovic --- hw/arm/Kconfig | 1 + hw/mis