RE: [PATCH v3 9/9] tests/qtest/ast2700-smc-test: Add Data FIFO mode test
Jamin Lin <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <TYZPR06MB498033D6F2C4567A58D27FC7FCC62@TYZPR06MB4980.apcprd06.prod.outlook.com> |
> Subject: Re: [PATCH v3 9/9] tests/qtest/ast2700-smc-test: Add Data FIFO mode > test > > On 7/17/26 10:18, Jamin Lin wrote: > > Add two qtest cases exercising the new AST2700 Data FIFO-based flash > > access path (R_DATA_FIFO at spi_base + 0x200). > > > > Write_page_datafifo sends the page-program command and data through > > the FIFO port, then verifies the result via the regular read path. > > Read_page_datafifo writes a page the regular way, then reads it back > > through the FIFO port, so both directions are checked independently. > > > > Signed-off-by: Jamin Lin <[email protected]> > > --- > > tests/qtest/aspeed-smc-utils.h | 4 ++ > > tests/qtest/aspeed-smc-utils.c | 103 > +++++++++++++++++++++++++++++++++ > > tests/qtest/ast2700-smc-test.c | 4 ++ > > 3 files changed, 111 insertions(+) > > > This patch doesn't apply on aspeed-next. > Sorry resend v4 Jamin > Thanks, > > C.