1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 14:33:18 +02:00

flashchips: Add Zettadevice ZD25D40

This introduces the Zettadevice manufacturer ID and adds support for the
ZD25D40 chip.

Based on PR20 from Github.
Change-Id: I0400b059ddacdf166d1b77f619becec3a250cece
Signed-off-by: David Hendricks <david.hendricks@gmail.com>
Reviewed-on: https://review.coreboot.org/23701
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
nybash
2018-02-11 17:53:49 -08:00
committed by David Hendricks
parent 8c7e78b9de
commit cbb46e261d
2 changed files with 42 additions and 1 deletions

View File

@ -957,4 +957,7 @@
#define WINBOND_W49V002A 0xB0
#define WINBOND_W49V002FA 0x32
#define ZETTADEVICE_ID 0xBA /* Zetta Device */
#define ZETTADEVICE_ZD25D40 0x2013
#endif /* !FLASHCHIPS_H */