Re: [PATCH] hw: add a number of SPI-flash's of m25p80 family

2020-08-18 Thread Cédric Le Goater
On 8/17/20 7:16 PM, i.kononenko wrote: > No, the ext ID wasn't be checked at a real HW. > Just copied it from the U-boot official repository > https://github.com/u-boot/u-boot/blob/789bfb52668ee609b2043de645e2f94bbd24fd1f/drivers/mtd/spi/spi-nor-ids.c#L183 OK. Reviewed-by: Cédric Le Goater >

Re: [PATCH] hw: add a number of SPI-flash's of m25p80 family

2020-08-17 Thread i . kononenko
No, the ext ID wasn't be checked at a real HW. Just copied it from the U-boot official repository https://github.com/u-boot/u-boot/blob/789bfb52668ee609b2043de645e2f94bbd24fd1f/drivers/mtd/spi/spi-nor-ids.c#L183 Do i need to take it from a real HW and compare? On 12.08.2020 10:27, Cédric Le

Re: [PATCH] hw: add a number of SPI-flash's of m25p80 family

2020-08-12 Thread Cédric Le Goater
On 8/11/20 10:37 PM, Igor Kononenko wrote: > Support a following SPI flashes: > * mx66l51235f > * mt25ql512ab > > Signed-off-by: Igor Kononenko > --- > hw/block/m25p80.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c > index

[PATCH] hw: add a number of SPI-flash's of m25p80 family

2020-08-11 Thread Igor Kononenko
Support a following SPI flashes: * mx66l51235f * mt25ql512ab Signed-off-by: Igor Kononenko --- hw/block/m25p80.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c index 8227088441..bf1f833784 100644 --- a/hw/block/m25p80.c +++ b/hw/block/m25p80.c @@