From 18db997398607a75831366be711c7dc5289948f5 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Mon, 28 Oct 2002 12:01:50 +0000 Subject: [PATCH] Added CFI Read Array and Query commands. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@232 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- include/device/flash/cfi.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/device/flash/cfi.h b/include/device/flash/cfi.h index 5e74d0b7..4e1b265f 100644 --- a/include/device/flash/cfi.h +++ b/include/device/flash/cfi.h @@ -47,6 +47,11 @@ #include #endif +#define CFI_CMD_READ_ARRAY1 0xFF +#define CFI_CMD_READ_ARRAY2 0xF0 +#define CFI_CMD_QUERY 0x98 +#define CFI_CMD_QUERY_OFFSET 0x55 + /* Query identification string - see 4.3.2 in [1] */ #define CFI_QUERY_ID_OFFSET 0x10