Re: [Qemu-devel] [PATCH 2/3] aspeed/smc: fix HW strapping

2018-06-25 Thread Andrew Jeffery
On Tue, 12 Jun 2018, at 16:27, Cédric Le Goater wrote: > Only the flash type is strapped by HW. The 4BYTE mode is set by > firmware when the flash device is detected. > > Signed-off-by: Cédric Le Goater Reviewed-by: Andrew Jeffery > --- > hw/ssi/aspeed_smc.c | 8 +--- > 1 file changed, 1

[Qemu-devel] [PATCH 2/3] aspeed/smc: fix HW strapping

2018-06-12 Thread Cédric Le Goater
Only the flash type is strapped by HW. The 4BYTE mode is set by firmware when the flash device is detected. Signed-off-by: Cédric Le Goater --- hw/ssi/aspeed_smc.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hw/ssi/aspeed_smc.c b/hw/ssi/aspeed_smc.c index