qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 00/10] Add smc qtest testcase to support AST2700
@ 2024-11-27  9:15 Jamin Lin via
  2024-11-27  9:15 ` [PATCH v3 01/10] test/qtest/aspeed_smc-test: Move testcases to test_palmetto_bmc function Jamin Lin via
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Jamin Lin via @ 2024-11-27  9:15 UTC (permalink / raw)
  To: Cédric Le Goater, Peter Maydell, Steven Lee, Troy Lee,
	Andrew Jeffery, Joel Stanley, Fabiano Rosas, Laurent Vivier,
	Paolo Bonzini, open list:ASPEED BMCs,
	open list:All patches CC here
  Cc: jamin_lin, troy_lee, yunlin.tang

change from v1:
 1. Fix write incorrect data into flash in user mode.
 2. Refactor aspeed smc qtest testcases to support AST2600, AST2500 and
AST1030.
 3. Add ast2700 smc qtest testcase to support AST2700.

change from v2:
1. Introduce a new aspeed-smc-utils.c to place common testcases.
2. Fix hardcode attach flash model of spi controllers
3. Add reviewers suggestion and fix review issue.

change from v3:
1. replace the TestData type name with AspeedSMCTestData
2. add an 'aspeed_smc' prefix in the name of aspeed smc test routine functions

Jamin Lin (10):
  test/qtest/aspeed_smc-test: Move testcases to test_palmetto_bmc
    function
  test/qtest/aspeed_smc-test: Introduce a new TestData to test different
    BMC SOCs
  test/qtest/aspeed_smc-test: Support to test all CE pins
  test/qtest/aspeed_smc-test: Introducing a "page_addr" data field
  test/qtest/aspeed_smc-test: Support to test AST2500
  test/qtest/aspeed_smc-test: Support to test AST2600
  test/qtest/aspeed_smc-test: Support to test AST1030
  test/qtest/aspeed_smc-test: Support write page command with QPI mode
  test/qtest: Introduce a new aspeed-smc-utils.c to place common
    testcases
  test/qtest/ast2700-smc-test: Support to test AST2700

 tests/qtest/aspeed-smc-utils.c | 686 +++++++++++++++++++++++++++++
 tests/qtest/aspeed-smc-utils.h |  95 ++++
 tests/qtest/aspeed_smc-test.c  | 775 ++++++++-------------------------
 tests/qtest/ast2700-smc-test.c |  71 +++
 tests/qtest/meson.build        |   5 +-
 5 files changed, 1034 insertions(+), 598 deletions(-)
 create mode 100644 tests/qtest/aspeed-smc-utils.c
 create mode 100644 tests/qtest/aspeed-smc-utils.h
 create mode 100644 tests/qtest/ast2700-smc-test.c

-- 
2.34.1



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-12-09 13:38 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-27  9:15 [PATCH v3 00/10] Add smc qtest testcase to support AST2700 Jamin Lin via
2024-11-27  9:15 ` [PATCH v3 01/10] test/qtest/aspeed_smc-test: Move testcases to test_palmetto_bmc function Jamin Lin via
2024-11-27  9:15 ` [PATCH v3 02/10] test/qtest/aspeed_smc-test: Introduce a new TestData to test different BMC SOCs Jamin Lin via
2024-11-27  9:15 ` [PATCH v3 03/10] test/qtest/aspeed_smc-test: Support to test all CE pins Jamin Lin via
2024-11-27  9:15 ` [PATCH v3 04/10] test/qtest/aspeed_smc-test: Introducing a "page_addr" data field Jamin Lin via
2024-11-27  9:15 ` [PATCH v3 05/10] test/qtest/aspeed_smc-test: Support to test AST2500 Jamin Lin via
2024-11-27  9:15 ` [PATCH v3 06/10] test/qtest/aspeed_smc-test: Support to test AST2600 Jamin Lin via
2024-11-27  9:15 ` [PATCH v3 07/10] test/qtest/aspeed_smc-test: Support to test AST1030 Jamin Lin via
2024-11-27  9:15 ` [PATCH v3 08/10] test/qtest/aspeed_smc-test: Support write page command with QPI mode Jamin Lin via
2024-11-27  9:15 ` [PATCH v3 09/10] test/qtest: Introduce a new aspeed-smc-utils.c to place common testcases Jamin Lin via
2024-12-09 13:09   ` Cédric Le Goater
2024-11-27  9:15 ` [PATCH v3 10/10] test/qtest/ast2700-smc-test: Support to test AST2700 Jamin Lin via
2024-12-09 13:09   ` Cédric Le Goater
2024-12-09 13:36 ` [PATCH v3 00/10] Add smc qtest testcase to support AST2700 Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).