summaryrefslogtreecommitdiffstats
path: root/flashchips.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2018-09-30 19:03:45 +0200
committerNico Huber <nico.h@gmx.de>2018-11-01 16:37:32 +0000
commitf2cd32570eb8624c60e97aecd5c9045249b376fe (patch)
tree6a268512dc000d2a0e0a08e68ccad9df4b5853c5 /flashchips.h
parentc4e9fd0abc51959885aafe6312a2d8c9b3935434 (diff)
downloadflashrom-f2cd32570eb8624c60e97aecd5c9045249b376fe.tar.gz
flashrom-f2cd32570eb8624c60e97aecd5c9045249b376fe.tar.bz2
flashrom-f2cd32570eb8624c60e97aecd5c9045249b376fe.zip
flashchips: Add Sanyo LE25FU206/A and LE25FU106B
As per user `The_Raven Raven` on the mailing list. Since the added values had some inconsistencies, the chips are marked as untested. Change-Id: I6c26aafdca232110986334e85297d73d513600dc Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/28813 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'flashchips.h')
-rw-r--r--flashchips.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/flashchips.h b/flashchips.h
index 434c355a0..a1b38e0ed 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -612,6 +612,9 @@
#define SANYO_LE25FW406 0x07 /* RES2 */
#define SANYO_LE25FW418A 0x10 /* RES2 and some weird 1 byte RDID variant */
#define SANYO_LE25FW406A 0x1A /* RES2, no datasheet */
+#define SANYO_LE25FU106B 0x1D
+#define SANYO_LE25FU206 0x44
+#define SANYO_LE25FU206A 0x0612
#define SANYO_LE25FU406B 0x1E /* LE25FW418A without HD_READ mode option variant */
#define SANYO_LE25FU406C 0x0613 /* Also known as LE25U40CMC apparently */
#define SANYO_LE25FW806 0x26 /* RES2 and some weird 1 byte RDID variant */