wdenk | e221174 | 2002-11-02 23:30:20 +0000 | [diff] [blame] | 1 | /* |
wdenk | dc7c9a1 | 2003-03-26 06:55:25 +0000 | [diff] [blame] | 2 | * linux/include/linux/mtd/nand.h |
wdenk | e221174 | 2002-11-02 23:30:20 +0000 | [diff] [blame] | 3 | * |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 4 | * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> |
| 5 | * Steven J. Hill <sjhill@realitydiluted.com> |
| 6 | * Thomas Gleixner <tglx@linutronix.de> |
wdenk | e221174 | 2002-11-02 23:30:20 +0000 | [diff] [blame] | 7 | * |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 8 | * SPDX-License-Identifier: GPL-2.0+ |
wdenk | e221174 | 2002-11-02 23:30:20 +0000 | [diff] [blame] | 9 | * |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 10 | * Info: |
| 11 | * Contains standard defines and IDs for NAND flash devices |
wdenk | e221174 | 2002-11-02 23:30:20 +0000 | [diff] [blame] | 12 | * |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 13 | * Changelog: |
| 14 | * See git changelog. |
wdenk | e221174 | 2002-11-02 23:30:20 +0000 | [diff] [blame] | 15 | */ |
| 16 | #ifndef __LINUX_MTD_NAND_H |
| 17 | #define __LINUX_MTD_NAND_H |
| 18 | |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 19 | #ifndef __UBOOT__ |
| 20 | #include <linux/wait.h> |
| 21 | #include <linux/spinlock.h> |
| 22 | #include <linux/mtd/mtd.h> |
| 23 | #include <linux/mtd/flashchip.h> |
| 24 | #include <linux/mtd/bbm.h> |
| 25 | #else |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 26 | #include "config.h" |
| 27 | |
Mike Frysinger | 7b15e2b | 2012-04-09 13:39:55 +0000 | [diff] [blame] | 28 | #include "linux/compat.h" |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 29 | #include "linux/mtd/mtd.h" |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 30 | #include "linux/mtd/flashchip.h" |
Alessandro Rubini | a47f957 | 2008-10-31 22:33:21 +0100 | [diff] [blame] | 31 | #include "linux/mtd/bbm.h" |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 32 | #endif |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 33 | |
| 34 | struct mtd_info; |
Lei Wen | 245eb90 | 2011-01-06 09:48:18 +0800 | [diff] [blame] | 35 | struct nand_flash_dev; |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 36 | /* Scan and identify a NAND device */ |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 37 | extern int nand_scan(struct mtd_info *mtd, int max_chips); |
| 38 | /* |
| 39 | * Separate phases of nand_scan(), allowing board driver to intervene |
| 40 | * and override command or ECC setup according to flash type. |
| 41 | */ |
Lei Wen | 245eb90 | 2011-01-06 09:48:18 +0800 | [diff] [blame] | 42 | extern int nand_scan_ident(struct mtd_info *mtd, int max_chips, |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 43 | struct nand_flash_dev *table); |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 44 | extern int nand_scan_tail(struct mtd_info *mtd); |
| 45 | |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 46 | /* Free resources held by the NAND device */ |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 47 | extern void nand_release(struct mtd_info *mtd); |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 48 | |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 49 | /* Internal helper for board drivers which need to override command function */ |
| 50 | extern void nand_wait_ready(struct mtd_info *mtd); |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 51 | |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 52 | #ifndef __UBOOT__ |
| 53 | /* locks all blocks present in the device */ |
| 54 | extern int nand_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len); |
| 55 | |
| 56 | /* unlocks specified locked blocks */ |
| 57 | extern int nand_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len); |
| 58 | |
| 59 | /* The maximum number of NAND chips in an array */ |
| 60 | #define NAND_MAX_CHIPS 8 |
Heiko Schocher | 4e67c57 | 2014-07-15 16:08:43 +0200 | [diff] [blame] | 61 | #else |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 62 | /* |
| 63 | * This constant declares the max. oobsize / page, which |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 64 | * is supported now. If you add a chip with bigger oobsize/page |
| 65 | * adjust this accordingly. |
| 66 | */ |
Heiko Schocher | 4e67c57 | 2014-07-15 16:08:43 +0200 | [diff] [blame] | 67 | #define NAND_MAX_OOBSIZE 744 |
| 68 | #define NAND_MAX_PAGESIZE 8192 |
| 69 | #endif |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 70 | |
| 71 | /* |
| 72 | * Constants for hardware specific CLE/ALE/NCE function |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 73 | * |
| 74 | * These are bits which can be or'ed to set/clear multiple |
| 75 | * bits in one go. |
| 76 | */ |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 77 | /* Select the chip by setting nCE to low */ |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 78 | #define NAND_NCE 0x01 |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 79 | /* Select the command latch by setting CLE to high */ |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 80 | #define NAND_CLE 0x02 |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 81 | /* Select the address latch by setting ALE to high */ |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 82 | #define NAND_ALE 0x04 |
| 83 | |
| 84 | #define NAND_CTRL_CLE (NAND_NCE | NAND_CLE) |
| 85 | #define NAND_CTRL_ALE (NAND_NCE | NAND_ALE) |
| 86 | #define NAND_CTRL_CHANGE 0x80 |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 87 | |
wdenk | e221174 | 2002-11-02 23:30:20 +0000 | [diff] [blame] | 88 | /* |
| 89 | * Standard NAND flash commands |
| 90 | */ |
| 91 | #define NAND_CMD_READ0 0 |
| 92 | #define NAND_CMD_READ1 1 |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 93 | #define NAND_CMD_RNDOUT 5 |
wdenk | e221174 | 2002-11-02 23:30:20 +0000 | [diff] [blame] | 94 | #define NAND_CMD_PAGEPROG 0x10 |
| 95 | #define NAND_CMD_READOOB 0x50 |
| 96 | #define NAND_CMD_ERASE1 0x60 |
| 97 | #define NAND_CMD_STATUS 0x70 |
| 98 | #define NAND_CMD_SEQIN 0x80 |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 99 | #define NAND_CMD_RNDIN 0x85 |
wdenk | e221174 | 2002-11-02 23:30:20 +0000 | [diff] [blame] | 100 | #define NAND_CMD_READID 0x90 |
| 101 | #define NAND_CMD_ERASE2 0xd0 |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 102 | #define NAND_CMD_PARAM 0xec |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 103 | #define NAND_CMD_GET_FEATURES 0xee |
| 104 | #define NAND_CMD_SET_FEATURES 0xef |
wdenk | e221174 | 2002-11-02 23:30:20 +0000 | [diff] [blame] | 105 | #define NAND_CMD_RESET 0xff |
| 106 | |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 107 | #define NAND_CMD_LOCK 0x2a |
| 108 | #define NAND_CMD_UNLOCK1 0x23 |
| 109 | #define NAND_CMD_UNLOCK2 0x24 |
| 110 | |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 111 | /* Extended commands for large page devices */ |
| 112 | #define NAND_CMD_READSTART 0x30 |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 113 | #define NAND_CMD_RNDOUTSTART 0xE0 |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 114 | #define NAND_CMD_CACHEDPROG 0x15 |
| 115 | |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 116 | /* Extended commands for AG-AND device */ |
| 117 | /* |
| 118 | * Note: the command for NAND_CMD_DEPLETE1 is really 0x00 but |
| 119 | * there is no way to distinguish that from NAND_CMD_READ0 |
| 120 | * until the remaining sequence of commands has been completed |
| 121 | * so add a high order bit and mask it off in the command. |
| 122 | */ |
| 123 | #define NAND_CMD_DEPLETE1 0x100 |
| 124 | #define NAND_CMD_DEPLETE2 0x38 |
| 125 | #define NAND_CMD_STATUS_MULTI 0x71 |
| 126 | #define NAND_CMD_STATUS_ERROR 0x72 |
| 127 | /* multi-bank error status (banks 0-3) */ |
| 128 | #define NAND_CMD_STATUS_ERROR0 0x73 |
| 129 | #define NAND_CMD_STATUS_ERROR1 0x74 |
| 130 | #define NAND_CMD_STATUS_ERROR2 0x75 |
| 131 | #define NAND_CMD_STATUS_ERROR3 0x76 |
| 132 | #define NAND_CMD_STATUS_RESET 0x7f |
| 133 | #define NAND_CMD_STATUS_CLEAR 0xff |
| 134 | |
| 135 | #define NAND_CMD_NONE -1 |
| 136 | |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 137 | /* Status bits */ |
| 138 | #define NAND_STATUS_FAIL 0x01 |
| 139 | #define NAND_STATUS_FAIL_N1 0x02 |
| 140 | #define NAND_STATUS_TRUE_READY 0x20 |
| 141 | #define NAND_STATUS_READY 0x40 |
| 142 | #define NAND_STATUS_WP 0x80 |
| 143 | |
wdenk | e221174 | 2002-11-02 23:30:20 +0000 | [diff] [blame] | 144 | /* |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 145 | * Constants for ECC_MODES |
| 146 | */ |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 147 | typedef enum { |
| 148 | NAND_ECC_NONE, |
| 149 | NAND_ECC_SOFT, |
| 150 | NAND_ECC_HW, |
| 151 | NAND_ECC_HW_SYNDROME, |
Sandeep Paulraj | f83b7f9 | 2009-08-10 13:27:56 -0400 | [diff] [blame] | 152 | NAND_ECC_HW_OOB_FIRST, |
Christian Hitz | 4c6de85 | 2011-10-12 09:31:59 +0200 | [diff] [blame] | 153 | NAND_ECC_SOFT_BCH, |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 154 | } nand_ecc_modes_t; |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 155 | |
| 156 | /* |
| 157 | * Constants for Hardware ECC |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 158 | */ |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 159 | /* Reset Hardware ECC for read */ |
| 160 | #define NAND_ECC_READ 0 |
| 161 | /* Reset Hardware ECC for write */ |
| 162 | #define NAND_ECC_WRITE 1 |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 163 | /* Enable Hardware ECC before syndrome is read back from flash */ |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 164 | #define NAND_ECC_READSYN 2 |
| 165 | |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 166 | /* Bit mask for flags passed to do_nand_read_ecc */ |
| 167 | #define NAND_GET_DEVICE 0x80 |
| 168 | |
| 169 | |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 170 | /* |
| 171 | * Option constants for bizarre disfunctionality and real |
| 172 | * features. |
| 173 | */ |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 174 | /* Buswidth is 16 bit */ |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 175 | #define NAND_BUSWIDTH_16 0x00000002 |
| 176 | /* Device supports partial programming without padding */ |
| 177 | #define NAND_NO_PADDING 0x00000004 |
| 178 | /* Chip has cache program function */ |
| 179 | #define NAND_CACHEPRG 0x00000008 |
| 180 | /* Chip has copy back function */ |
| 181 | #define NAND_COPYBACK 0x00000010 |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 182 | /* |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 183 | * Chip requires ready check on read (for auto-incremented sequential read). |
| 184 | * True only for small page devices; large page devices do not support |
| 185 | * autoincrement. |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 186 | */ |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 187 | #define NAND_NEED_READRDY 0x00000100 |
| 188 | |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 189 | /* Chip does not allow subpage writes */ |
| 190 | #define NAND_NO_SUBPAGE_WRITE 0x00000200 |
| 191 | |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 192 | /* Device is one of 'new' xD cards that expose fake nand command set */ |
| 193 | #define NAND_BROKEN_XD 0x00000400 |
| 194 | |
| 195 | /* Device behaves just like nand, but is readonly */ |
| 196 | #define NAND_ROM 0x00000800 |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 197 | |
Joe Hershberger | c788ecf | 2012-11-05 06:46:31 +0000 | [diff] [blame] | 198 | /* Device supports subpage reads */ |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 199 | #define NAND_SUBPAGE_READ 0x00001000 |
Joe Hershberger | c788ecf | 2012-11-05 06:46:31 +0000 | [diff] [blame] | 200 | |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 201 | /* Options valid for Samsung large page devices */ |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 202 | #define NAND_SAMSUNG_LP_OPTIONS NAND_CACHEPRG |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 203 | |
| 204 | /* Macros to identify the above */ |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 205 | #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG)) |
Joe Hershberger | c788ecf | 2012-11-05 06:46:31 +0000 | [diff] [blame] | 206 | #define NAND_HAS_SUBPAGE_READ(chip) ((chip->options & NAND_SUBPAGE_READ)) |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 207 | |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 208 | /* Non chip related options */ |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 209 | /* This option skips the bbt scan during initialization. */ |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 210 | #define NAND_SKIP_BBTSCAN 0x00010000 |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 211 | /* |
| 212 | * This option is defined if the board driver allocates its own buffers |
| 213 | * (e.g. because it needs them DMA-coherent). |
| 214 | */ |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 215 | #define NAND_OWN_BUFFERS 0x00020000 |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 216 | /* Chip may not exist, so silence any errors in scan */ |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 217 | #define NAND_SCAN_SILENT_NODEV 0x00040000 |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 218 | /* |
| 219 | * Autodetect nand buswidth with readid/onfi. |
| 220 | * This suppose the driver will configure the hardware in 8 bits mode |
| 221 | * when calling nand_scan_ident, and update its configuration |
| 222 | * before calling nand_scan_tail. |
| 223 | */ |
| 224 | #define NAND_BUSWIDTH_AUTO 0x00080000 |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 225 | |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 226 | /* Options set by nand scan */ |
Scott Wood | fb49454 | 2012-02-20 14:50:39 -0600 | [diff] [blame] | 227 | /* bbt has already been read */ |
| 228 | #define NAND_BBT_SCANNED 0x40000000 |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 229 | /* Nand scan has allocated controller struct */ |
| 230 | #define NAND_CONTROLLER_ALLOC 0x80000000 |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 231 | |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 232 | /* Cell info constants */ |
| 233 | #define NAND_CI_CHIPNR_MSK 0x03 |
| 234 | #define NAND_CI_CELLTYPE_MSK 0x0C |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 235 | #define NAND_CI_CELLTYPE_SHIFT 2 |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 236 | |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 237 | /* Keep gcc happy */ |
| 238 | struct nand_chip; |
wdenk | dc7c9a1 | 2003-03-26 06:55:25 +0000 | [diff] [blame] | 239 | |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 240 | /* ONFI features */ |
| 241 | #define ONFI_FEATURE_16_BIT_BUS (1 << 0) |
| 242 | #define ONFI_FEATURE_EXT_PARAM_PAGE (1 << 7) |
| 243 | |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 244 | /* ONFI timing mode, used in both asynchronous and synchronous mode */ |
| 245 | #define ONFI_TIMING_MODE_0 (1 << 0) |
| 246 | #define ONFI_TIMING_MODE_1 (1 << 1) |
| 247 | #define ONFI_TIMING_MODE_2 (1 << 2) |
| 248 | #define ONFI_TIMING_MODE_3 (1 << 3) |
| 249 | #define ONFI_TIMING_MODE_4 (1 << 4) |
| 250 | #define ONFI_TIMING_MODE_5 (1 << 5) |
| 251 | #define ONFI_TIMING_MODE_UNKNOWN (1 << 6) |
| 252 | |
| 253 | /* ONFI feature address */ |
| 254 | #define ONFI_FEATURE_ADDR_TIMING_MODE 0x1 |
| 255 | |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 256 | /* Vendor-specific feature address (Micron) */ |
| 257 | #define ONFI_FEATURE_ADDR_READ_RETRY 0x89 |
| 258 | |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 259 | /* ONFI subfeature parameters length */ |
| 260 | #define ONFI_SUBFEATURE_PARAM_LEN 4 |
| 261 | |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 262 | /* ONFI optional commands SET/GET FEATURES supported? */ |
| 263 | #define ONFI_OPT_CMD_SET_GET_FEATURES (1 << 2) |
| 264 | |
Florian Fainelli | 0272c71 | 2011-02-25 00:01:34 +0000 | [diff] [blame] | 265 | struct nand_onfi_params { |
| 266 | /* rev info and features block */ |
| 267 | /* 'O' 'N' 'F' 'I' */ |
| 268 | u8 sig[4]; |
| 269 | __le16 revision; |
| 270 | __le16 features; |
| 271 | __le16 opt_cmd; |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 272 | u8 reserved0[2]; |
| 273 | __le16 ext_param_page_length; /* since ONFI 2.1 */ |
| 274 | u8 num_of_param_pages; /* since ONFI 2.1 */ |
| 275 | u8 reserved1[17]; |
Florian Fainelli | 0272c71 | 2011-02-25 00:01:34 +0000 | [diff] [blame] | 276 | |
| 277 | /* manufacturer information block */ |
| 278 | char manufacturer[12]; |
| 279 | char model[20]; |
| 280 | u8 jedec_id; |
| 281 | __le16 date_code; |
| 282 | u8 reserved2[13]; |
| 283 | |
| 284 | /* memory organization block */ |
| 285 | __le32 byte_per_page; |
| 286 | __le16 spare_bytes_per_page; |
| 287 | __le32 data_bytes_per_ppage; |
| 288 | __le16 spare_bytes_per_ppage; |
| 289 | __le32 pages_per_block; |
| 290 | __le32 blocks_per_lun; |
| 291 | u8 lun_count; |
| 292 | u8 addr_cycles; |
| 293 | u8 bits_per_cell; |
| 294 | __le16 bb_per_lun; |
| 295 | __le16 block_endurance; |
| 296 | u8 guaranteed_good_blocks; |
| 297 | __le16 guaranteed_block_endurance; |
| 298 | u8 programs_per_page; |
| 299 | u8 ppage_attr; |
| 300 | u8 ecc_bits; |
| 301 | u8 interleaved_bits; |
| 302 | u8 interleaved_ops; |
| 303 | u8 reserved3[13]; |
| 304 | |
| 305 | /* electrical parameter block */ |
| 306 | u8 io_pin_capacitance_max; |
| 307 | __le16 async_timing_mode; |
| 308 | __le16 program_cache_timing_mode; |
| 309 | __le16 t_prog; |
| 310 | __le16 t_bers; |
| 311 | __le16 t_r; |
| 312 | __le16 t_ccs; |
| 313 | __le16 src_sync_timing_mode; |
| 314 | __le16 src_ssync_features; |
| 315 | __le16 clk_pin_capacitance_typ; |
| 316 | __le16 io_pin_capacitance_typ; |
| 317 | __le16 input_pin_capacitance_typ; |
| 318 | u8 input_pin_capacitance_max; |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 319 | u8 driver_strength_support; |
Florian Fainelli | 0272c71 | 2011-02-25 00:01:34 +0000 | [diff] [blame] | 320 | __le16 t_int_r; |
| 321 | __le16 t_ald; |
| 322 | u8 reserved4[7]; |
| 323 | |
| 324 | /* vendor */ |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 325 | __le16 vendor_revision; |
| 326 | u8 vendor[88]; |
Florian Fainelli | 0272c71 | 2011-02-25 00:01:34 +0000 | [diff] [blame] | 327 | |
| 328 | __le16 crc; |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 329 | } __packed; |
Florian Fainelli | 0272c71 | 2011-02-25 00:01:34 +0000 | [diff] [blame] | 330 | |
| 331 | #define ONFI_CRC_BASE 0x4F4E |
| 332 | |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 333 | /* Extended ECC information Block Definition (since ONFI 2.1) */ |
| 334 | struct onfi_ext_ecc_info { |
| 335 | u8 ecc_bits; |
| 336 | u8 codeword_size; |
| 337 | __le16 bb_per_lun; |
| 338 | __le16 block_endurance; |
| 339 | u8 reserved[2]; |
| 340 | } __packed; |
| 341 | |
| 342 | #define ONFI_SECTION_TYPE_0 0 /* Unused section. */ |
| 343 | #define ONFI_SECTION_TYPE_1 1 /* for additional sections. */ |
| 344 | #define ONFI_SECTION_TYPE_2 2 /* for ECC information. */ |
| 345 | struct onfi_ext_section { |
| 346 | u8 type; |
| 347 | u8 length; |
| 348 | } __packed; |
| 349 | |
| 350 | #define ONFI_EXT_SECTION_MAX 8 |
| 351 | |
| 352 | /* Extended Parameter Page Definition (since ONFI 2.1) */ |
| 353 | struct onfi_ext_param_page { |
| 354 | __le16 crc; |
| 355 | u8 sig[4]; /* 'E' 'P' 'P' 'S' */ |
| 356 | u8 reserved0[10]; |
| 357 | struct onfi_ext_section sections[ONFI_EXT_SECTION_MAX]; |
| 358 | |
| 359 | /* |
| 360 | * The actual size of the Extended Parameter Page is in |
| 361 | * @ext_param_page_length of nand_onfi_params{}. |
| 362 | * The following are the variable length sections. |
| 363 | * So we do not add any fields below. Please see the ONFI spec. |
| 364 | */ |
| 365 | } __packed; |
| 366 | |
| 367 | struct nand_onfi_vendor_micron { |
| 368 | u8 two_plane_read; |
| 369 | u8 read_cache; |
| 370 | u8 read_unique_id; |
| 371 | u8 dq_imped; |
| 372 | u8 dq_imped_num_settings; |
| 373 | u8 dq_imped_feat_addr; |
| 374 | u8 rb_pulldown_strength; |
| 375 | u8 rb_pulldown_strength_feat_addr; |
| 376 | u8 rb_pulldown_strength_num_settings; |
| 377 | u8 otp_mode; |
| 378 | u8 otp_page_start; |
| 379 | u8 otp_data_prot_addr; |
| 380 | u8 otp_num_pages; |
| 381 | u8 otp_feat_addr; |
| 382 | u8 read_retry_options; |
| 383 | u8 reserved[72]; |
| 384 | u8 param_revision; |
| 385 | } __packed; |
| 386 | |
Heiko Schocher | 4e67c57 | 2014-07-15 16:08:43 +0200 | [diff] [blame] | 387 | struct jedec_ecc_info { |
| 388 | u8 ecc_bits; |
| 389 | u8 codeword_size; |
| 390 | __le16 bb_per_lun; |
| 391 | __le16 block_endurance; |
| 392 | u8 reserved[2]; |
| 393 | } __packed; |
| 394 | |
| 395 | /* JEDEC features */ |
| 396 | #define JEDEC_FEATURE_16_BIT_BUS (1 << 0) |
| 397 | |
| 398 | struct nand_jedec_params { |
| 399 | /* rev info and features block */ |
| 400 | /* 'J' 'E' 'S' 'D' */ |
| 401 | u8 sig[4]; |
| 402 | __le16 revision; |
| 403 | __le16 features; |
| 404 | u8 opt_cmd[3]; |
| 405 | __le16 sec_cmd; |
| 406 | u8 num_of_param_pages; |
| 407 | u8 reserved0[18]; |
| 408 | |
| 409 | /* manufacturer information block */ |
| 410 | char manufacturer[12]; |
| 411 | char model[20]; |
| 412 | u8 jedec_id[6]; |
| 413 | u8 reserved1[10]; |
| 414 | |
| 415 | /* memory organization block */ |
| 416 | __le32 byte_per_page; |
| 417 | __le16 spare_bytes_per_page; |
| 418 | u8 reserved2[6]; |
| 419 | __le32 pages_per_block; |
| 420 | __le32 blocks_per_lun; |
| 421 | u8 lun_count; |
| 422 | u8 addr_cycles; |
| 423 | u8 bits_per_cell; |
| 424 | u8 programs_per_page; |
| 425 | u8 multi_plane_addr; |
| 426 | u8 multi_plane_op_attr; |
| 427 | u8 reserved3[38]; |
| 428 | |
| 429 | /* electrical parameter block */ |
| 430 | __le16 async_sdr_speed_grade; |
| 431 | __le16 toggle_ddr_speed_grade; |
| 432 | __le16 sync_ddr_speed_grade; |
| 433 | u8 async_sdr_features; |
| 434 | u8 toggle_ddr_features; |
| 435 | u8 sync_ddr_features; |
| 436 | __le16 t_prog; |
| 437 | __le16 t_bers; |
| 438 | __le16 t_r; |
| 439 | __le16 t_r_multi_plane; |
| 440 | __le16 t_ccs; |
| 441 | __le16 io_pin_capacitance_typ; |
| 442 | __le16 input_pin_capacitance_typ; |
| 443 | __le16 clk_pin_capacitance_typ; |
| 444 | u8 driver_strength_support; |
| 445 | __le16 t_ald; |
| 446 | u8 reserved4[36]; |
| 447 | |
| 448 | /* ECC and endurance block */ |
| 449 | u8 guaranteed_good_blocks; |
| 450 | __le16 guaranteed_block_endurance; |
| 451 | struct jedec_ecc_info ecc_info[4]; |
| 452 | u8 reserved5[29]; |
| 453 | |
| 454 | /* reserved */ |
| 455 | u8 reserved6[148]; |
| 456 | |
| 457 | /* vendor */ |
| 458 | __le16 vendor_rev_num; |
| 459 | u8 reserved7[88]; |
| 460 | |
| 461 | /* CRC for Parameter Page */ |
| 462 | __le16 crc; |
| 463 | } __packed; |
| 464 | |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 465 | /** |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 466 | * struct nand_hw_control - Control structure for hardware controller (e.g ECC generator) shared among independent devices |
| 467 | * @lock: protection lock |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 468 | * @active: the mtd device which holds the controller currently |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 469 | * @wq: wait queue to sleep on if a NAND operation is in |
| 470 | * progress used instead of the per chip wait queue |
| 471 | * when a hw controller is available. |
wdenk | dc7c9a1 | 2003-03-26 06:55:25 +0000 | [diff] [blame] | 472 | */ |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 473 | struct nand_hw_control { |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 474 | spinlock_t lock; |
| 475 | struct nand_chip *active; |
| 476 | #ifndef __UBOOT__ |
William Juul | 5e1dae5 | 2007-11-09 13:32:30 +0100 | [diff] [blame] | 477 | wait_queue_head_t wq; |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 478 | #endif |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 479 | }; |
| 480 | |
| 481 | /** |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 482 | * struct nand_ecc_ctrl - Control structure for ECC |
| 483 | * @mode: ECC mode |
| 484 | * @steps: number of ECC steps per page |
| 485 | * @size: data bytes per ECC step |
| 486 | * @bytes: ECC bytes per step |
| 487 | * @strength: max number of correctible bits per ECC step |
| 488 | * @total: total number of ECC bytes per page |
| 489 | * @prepad: padding information for syndrome based ECC generators |
| 490 | * @postpad: padding information for syndrome based ECC generators |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 491 | * @layout: ECC layout control struct pointer |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 492 | * @priv: pointer to private ECC control data |
| 493 | * @hwctl: function to control hardware ECC generator. Must only |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 494 | * be provided if an hardware ECC is available |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 495 | * @calculate: function for ECC calculation or readback from ECC hardware |
| 496 | * @correct: function for ECC correction, matching to ECC generator (sw/hw) |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 497 | * @read_page_raw: function to read a raw page without ECC |
| 498 | * @write_page_raw: function to write a raw page without ECC |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 499 | * @read_page: function to read a page according to the ECC generator |
| 500 | * requirements; returns maximum number of bitflips corrected in |
| 501 | * any single ECC step, 0 if bitflips uncorrectable, -EIO hw error |
| 502 | * @read_subpage: function to read parts of the page covered by ECC; |
| 503 | * returns same as read_page() |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 504 | * @write_subpage: function to write parts of the page covered by ECC. |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 505 | * @write_page: function to write a page according to the ECC generator |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 506 | * requirements. |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 507 | * @write_oob_raw: function to write chip OOB data without ECC |
| 508 | * @read_oob_raw: function to read chip OOB data without ECC |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 509 | * @read_oob: function to read chip OOB data |
| 510 | * @write_oob: function to write chip OOB data |
| 511 | */ |
| 512 | struct nand_ecc_ctrl { |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 513 | nand_ecc_modes_t mode; |
| 514 | int steps; |
| 515 | int size; |
| 516 | int bytes; |
| 517 | int total; |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 518 | int strength; |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 519 | int prepad; |
| 520 | int postpad; |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 521 | struct nand_ecclayout *layout; |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 522 | void *priv; |
| 523 | void (*hwctl)(struct mtd_info *mtd, int mode); |
| 524 | int (*calculate)(struct mtd_info *mtd, const uint8_t *dat, |
| 525 | uint8_t *ecc_code); |
| 526 | int (*correct)(struct mtd_info *mtd, uint8_t *dat, uint8_t *read_ecc, |
| 527 | uint8_t *calc_ecc); |
| 528 | int (*read_page_raw)(struct mtd_info *mtd, struct nand_chip *chip, |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 529 | uint8_t *buf, int oob_required, int page); |
| 530 | int (*write_page_raw)(struct mtd_info *mtd, struct nand_chip *chip, |
| 531 | const uint8_t *buf, int oob_required); |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 532 | int (*read_page)(struct mtd_info *mtd, struct nand_chip *chip, |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 533 | uint8_t *buf, int oob_required, int page); |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 534 | int (*read_subpage)(struct mtd_info *mtd, struct nand_chip *chip, |
Heiko Schocher | 4e67c57 | 2014-07-15 16:08:43 +0200 | [diff] [blame] | 535 | uint32_t offs, uint32_t len, uint8_t *buf, int page); |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 536 | int (*write_subpage)(struct mtd_info *mtd, struct nand_chip *chip, |
| 537 | uint32_t offset, uint32_t data_len, |
| 538 | const uint8_t *data_buf, int oob_required); |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 539 | int (*write_page)(struct mtd_info *mtd, struct nand_chip *chip, |
| 540 | const uint8_t *buf, int oob_required); |
| 541 | int (*write_oob_raw)(struct mtd_info *mtd, struct nand_chip *chip, |
| 542 | int page); |
| 543 | int (*read_oob_raw)(struct mtd_info *mtd, struct nand_chip *chip, |
| 544 | int page); |
| 545 | int (*read_oob)(struct mtd_info *mtd, struct nand_chip *chip, int page); |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 546 | int (*write_oob)(struct mtd_info *mtd, struct nand_chip *chip, |
| 547 | int page); |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 548 | }; |
| 549 | |
| 550 | /** |
| 551 | * struct nand_buffers - buffer structure for read/write |
Heiko Schocher | 4e67c57 | 2014-07-15 16:08:43 +0200 | [diff] [blame] | 552 | * @ecccalc: buffer pointer for calculated ECC, size is oobsize. |
| 553 | * @ecccode: buffer pointer for ECC read from flash, size is oobsize. |
| 554 | * @databuf: buffer pointer for data, size is (page size + oobsize). |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 555 | * |
| 556 | * Do not change the order of buffers. databuf and oobrbuf must be in |
| 557 | * consecutive order. |
| 558 | */ |
| 559 | struct nand_buffers { |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 560 | #ifndef __UBOOT__ |
Heiko Schocher | 4e67c57 | 2014-07-15 16:08:43 +0200 | [diff] [blame] | 561 | uint8_t *ecccalc; |
| 562 | uint8_t *ecccode; |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 563 | uint8_t *databuf; |
| 564 | #else |
Simon Glass | b572595 | 2012-07-29 20:53:25 +0000 | [diff] [blame] | 565 | uint8_t ecccalc[ALIGN(NAND_MAX_OOBSIZE, ARCH_DMA_MINALIGN)]; |
| 566 | uint8_t ecccode[ALIGN(NAND_MAX_OOBSIZE, ARCH_DMA_MINALIGN)]; |
| 567 | uint8_t databuf[ALIGN(NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE, |
| 568 | ARCH_DMA_MINALIGN)]; |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 569 | #endif |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 570 | }; |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 571 | |
| 572 | /** |
| 573 | * struct nand_chip - NAND Private Flash Chip Data |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 574 | * @IO_ADDR_R: [BOARDSPECIFIC] address to read the 8 I/O lines of the |
| 575 | * flash device |
| 576 | * @IO_ADDR_W: [BOARDSPECIFIC] address to write the 8 I/O lines of the |
| 577 | * flash device. |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 578 | * @read_byte: [REPLACEABLE] read one byte from the chip |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 579 | * @read_word: [REPLACEABLE] read one word from the chip |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 580 | * @write_byte: [REPLACEABLE] write a single byte to the chip on the |
| 581 | * low 8 I/O lines |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 582 | * @write_buf: [REPLACEABLE] write data from the buffer to the chip |
| 583 | * @read_buf: [REPLACEABLE] read data from the chip into the buffer |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 584 | * @select_chip: [REPLACEABLE] select chip nr |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 585 | * @block_bad: [REPLACEABLE] check if a block is bad, using OOB markers |
| 586 | * @block_markbad: [REPLACEABLE] mark a block bad |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 587 | * @cmd_ctrl: [BOARDSPECIFIC] hardwarespecific function for controlling |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 588 | * ALE/CLE/nCE. Also used to write command and address |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 589 | * @init_size: [BOARDSPECIFIC] hardwarespecific function for setting |
| 590 | * mtd->oobsize, mtd->writesize and so on. |
| 591 | * @id_data contains the 8 bytes values of NAND_CMD_READID. |
| 592 | * Return with the bus width. |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 593 | * @dev_ready: [BOARDSPECIFIC] hardwarespecific function for accessing |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 594 | * device ready/busy line. If set to NULL no access to |
| 595 | * ready/busy is available and the ready/busy information |
| 596 | * is read from the chip status register. |
| 597 | * @cmdfunc: [REPLACEABLE] hardwarespecific function for writing |
| 598 | * commands to the chip. |
| 599 | * @waitfunc: [REPLACEABLE] hardwarespecific function for wait on |
| 600 | * ready. |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 601 | * @setup_read_retry: [FLASHSPECIFIC] flash (vendor) specific function for |
| 602 | * setting the read-retry mode. Mostly needed for MLC NAND. |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 603 | * @ecc: [BOARDSPECIFIC] ECC control structure |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 604 | * @buffers: buffer structure for read/write |
| 605 | * @hwcontrol: platform-specific hardware control structure |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 606 | * @erase_cmd: [INTERN] erase command write function, selectable due |
| 607 | * to AND support. |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 608 | * @scan_bbt: [REPLACEABLE] function to scan bad block table |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 609 | * @chip_delay: [BOARDSPECIFIC] chip dependent delay for transferring |
| 610 | * data from array to read regs (tR). |
Wolfgang Denk | b9365a2 | 2006-07-21 11:56:05 +0200 | [diff] [blame] | 611 | * @state: [INTERN] the current state of the NAND device |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 612 | * @oob_poi: "poison value buffer," used for laying out OOB data |
| 613 | * before writing |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 614 | * @page_shift: [INTERN] number of address bits in a page (column |
| 615 | * address bits). |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 616 | * @phys_erase_shift: [INTERN] number of address bits in a physical eraseblock |
| 617 | * @bbt_erase_shift: [INTERN] number of address bits in a bbt entry |
| 618 | * @chip_shift: [INTERN] number of address bits in one chip |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 619 | * @options: [BOARDSPECIFIC] various chip options. They can partly |
| 620 | * be set to inform nand_scan about special functionality. |
| 621 | * See the defines for further explanation. |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 622 | * @bbt_options: [INTERN] bad block specific options. All options used |
| 623 | * here must come from bbm.h. By default, these options |
| 624 | * will be copied to the appropriate nand_bbt_descr's. |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 625 | * @badblockpos: [INTERN] position of the bad block marker in the oob |
| 626 | * area. |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 627 | * @badblockbits: [INTERN] minimum number of set bits in a good block's |
| 628 | * bad block marker position; i.e., BBM == 11110111b is |
| 629 | * not bad when badblockbits == 7 |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 630 | * @bits_per_cell: [INTERN] number of bits per cell. i.e., 1 means SLC. |
| 631 | * @ecc_strength_ds: [INTERN] ECC correctability from the datasheet. |
| 632 | * Minimum amount of bit errors per @ecc_step_ds guaranteed |
| 633 | * to be correctable. If unknown, set to zero. |
| 634 | * @ecc_step_ds: [INTERN] ECC step required by the @ecc_strength_ds, |
| 635 | * also from the datasheet. It is the recommended ECC step |
| 636 | * size, if known; if unknown, set to zero. |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 637 | * @numchips: [INTERN] number of physical chips |
| 638 | * @chipsize: [INTERN] the size of one chip for multichip arrays |
| 639 | * @pagemask: [INTERN] page number mask = number of (pages / chip) - 1 |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 640 | * @pagebuf: [INTERN] holds the pagenumber which is currently in |
| 641 | * data_buf. |
Paul Burton | 40462e5 | 2013-09-04 15:16:56 +0100 | [diff] [blame] | 642 | * @pagebuf_bitflips: [INTERN] holds the bitflip count for the page which is |
| 643 | * currently in data_buf. |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 644 | * @subpagesize: [INTERN] holds the subpagesize |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 645 | * @onfi_version: [INTERN] holds the chip ONFI version (BCD encoded), |
| 646 | * non 0 if ONFI supported. |
Heiko Schocher | 4e67c57 | 2014-07-15 16:08:43 +0200 | [diff] [blame] | 647 | * @jedec_version: [INTERN] holds the chip JEDEC version (BCD encoded), |
| 648 | * non 0 if JEDEC supported. |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 649 | * @onfi_params: [INTERN] holds the ONFI page parameter when ONFI is |
| 650 | * supported, 0 otherwise. |
Heiko Schocher | 4e67c57 | 2014-07-15 16:08:43 +0200 | [diff] [blame] | 651 | * @jedec_params: [INTERN] holds the JEDEC parameter page when JEDEC is |
| 652 | * supported, 0 otherwise. |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 653 | * @read_retries: [INTERN] the number of read retry modes supported |
| 654 | * @onfi_set_features: [REPLACEABLE] set the features for ONFI nand |
| 655 | * @onfi_get_features: [REPLACEABLE] get the features for ONFI nand |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 656 | * @bbt: [INTERN] bad block table pointer |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 657 | * @bbt_td: [REPLACEABLE] bad block table descriptor for flash |
| 658 | * lookup. |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 659 | * @bbt_md: [REPLACEABLE] bad block table mirror descriptor |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 660 | * @badblock_pattern: [REPLACEABLE] bad block scan pattern used for initial |
| 661 | * bad block scan. |
| 662 | * @controller: [REPLACEABLE] a pointer to a hardware controller |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 663 | * structure which is shared among multiple independent |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 664 | * devices. |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 665 | * @priv: [OPTIONAL] pointer to private chip data |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 666 | * @errstat: [OPTIONAL] hardware specific function to perform |
| 667 | * additional error status checks (determine if errors are |
| 668 | * correctable). |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 669 | * @write_page: [REPLACEABLE] High-level page write function |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 670 | */ |
wdenk | dc7c9a1 | 2003-03-26 06:55:25 +0000 | [diff] [blame] | 671 | |
| 672 | struct nand_chip { |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 673 | void __iomem *IO_ADDR_R; |
| 674 | void __iomem *IO_ADDR_W; |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 675 | |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 676 | uint8_t (*read_byte)(struct mtd_info *mtd); |
| 677 | u16 (*read_word)(struct mtd_info *mtd); |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 678 | void (*write_byte)(struct mtd_info *mtd, uint8_t byte); |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 679 | void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); |
| 680 | void (*read_buf)(struct mtd_info *mtd, uint8_t *buf, int len); |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 681 | void (*select_chip)(struct mtd_info *mtd, int chip); |
| 682 | int (*block_bad)(struct mtd_info *mtd, loff_t ofs, int getchip); |
| 683 | int (*block_markbad)(struct mtd_info *mtd, loff_t ofs); |
| 684 | void (*cmd_ctrl)(struct mtd_info *mtd, int dat, unsigned int ctrl); |
| 685 | int (*init_size)(struct mtd_info *mtd, struct nand_chip *this, |
| 686 | u8 *id_data); |
| 687 | int (*dev_ready)(struct mtd_info *mtd); |
| 688 | void (*cmdfunc)(struct mtd_info *mtd, unsigned command, int column, |
| 689 | int page_addr); |
| 690 | int(*waitfunc)(struct mtd_info *mtd, struct nand_chip *this); |
| 691 | void (*erase_cmd)(struct mtd_info *mtd, int page); |
| 692 | int (*scan_bbt)(struct mtd_info *mtd); |
| 693 | int (*errstat)(struct mtd_info *mtd, struct nand_chip *this, int state, |
| 694 | int status, int page); |
| 695 | int (*write_page)(struct mtd_info *mtd, struct nand_chip *chip, |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 696 | uint32_t offset, int data_len, const uint8_t *buf, |
| 697 | int oob_required, int page, int cached, int raw); |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 698 | int (*onfi_set_features)(struct mtd_info *mtd, struct nand_chip *chip, |
| 699 | int feature_addr, uint8_t *subfeature_para); |
| 700 | int (*onfi_get_features)(struct mtd_info *mtd, struct nand_chip *chip, |
| 701 | int feature_addr, uint8_t *subfeature_para); |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 702 | int (*setup_read_retry)(struct mtd_info *mtd, int retry_mode); |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 703 | |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 704 | int chip_delay; |
| 705 | unsigned int options; |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 706 | unsigned int bbt_options; |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 707 | |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 708 | int page_shift; |
| 709 | int phys_erase_shift; |
| 710 | int bbt_erase_shift; |
| 711 | int chip_shift; |
| 712 | int numchips; |
| 713 | uint64_t chipsize; |
| 714 | int pagemask; |
| 715 | int pagebuf; |
Paul Burton | 40462e5 | 2013-09-04 15:16:56 +0100 | [diff] [blame] | 716 | unsigned int pagebuf_bitflips; |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 717 | int subpagesize; |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 718 | uint8_t bits_per_cell; |
| 719 | uint16_t ecc_strength_ds; |
| 720 | uint16_t ecc_step_ds; |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 721 | int badblockpos; |
| 722 | int badblockbits; |
| 723 | |
| 724 | int onfi_version; |
Heiko Schocher | 4e67c57 | 2014-07-15 16:08:43 +0200 | [diff] [blame] | 725 | int jedec_version; |
Florian Fainelli | 0272c71 | 2011-02-25 00:01:34 +0000 | [diff] [blame] | 726 | #ifdef CONFIG_SYS_NAND_ONFI_DETECTION |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 727 | struct nand_onfi_params onfi_params; |
Florian Fainelli | 0272c71 | 2011-02-25 00:01:34 +0000 | [diff] [blame] | 728 | #endif |
Heiko Schocher | 4e67c57 | 2014-07-15 16:08:43 +0200 | [diff] [blame] | 729 | struct nand_jedec_params jedec_params; |
| 730 | |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 731 | int read_retries; |
| 732 | |
| 733 | flstate_t state; |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 734 | |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 735 | uint8_t *oob_poi; |
| 736 | struct nand_hw_control *controller; |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 737 | #ifdef __UBOOT__ |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 738 | struct nand_ecclayout *ecclayout; |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 739 | #endif |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 740 | |
| 741 | struct nand_ecc_ctrl ecc; |
| 742 | struct nand_buffers *buffers; |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 743 | struct nand_hw_control hwcontrol; |
| 744 | |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 745 | uint8_t *bbt; |
| 746 | struct nand_bbt_descr *bbt_td; |
| 747 | struct nand_bbt_descr *bbt_md; |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 748 | |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 749 | struct nand_bbt_descr *badblock_pattern; |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 750 | |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 751 | void *priv; |
wdenk | dc7c9a1 | 2003-03-26 06:55:25 +0000 | [diff] [blame] | 752 | }; |
| 753 | |
| 754 | /* |
wdenk | e221174 | 2002-11-02 23:30:20 +0000 | [diff] [blame] | 755 | * NAND Flash Manufacturer ID Codes |
| 756 | */ |
| 757 | #define NAND_MFR_TOSHIBA 0x98 |
| 758 | #define NAND_MFR_SAMSUNG 0xec |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 759 | #define NAND_MFR_FUJITSU 0x04 |
| 760 | #define NAND_MFR_NATIONAL 0x8f |
| 761 | #define NAND_MFR_RENESAS 0x07 |
| 762 | #define NAND_MFR_STMICRO 0x20 |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 763 | #define NAND_MFR_HYNIX 0xad |
Ulf Samuelsson | 7ebb447 | 2007-05-24 12:12:47 +0200 | [diff] [blame] | 764 | #define NAND_MFR_MICRON 0x2c |
Scott Wood | c45912d | 2008-10-24 16:20:43 -0500 | [diff] [blame] | 765 | #define NAND_MFR_AMD 0x01 |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 766 | #define NAND_MFR_MACRONIX 0xc2 |
| 767 | #define NAND_MFR_EON 0x92 |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 768 | #define NAND_MFR_SANDISK 0x45 |
| 769 | #define NAND_MFR_INTEL 0x89 |
| 770 | |
| 771 | /* The maximum expected count of bytes in the NAND ID sequence */ |
| 772 | #define NAND_MAX_ID_LEN 8 |
| 773 | |
| 774 | /* |
| 775 | * A helper for defining older NAND chips where the second ID byte fully |
| 776 | * defined the chip, including the geometry (chip size, eraseblock size, page |
| 777 | * size). All these chips have 512 bytes NAND page size. |
| 778 | */ |
| 779 | #define LEGACY_ID_NAND(nm, devid, chipsz, erasesz, opts) \ |
| 780 | { .name = (nm), {{ .dev_id = (devid) }}, .pagesize = 512, \ |
| 781 | .chipsize = (chipsz), .erasesize = (erasesz), .options = (opts) } |
| 782 | |
| 783 | /* |
| 784 | * A helper for defining newer chips which report their page size and |
| 785 | * eraseblock size via the extended ID bytes. |
| 786 | * |
| 787 | * The real difference between LEGACY_ID_NAND and EXTENDED_ID_NAND is that with |
| 788 | * EXTENDED_ID_NAND, manufacturers overloaded the same device ID so that the |
| 789 | * device ID now only represented a particular total chip size (and voltage, |
| 790 | * buswidth), and the page size, eraseblock size, and OOB size could vary while |
| 791 | * using the same device ID. |
| 792 | */ |
| 793 | #define EXTENDED_ID_NAND(nm, devid, chipsz, opts) \ |
| 794 | { .name = (nm), {{ .dev_id = (devid) }}, .chipsize = (chipsz), \ |
| 795 | .options = (opts) } |
| 796 | |
| 797 | #define NAND_ECC_INFO(_strength, _step) \ |
| 798 | { .strength_ds = (_strength), .step_ds = (_step) } |
| 799 | #define NAND_ECC_STRENGTH(type) ((type)->ecc.strength_ds) |
| 800 | #define NAND_ECC_STEP(type) ((type)->ecc.step_ds) |
wdenk | e221174 | 2002-11-02 23:30:20 +0000 | [diff] [blame] | 801 | |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 802 | /** |
| 803 | * struct nand_flash_dev - NAND Flash Device ID Structure |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 804 | * @name: a human-readable name of the NAND chip |
| 805 | * @dev_id: the device ID (the second byte of the full chip ID array) |
| 806 | * @mfr_id: manufecturer ID part of the full chip ID array (refers the same |
| 807 | * memory address as @id[0]) |
| 808 | * @dev_id: device ID part of the full chip ID array (refers the same memory |
| 809 | * address as @id[1]) |
| 810 | * @id: full device ID array |
| 811 | * @pagesize: size of the NAND page in bytes; if 0, then the real page size (as |
| 812 | * well as the eraseblock size) is determined from the extended NAND |
| 813 | * chip ID array) |
| 814 | * @chipsize: total chip size in MiB |
| 815 | * @erasesize: eraseblock size in bytes (determined from the extended ID if 0) |
| 816 | * @options: stores various chip bit options |
| 817 | * @id_len: The valid length of the @id. |
| 818 | * @oobsize: OOB size |
| 819 | * @ecc.strength_ds: The ECC correctability from the datasheet, same as the |
| 820 | * @ecc_strength_ds in nand_chip{}. |
| 821 | * @ecc.step_ds: The ECC step required by the @ecc.strength_ds, same as the |
| 822 | * @ecc_step_ds in nand_chip{}, also from the datasheet. |
| 823 | * For example, the "4bit ECC for each 512Byte" can be set with |
| 824 | * NAND_ECC_INFO(4, 512). |
wdenk | e221174 | 2002-11-02 23:30:20 +0000 | [diff] [blame] | 825 | */ |
| 826 | struct nand_flash_dev { |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 827 | char *name; |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 828 | union { |
| 829 | struct { |
| 830 | uint8_t mfr_id; |
| 831 | uint8_t dev_id; |
| 832 | }; |
| 833 | uint8_t id[NAND_MAX_ID_LEN]; |
| 834 | }; |
| 835 | unsigned int pagesize; |
| 836 | unsigned int chipsize; |
| 837 | unsigned int erasesize; |
| 838 | unsigned int options; |
| 839 | uint16_t id_len; |
| 840 | uint16_t oobsize; |
| 841 | struct { |
| 842 | uint16_t strength_ds; |
| 843 | uint16_t step_ds; |
| 844 | } ecc; |
wdenk | e221174 | 2002-11-02 23:30:20 +0000 | [diff] [blame] | 845 | }; |
| 846 | |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 847 | /** |
| 848 | * struct nand_manufacturers - NAND Flash Manufacturer ID Structure |
| 849 | * @name: Manufacturer name |
Wolfgang Denk | b9365a2 | 2006-07-21 11:56:05 +0200 | [diff] [blame] | 850 | * @id: manufacturer ID code of device. |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 851 | */ |
| 852 | struct nand_manufacturers { |
| 853 | int id; |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 854 | char *name; |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 855 | }; |
| 856 | |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 857 | extern struct nand_flash_dev nand_flash_ids[]; |
| 858 | extern struct nand_manufacturers nand_manuf_ids[]; |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 859 | |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 860 | extern int nand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd); |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 861 | extern int nand_default_bbt(struct mtd_info *mtd); |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 862 | extern int nand_markbad_bbt(struct mtd_info *mtd, loff_t offs); |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 863 | extern int nand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt); |
| 864 | extern int nand_erase_nand(struct mtd_info *mtd, struct erase_info *instr, |
| 865 | int allowbbt); |
| 866 | extern int nand_do_read(struct mtd_info *mtd, loff_t from, size_t len, |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 867 | size_t *retlen, uint8_t *buf); |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 868 | |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 869 | #ifdef __UBOOT__ |
wdenk | dc7c9a1 | 2003-03-26 06:55:25 +0000 | [diff] [blame] | 870 | /* |
| 871 | * Constants for oob configuration |
| 872 | */ |
Bartlomiej Sieka | addb2e1 | 2006-03-05 18:57:33 +0100 | [diff] [blame] | 873 | #define NAND_SMALL_BADBLOCK_POS 5 |
| 874 | #define NAND_LARGE_BADBLOCK_POS 0 |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 875 | #endif |
wdenk | dc7c9a1 | 2003-03-26 06:55:25 +0000 | [diff] [blame] | 876 | |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 877 | /** |
| 878 | * struct platform_nand_chip - chip level device structure |
| 879 | * @nr_chips: max. number of chips to scan for |
| 880 | * @chip_offset: chip number offset |
| 881 | * @nr_partitions: number of partitions pointed to by partitions (or zero) |
| 882 | * @partitions: mtd partition list |
| 883 | * @chip_delay: R/B delay value in us |
| 884 | * @options: Option flags, e.g. 16bit buswidth |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 885 | * @bbt_options: BBT option flags, e.g. NAND_BBT_USE_FLASH |
| 886 | * @ecclayout: ECC layout info structure |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 887 | * @part_probe_types: NULL-terminated array of probe types |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 888 | */ |
| 889 | struct platform_nand_chip { |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 890 | int nr_chips; |
| 891 | int chip_offset; |
| 892 | int nr_partitions; |
| 893 | struct mtd_partition *partitions; |
| 894 | struct nand_ecclayout *ecclayout; |
| 895 | int chip_delay; |
| 896 | unsigned int options; |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 897 | unsigned int bbt_options; |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 898 | const char **part_probe_types; |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 899 | }; |
| 900 | |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 901 | /* Keep gcc happy */ |
| 902 | struct platform_device; |
| 903 | |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 904 | /** |
| 905 | * struct platform_nand_ctrl - controller level device structure |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 906 | * @probe: platform specific function to probe/setup hardware |
| 907 | * @remove: platform specific function to remove/teardown hardware |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 908 | * @hwcontrol: platform specific hardware control structure |
| 909 | * @dev_ready: platform specific function to read ready/busy pin |
| 910 | * @select_chip: platform specific chip select function |
| 911 | * @cmd_ctrl: platform specific function for controlling |
| 912 | * ALE/CLE/nCE. Also used to write command and address |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 913 | * @write_buf: platform specific function for write buffer |
| 914 | * @read_buf: platform specific function for read buffer |
| 915 | * @read_byte: platform specific function to read one byte from chip |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 916 | * @priv: private data to transport driver specific settings |
| 917 | * |
| 918 | * All fields are optional and depend on the hardware driver requirements |
| 919 | */ |
| 920 | struct platform_nand_ctrl { |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 921 | int (*probe)(struct platform_device *pdev); |
| 922 | void (*remove)(struct platform_device *pdev); |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 923 | void (*hwcontrol)(struct mtd_info *mtd, int cmd); |
| 924 | int (*dev_ready)(struct mtd_info *mtd); |
| 925 | void (*select_chip)(struct mtd_info *mtd, int chip); |
| 926 | void (*cmd_ctrl)(struct mtd_info *mtd, int dat, unsigned int ctrl); |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 927 | void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len); |
| 928 | void (*read_buf)(struct mtd_info *mtd, uint8_t *buf, int len); |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 929 | unsigned char (*read_byte)(struct mtd_info *mtd); |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 930 | void *priv; |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 931 | }; |
| 932 | |
| 933 | /** |
| 934 | * struct platform_nand_data - container structure for platform-specific data |
| 935 | * @chip: chip level chip structure |
| 936 | * @ctrl: controller level device structure |
| 937 | */ |
| 938 | struct platform_nand_data { |
Christian Hitz | 2a8e0fc | 2011-10-12 09:32:02 +0200 | [diff] [blame] | 939 | struct platform_nand_chip chip; |
| 940 | struct platform_nand_ctrl ctrl; |
William Juul | cfa460a | 2007-10-31 13:53:06 +0100 | [diff] [blame] | 941 | }; |
| 942 | |
| 943 | /* Some helpers to access the data structures */ |
| 944 | static inline |
| 945 | struct platform_nand_chip *get_platform_nandchip(struct mtd_info *mtd) |
| 946 | { |
| 947 | struct nand_chip *chip = mtd->priv; |
| 948 | |
| 949 | return chip->priv; |
| 950 | } |
| 951 | |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 952 | #ifdef CONFIG_SYS_NAND_ONFI_DETECTION |
| 953 | /* return the supported features. */ |
| 954 | static inline int onfi_feature(struct nand_chip *chip) |
| 955 | { |
| 956 | return chip->onfi_version ? le16_to_cpu(chip->onfi_params.features) : 0; |
| 957 | } |
Simon Schwarz | 82645f8 | 2011-10-31 06:34:44 +0000 | [diff] [blame] | 958 | |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 959 | /* return the supported asynchronous timing mode. */ |
Sergey Lapin | dfe64e2 | 2013-01-14 03:46:50 +0000 | [diff] [blame] | 960 | static inline int onfi_get_async_timing_mode(struct nand_chip *chip) |
| 961 | { |
| 962 | if (!chip->onfi_version) |
| 963 | return ONFI_TIMING_MODE_UNKNOWN; |
| 964 | return le16_to_cpu(chip->onfi_params.async_timing_mode); |
| 965 | } |
| 966 | |
| 967 | /* return the supported synchronous timing mode. */ |
| 968 | static inline int onfi_get_sync_timing_mode(struct nand_chip *chip) |
| 969 | { |
| 970 | if (!chip->onfi_version) |
| 971 | return ONFI_TIMING_MODE_UNKNOWN; |
| 972 | return le16_to_cpu(chip->onfi_params.src_sync_timing_mode); |
| 973 | } |
| 974 | #endif |
| 975 | |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 976 | /* |
| 977 | * Check if it is a SLC nand. |
| 978 | * The !nand_is_slc() can be used to check the MLC/TLC nand chips. |
| 979 | * We do not distinguish the MLC and TLC now. |
| 980 | */ |
| 981 | static inline bool nand_is_slc(struct nand_chip *chip) |
| 982 | { |
| 983 | return chip->bits_per_cell == 1; |
| 984 | } |
| 985 | |
Brian Norris | 27ce9e4 | 2014-05-06 00:46:17 +0530 | [diff] [blame] | 986 | /** |
| 987 | * Check if the opcode's address should be sent only on the lower 8 bits |
| 988 | * @command: opcode to check |
| 989 | */ |
| 990 | static inline int nand_opcode_8bits(unsigned int command) |
| 991 | { |
David Mosberger | 6e1899e | 2014-05-06 00:46:18 +0530 | [diff] [blame] | 992 | switch (command) { |
| 993 | case NAND_CMD_READID: |
| 994 | case NAND_CMD_PARAM: |
| 995 | case NAND_CMD_GET_FEATURES: |
| 996 | case NAND_CMD_SET_FEATURES: |
| 997 | return 1; |
| 998 | default: |
| 999 | break; |
| 1000 | } |
| 1001 | return 0; |
Brian Norris | 27ce9e4 | 2014-05-06 00:46:17 +0530 | [diff] [blame] | 1002 | } |
| 1003 | |
Heiko Schocher | 4e67c57 | 2014-07-15 16:08:43 +0200 | [diff] [blame] | 1004 | /* return the supported JEDEC features. */ |
| 1005 | static inline int jedec_feature(struct nand_chip *chip) |
| 1006 | { |
| 1007 | return chip->jedec_version ? le16_to_cpu(chip->jedec_params.features) |
| 1008 | : 0; |
| 1009 | } |
| 1010 | |
Heiko Schocher | ff94bc4 | 2014-06-24 10:10:04 +0200 | [diff] [blame] | 1011 | #ifdef __UBOOT__ |
| 1012 | /* Standard NAND functions from nand_base.c */ |
| 1013 | void nand_write_buf(struct mtd_info *mtd, const uint8_t *buf, int len); |
| 1014 | void nand_write_buf16(struct mtd_info *mtd, const uint8_t *buf, int len); |
| 1015 | void nand_read_buf(struct mtd_info *mtd, uint8_t *buf, int len); |
| 1016 | void nand_read_buf16(struct mtd_info *mtd, uint8_t *buf, int len); |
| 1017 | uint8_t nand_read_byte(struct mtd_info *mtd); |
| 1018 | #endif |
wdenk | e221174 | 2002-11-02 23:30:20 +0000 | [diff] [blame] | 1019 | #endif /* __LINUX_MTD_NAND_H */ |