Re: [PATCH v5 06/11] tests/qtest: Creating qtest for GMAC Module

2023-12-11 Thread Peter Maydell
On Fri, 27 Oct 2023 at 18:55, Nabih Estefan wrote: > > From: Nabih Estefan Diaz > > - Created qtest to check initialization of registers in GMAC Module. > - Implemented test into Build File. > > Change-Id: Ib0e07f6dacc1266b62b4926873ccd912250cf89d > Signed-off-by: Nabih Estefan > --- > tests/

RE: [PATCH v5 06/11] tests/qtest: Creating qtest for GMAC Module

2023-11-16 Thread kft...@nuvoton.com
Maimon ; IN20 Hila Miranda-Kuzi Subject: [PATCH v5 06/11] tests/qtest: Creating qtest for GMAC Module From: Nabih Estefan Diaz - Created qtest to check initialization of registers in GMAC Module. - Implemented test into Build File. Change-Id: Ib0e07f6dacc1266b62b4926873ccd912250cf89d Signed

[PATCH v5 06/11] tests/qtest: Creating qtest for GMAC Module

2023-10-27 Thread Nabih Estefan
From: Nabih Estefan Diaz - Created qtest to check initialization of registers in GMAC Module. - Implemented test into Build File. Change-Id: Ib0e07f6dacc1266b62b4926873ccd912250cf89d Signed-off-by: Nabih Estefan --- tests/qtest/meson.build | 7 +- tests/qtest/npcm_gmac-test.c | 209 ++