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

2025-05-07 Thread Tim Lee
Hi Peter, Thanks for your suggestion. Those changes will be included in v2. Peter Maydell 於 2025年5月6日 週二 下午8:52寫道: > > On Fri, 18 Apr 2025 at 10:12, Tim Lee wrote: > > > > - Created qtest to check initialization of registers in PSPI Module > > - Implemented test into Build File > > > > Tested: >

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

2025-05-06 Thread Peter Maydell
On Fri, 18 Apr 2025 at 10:12, 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 > --- > MAINTAINERS | 1 + > tests/qtest/

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

2025-05-06 Thread Philippe Mathieu-Daudé
Hi Tim, On 6/5/25 04:14, Tim Lee wrote: This fails on top of current master, please take a look: $ QTEST_LOG=1 QTEST_QEMU_BINARY=./qemu-system-aarch64 ./tests/qtest/npcm8xx_pspi-test # random seed: R02S03f79fc48ba73b76c881f93f90b015e9 1..3 # Start of aarch64 tests # Start of npcm8xx_pspi tests

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

2025-05-05 Thread Tim Lee
> This fails on top of current master, please take a look: > > $ QTEST_LOG=1 QTEST_QEMU_BINARY=./qemu-system-aarch64 > ./tests/qtest/npcm8xx_pspi-test > # random seed: R02S03f79fc48ba73b76c881f93f90b015e9 > 1..3 > # Start of aarch64 tests > # Start of npcm8xx_pspi tests > # starting QEMU: exec ./q

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

2025-05-05 Thread Fabiano Rosas
Tim Lee writes: > - 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 > --- > MAINTAINERS | 1 + > tests/qtest/meson.build | 3 + >

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

2025-05-04 Thread kft...@nuvoton.com
From: Tim Lee Sent: Friday, April 18, 2025 5:12 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: [PATCH] tests/qtest: Add qtest for NPCM8XX PSPI module

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

2025-05-02 Thread Peter Maydell
On Fri, 18 Apr 2025 at 10:12, 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 Hi -- I'm picking this patch as a random npcm one to suggest that people in the Nuvoton MAI

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

2025-04-18 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 --- MAINTAINERS | 1 + tests/qtest/meson.build | 3 + tests/qtest/npcm8xx_pspi-test.c | 104