Re: [v2] tests/qtest: Add qtest for NPCM8XX PSPI module

2025-05-12 Thread Peter Maydell
On Mon, 12 May 2025 at 02:25, Tim Lee wrote: > > Hi Peter, > Sorry about that. When I ran this qtest and I found an error then I > tried to modify npcm_pspi driver to make data register read/write test > pass. > > [R +0.080118] writew 0xf0201002 0x4 > [S +0.080126] OK > [R +0.080148] readw 0xf0201

Re: [v2] tests/qtest: Add qtest for NPCM8XX PSPI module

2025-05-11 Thread Tim Lee
Hi Peter, Sorry about that. When I ran this qtest and I found an error then I tried to modify npcm_pspi driver to make data register read/write test pass. [R +0.080118] writew 0xf0201002 0x4 [S +0.080126] OK [R +0.080148] readw 0xf0201002 [S +0.080153] OK 0x0004 [R +0.080168] writew 0x

Re: [v2] tests/qtest: Add qtest for NPCM8XX PSPI module

2025-05-11 Thread Peter Maydell
On Sun, 11 May 2025 at 14:47, Peter Maydell wrote: > > On Wed, 7 May 2025 at 10:19, Tim Lee wrote: > > > > - Created qtest to check initialization of registers in PSPI Module > > - Implemented test into Build File > > > > Tested: > > ./build/tests/qtest/npcm8xx-pspi_test > > > > Signed-off-by: Ti

Re: [v2] tests/qtest: Add qtest for NPCM8XX PSPI module

2025-05-11 Thread Peter Maydell
On Wed, 7 May 2025 at 10:19, Tim Lee wrote: > > - Created qtest to check initialization of registers in PSPI Module > - Implemented test into Build File > > Tested: > ./build/tests/qtest/npcm8xx-pspi_test > > Signed-off-by: Tim Lee > --- > Changes since v1: > - MAINTAINERS file not need to change

RE: [v2] tests/qtest: Add qtest for NPCM8XX PSPI module

2025-05-07 Thread kft...@nuvoton.com
From: Tim Lee Sent: Wednesday, May 7, 2025 5:19 PM To: faro...@suse.de; lviv...@redhat.com; pbonz...@redhat.com; wuhao...@google.com; CS20 KFTing ; CS20 CHLi30 Cc: qemu-...@nongnu.org; qemu-devel@nongnu.org; Tim Lee Subject: [v2] tests/qtest: Add qtest for NPCM8XX PSPI module - Created

[v2] tests/qtest: Add qtest for NPCM8XX PSPI module

2025-05-07 Thread Tim Lee
- Created qtest to check initialization of registers in PSPI Module - Implemented test into Build File Tested: ./build/tests/qtest/npcm8xx-pspi_test Signed-off-by: Tim Lee --- Changes since v1: - MAINTAINERS file not need to change - Add comment for copyright/license information - Correct CTL re