RE: [PATCH v5 7/7] hw/gpio/aspeed: Add test case for AST2700

2024-09-29 Thread Jamin Lin
Hi Thomas, > Subject: Re: [PATCH v5 7/7] hw/gpio/aspeed: Add test case for AST2700 > > On 27/09/2024 10.33, Jamin Lin wrote: > > Add test case to test GPIO output and input pins from A0 to D7 for AST2700. > > > > Signed-off-by: Jamin Lin > > --- > >

Re: [PATCH v5 7/7] hw/gpio/aspeed: Add test case for AST2700

2024-09-27 Thread Thomas Huth
On 27/09/2024 10.33, Jamin Lin wrote: Add test case to test GPIO output and input pins from A0 to D7 for AST2700. Signed-off-by: Jamin Lin --- tests/qtest/aspeed_gpio-test.c | 68 ++ 1 file changed, 68 insertions(+) diff --git a/tests/qtest/aspeed_gpio-test.c