From 81a8fb7c2cd2c66809393e8cfca204a25bcb0c64 Mon Sep 17 00:00:00 2001 From: Steven Honeyman Date: Tue, 2 Jun 2015 22:32:24 +0000 Subject: Add support for PMC Pm25LQ020, Pm25LQ040, Pm25LQ080, Pm25LQ016, Pm25LQ032C Corresponding to flashrom svn r1891. Signed-off-by: Steven Honeyman Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner --- flashchips.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index 07ae49d..43bb33d 100644 --- a/flashchips.h +++ b/flashchips.h @@ -560,6 +560,11 @@ #define PMC_PM25LD512 0x20 /* Same as Pm25LD512C, but the latter has more locking options. */ #define PMC_PM25LD010 0x21 /* Same as Pm25LD010C, but the latter has more locking options. */ #define PMC_PM25LD020 0x22 /* Same as Pm25LD020C, but the latter has more locking options. */ +#define PMC_PM25LQ020 0x42 +#define PMC_PM25LQ040 0x43 +#define PMC_PM25LQ080 0x44 +#define PMC_PM25LQ016 0x45 +#define PMC_PM25LQ032C 0x46 #define PMC_PM25LV512 0x7B /* Same as Pm25LV512A */ #define PMC_PM25LV010 0x7C /* Same as Pm25LV010A, but the former does not support RDID but RES3 only. */ #define PMC_PM25LV020 0x7D -- cgit v1.1