]> git.proxmox.com Git - qemu.git/commit
m25p80.c: Sync Flash chip list with Linux
authorEd Maste <emaste@freebsd.org>
Wed, 1 May 2013 14:40:53 +0000 (10:40 -0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Sun, 12 May 2013 09:25:55 +0000 (13:25 +0400)
commit3e758c1df05bcd305cb761beddeb078b67c3ab88
treecb47e8e4ba44af3ac6f75a2167b1557619fb25e0
parente6a3ee5f7981e7df40aa581ebc245fd0a7d3bed0
m25p80.c: Sync Flash chip list with Linux

Add new devices for various manufacturers, and re-sort Spansion list to
match the order in Linux, which requires chips with a non-zero extended ID
to come first.

With this commit the outstanding differences to Linux rev 55bf75b are:

- Erase size flag differences in s25sl032p, s25sl064p, s25fl016k, s25fl064k
  (These devices have only some blocks that support small erase sizes.)
- Linux lacks n25q128
- Devices without a Jedec ID have been excluded

Signed-off-by: Ed Maste <emaste@freebsd.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/block/m25p80.c