Re: [PATCH 2/2] hw: m25p80: add tests for BP and TB bit write protect

2022-07-01 Thread Cédric Le Goater
On 6/27/22 20:52, Iris Chen wrote: Signed-off-by: Iris Chen Palmettos are getting old (2014). We might want to change the machine model to an ast2600 one. Anyhow, these are very good tests for both m25p80 and aspeed-smc models. Reviewed-by: Cédric Le Goater Thanks, C. ---

[PATCH 2/2] hw: m25p80: add tests for BP and TB bit write protect

2022-06-27 Thread Iris Chen
Signed-off-by: Iris Chen --- tests/qtest/aspeed_smc-test.c | 111 ++ 1 file changed, 111 insertions(+) diff --git a/tests/qtest/aspeed_smc-test.c b/tests/qtest/aspeed_smc-test.c index 1258687eac..05ce941566 100644 --- a/tests/qtest/aspeed_smc-test.c +++