Re: [PATCH] hw/arm/aspeed: fix AST2500/AST2600 EVB fmc model

2022-04-02 Thread Cédric Le Goater
On 4/2/22 20:44, Jae Hyun Yoo wrote: Current fmc model of AST2500 EVB and AST2600 EVB can't emulate quad mode properly so fix them using equivalent mx25l25635e and mx66u51235f respectively. These default settings still can be overridden using the 'fmc-model' command line option. Reported-by:

[PATCH] hw/arm/aspeed: fix AST2500/AST2600 EVB fmc model

2022-04-02 Thread Jae Hyun Yoo
Current fmc model of AST2500 EVB and AST2600 EVB can't emulate quad mode properly so fix them using equivalent mx25l25635e and mx66u51235f respectively. These default settings still can be overridden using the 'fmc-model' command line option. Reported-by: Graeme Gregory Signed-off-by: Jae Hyun