Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * drivers/mtd/nand_bbt.c |
| 3 | * |
| 4 | * Overview: |
| 5 | * Bad block table support for the NAND driver |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 6 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | * Copyright (C) 2004 Thomas Gleixner (tglx@linutronix.de) |
| 8 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | * This program is free software; you can redistribute it and/or modify |
| 10 | * it under the terms of the GNU General Public License version 2 as |
| 11 | * published by the Free Software Foundation. |
| 12 | * |
| 13 | * Description: |
| 14 | * |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 15 | * When nand_scan_bbt is called, then it tries to find the bad block table |
| 16 | * depending on the options in the bbt descriptor(s). If a bbt is found |
| 17 | * then the contents are read and the memory based bbt is created. If a |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | * mirrored bbt is selected then the mirror is searched too and the |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 19 | * versions are compared. If the mirror has a greater version number |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | * than the mirror bbt is used to build the memory based bbt. |
| 21 | * If the tables are not versioned, then we "or" the bad block information. |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 22 | * If one of the bbt's is out of date or does not exist it is (re)created. |
| 23 | * If no bbt exists at all then the device is scanned for factory marked |
| 24 | * good / bad blocks and the bad block tables are created. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | * |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 26 | * For manufacturer created bbts like the one found on M-SYS DOC devices |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | * the bbt is searched and read but never created |
| 28 | * |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 29 | * The autogenerated bad block table is located in the last good blocks |
| 30 | * of the device. The table is mirrored, so it can be updated eventually. |
| 31 | * The table is marked in the oob area with an ident pattern and a version |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 32 | * number which indicates which of both tables is more up to date. |
| 33 | * |
| 34 | * The table uses 2 bits per block |
| 35 | * 11b: block is good |
| 36 | * 00b: block is factory marked bad |
| 37 | * 01b, 10b: block is marked bad due to wear |
| 38 | * |
| 39 | * The memory bad block table uses the following scheme: |
| 40 | * 00b: block is good |
| 41 | * 01b: block is marked bad due to wear |
| 42 | * 10b: block is reserved (to protect the bbt area) |
| 43 | * 11b: block is factory marked bad |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 44 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | * Multichip devices like DOC store the bad block info per floor. |
| 46 | * |
| 47 | * Following assumptions are made: |
| 48 | * - bbts start at a page boundary, if autolocated on a block boundary |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 49 | * - the space necessary for a bbt in FLASH does not exceed a block boundary |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 50 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 | */ |
| 52 | |
| 53 | #include <linux/slab.h> |
| 54 | #include <linux/types.h> |
| 55 | #include <linux/mtd/mtd.h> |
| 56 | #include <linux/mtd/nand.h> |
| 57 | #include <linux/mtd/nand_ecc.h> |
| 58 | #include <linux/mtd/compatmac.h> |
| 59 | #include <linux/bitops.h> |
| 60 | #include <linux/delay.h> |
David Woodhouse | c3f8abf | 2006-05-13 04:03:42 +0100 | [diff] [blame] | 61 | #include <linux/vmalloc.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 63 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 64 | * check_pattern - [GENERIC] check if a pattern is in the buffer |
| 65 | * @buf: the buffer to search |
| 66 | * @len: the length of buffer to search |
| 67 | * @paglen: the pagelength |
| 68 | * @td: search pattern descriptor |
| 69 | * |
| 70 | * Check for a pattern at the given place. Used to search bad block |
| 71 | * tables and good / bad block identifiers. |
| 72 | * If the SCAN_EMPTY option is set then check, if all bytes except the |
| 73 | * pattern area contain 0xff |
| 74 | * |
| 75 | */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 76 | static int check_pattern(uint8_t *buf, int len, int paglen, struct nand_bbt_descr *td) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 77 | { |
Artem B. Bityuckiy | 171650a | 2005-02-16 17:09:39 +0000 | [diff] [blame] | 78 | int i, end = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 79 | uint8_t *p = buf; |
| 80 | |
Thomas Gleixner | c9e05365 | 2005-06-14 16:39:57 +0100 | [diff] [blame] | 81 | end = paglen + td->offs; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 82 | if (td->options & NAND_BBT_SCANEMPTY) { |
| 83 | for (i = 0; i < end; i++) { |
| 84 | if (p[i] != 0xff) |
| 85 | return -1; |
| 86 | } |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 87 | } |
Thomas Gleixner | c9e05365 | 2005-06-14 16:39:57 +0100 | [diff] [blame] | 88 | p += end; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 89 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 90 | /* Compare the pattern */ |
| 91 | for (i = 0; i < td->len; i++) { |
| 92 | if (p[i] != td->pattern[i]) |
| 93 | return -1; |
| 94 | } |
| 95 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 96 | if (td->options & NAND_BBT_SCANEMPTY) { |
Artem B. Bityuckiy | 171650a | 2005-02-16 17:09:39 +0000 | [diff] [blame] | 97 | p += td->len; |
| 98 | end += td->len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 99 | for (i = end; i < len; i++) { |
| 100 | if (*p++ != 0xff) |
| 101 | return -1; |
| 102 | } |
| 103 | } |
| 104 | return 0; |
| 105 | } |
| 106 | |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 107 | /** |
Thomas Gleixner | c9e05365 | 2005-06-14 16:39:57 +0100 | [diff] [blame] | 108 | * check_short_pattern - [GENERIC] check if a pattern is in the buffer |
| 109 | * @buf: the buffer to search |
Thomas Gleixner | c9e05365 | 2005-06-14 16:39:57 +0100 | [diff] [blame] | 110 | * @td: search pattern descriptor |
| 111 | * |
| 112 | * Check for a pattern at the given place. Used to search bad block |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 113 | * tables and good / bad block identifiers. Same as check_pattern, but |
Thomas Gleixner | 19870da | 2005-07-15 14:53:51 +0100 | [diff] [blame] | 114 | * no optional empty check |
Thomas Gleixner | c9e05365 | 2005-06-14 16:39:57 +0100 | [diff] [blame] | 115 | * |
| 116 | */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 117 | static int check_short_pattern(uint8_t *buf, struct nand_bbt_descr *td) |
Thomas Gleixner | c9e05365 | 2005-06-14 16:39:57 +0100 | [diff] [blame] | 118 | { |
| 119 | int i; |
| 120 | uint8_t *p = buf; |
| 121 | |
| 122 | /* Compare the pattern */ |
| 123 | for (i = 0; i < td->len; i++) { |
Thomas Gleixner | 19870da | 2005-07-15 14:53:51 +0100 | [diff] [blame] | 124 | if (p[td->offs + i] != td->pattern[i]) |
Thomas Gleixner | c9e05365 | 2005-06-14 16:39:57 +0100 | [diff] [blame] | 125 | return -1; |
| 126 | } |
| 127 | return 0; |
| 128 | } |
| 129 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 130 | /** |
| 131 | * read_bbt - [GENERIC] Read the bad block table starting from page |
| 132 | * @mtd: MTD device structure |
| 133 | * @buf: temporary buffer |
| 134 | * @page: the starting page |
| 135 | * @num: the number of bbt descriptors to read |
| 136 | * @bits: number of bits per block |
| 137 | * @offs: offset in the memory table |
| 138 | * @reserved_block_code: Pattern to identify reserved blocks |
| 139 | * |
| 140 | * Read the bad block table starting from page. |
| 141 | * |
| 142 | */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 143 | static int read_bbt(struct mtd_info *mtd, uint8_t *buf, int page, int num, |
| 144 | int bits, int offs, int reserved_block_code) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 145 | { |
| 146 | int res, i, j, act = 0; |
| 147 | struct nand_chip *this = mtd->priv; |
| 148 | size_t retlen, len, totlen; |
| 149 | loff_t from; |
| 150 | uint8_t msk = (uint8_t) ((1 << bits) - 1); |
| 151 | |
| 152 | totlen = (num * bits) >> 3; |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 153 | from = ((loff_t) page) << this->page_shift; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 154 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 155 | while (totlen) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 156 | len = min(totlen, (size_t) (1 << this->bbt_erase_shift)); |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 157 | res = mtd->read(mtd, from, len, &retlen, buf); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 158 | if (res < 0) { |
| 159 | if (retlen != len) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 160 | printk(KERN_INFO "nand_bbt: Error reading bad block table\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 161 | return res; |
| 162 | } |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 163 | printk(KERN_WARNING "nand_bbt: ECC error while reading bad block table\n"); |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 164 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 165 | |
| 166 | /* Analyse data */ |
| 167 | for (i = 0; i < len; i++) { |
| 168 | uint8_t dat = buf[i]; |
| 169 | for (j = 0; j < 8; j += bits, act += 2) { |
| 170 | uint8_t tmp = (dat >> j) & msk; |
| 171 | if (tmp == msk) |
| 172 | continue; |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 173 | if (reserved_block_code && (tmp == reserved_block_code)) { |
Adrian Hunter | 69423d9 | 2008-12-10 13:37:21 +0000 | [diff] [blame] | 174 | printk(KERN_DEBUG "nand_read_bbt: Reserved block at 0x%012llx\n", |
| 175 | (loff_t)((offs << 2) + (act >> 1)) << this->bbt_erase_shift); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 176 | this->bbt[offs + (act >> 3)] |= 0x2 << (act & 0x06); |
Thomas Gleixner | f1a28c0 | 2006-05-30 00:37:34 +0200 | [diff] [blame] | 177 | mtd->ecc_stats.bbtblocks++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 178 | continue; |
| 179 | } |
| 180 | /* Leave it for now, if its matured we can move this |
| 181 | * message to MTD_DEBUG_LEVEL0 */ |
Adrian Hunter | 69423d9 | 2008-12-10 13:37:21 +0000 | [diff] [blame] | 182 | printk(KERN_DEBUG "nand_read_bbt: Bad block at 0x%012llx\n", |
| 183 | (loff_t)((offs << 2) + (act >> 1)) << this->bbt_erase_shift); |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 184 | /* Factory marked bad or worn out ? */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 185 | if (tmp == 0) |
| 186 | this->bbt[offs + (act >> 3)] |= 0x3 << (act & 0x06); |
| 187 | else |
| 188 | this->bbt[offs + (act >> 3)] |= 0x1 << (act & 0x06); |
Thomas Gleixner | f1a28c0 | 2006-05-30 00:37:34 +0200 | [diff] [blame] | 189 | mtd->ecc_stats.badblocks++; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 190 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 191 | } |
| 192 | totlen -= len; |
| 193 | from += len; |
| 194 | } |
| 195 | return 0; |
| 196 | } |
| 197 | |
| 198 | /** |
| 199 | * read_abs_bbt - [GENERIC] Read the bad block table starting at a given page |
| 200 | * @mtd: MTD device structure |
| 201 | * @buf: temporary buffer |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 202 | * @td: descriptor for the bad block table |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 203 | * @chip: read the table for a specific chip, -1 read all chips. |
| 204 | * Applies only if NAND_BBT_PERCHIP option is set |
| 205 | * |
| 206 | * Read the bad block table for all chips starting at a given page |
| 207 | * We assume that the bbt bits are in consecutive order. |
| 208 | */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 209 | static int read_abs_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *td, int chip) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 210 | { |
| 211 | struct nand_chip *this = mtd->priv; |
| 212 | int res = 0, i; |
| 213 | int bits; |
| 214 | |
| 215 | bits = td->options & NAND_BBT_NRBITS_MSK; |
| 216 | if (td->options & NAND_BBT_PERCHIP) { |
| 217 | int offs = 0; |
| 218 | for (i = 0; i < this->numchips; i++) { |
| 219 | if (chip == -1 || chip == i) |
| 220 | res = read_bbt (mtd, buf, td->pages[i], this->chipsize >> this->bbt_erase_shift, bits, offs, td->reserved_block_code); |
| 221 | if (res) |
| 222 | return res; |
| 223 | offs += this->chipsize >> (this->bbt_erase_shift + 2); |
| 224 | } |
| 225 | } else { |
| 226 | res = read_bbt (mtd, buf, td->pages[0], mtd->size >> this->bbt_erase_shift, bits, 0, td->reserved_block_code); |
| 227 | if (res) |
| 228 | return res; |
| 229 | } |
| 230 | return 0; |
| 231 | } |
| 232 | |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 233 | /* |
| 234 | * Scan read raw data from flash |
| 235 | */ |
| 236 | static int scan_read_raw(struct mtd_info *mtd, uint8_t *buf, loff_t offs, |
| 237 | size_t len) |
| 238 | { |
| 239 | struct mtd_oob_ops ops; |
Maxim Levitsky | b64d39d | 2010-02-22 20:39:37 +0200 | [diff] [blame] | 240 | int res; |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 241 | |
| 242 | ops.mode = MTD_OOB_RAW; |
| 243 | ops.ooboffs = 0; |
| 244 | ops.ooblen = mtd->oobsize; |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 245 | |
Maxim Levitsky | b64d39d | 2010-02-22 20:39:37 +0200 | [diff] [blame] | 246 | |
| 247 | while (len > 0) { |
| 248 | if (len <= mtd->writesize) { |
| 249 | ops.oobbuf = buf + len; |
| 250 | ops.datbuf = buf; |
| 251 | ops.len = len; |
| 252 | return mtd->read_oob(mtd, offs, &ops); |
| 253 | } else { |
| 254 | ops.oobbuf = buf + mtd->writesize; |
| 255 | ops.datbuf = buf; |
| 256 | ops.len = mtd->writesize; |
| 257 | res = mtd->read_oob(mtd, offs, &ops); |
| 258 | |
| 259 | if (res) |
| 260 | return res; |
| 261 | } |
| 262 | |
| 263 | buf += mtd->oobsize + mtd->writesize; |
| 264 | len -= mtd->writesize; |
| 265 | } |
| 266 | return 0; |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 267 | } |
| 268 | |
| 269 | /* |
| 270 | * Scan write data with oob to flash |
| 271 | */ |
| 272 | static int scan_write_bbt(struct mtd_info *mtd, loff_t offs, size_t len, |
| 273 | uint8_t *buf, uint8_t *oob) |
| 274 | { |
| 275 | struct mtd_oob_ops ops; |
| 276 | |
| 277 | ops.mode = MTD_OOB_PLACE; |
| 278 | ops.ooboffs = 0; |
| 279 | ops.ooblen = mtd->oobsize; |
| 280 | ops.datbuf = buf; |
| 281 | ops.oobbuf = oob; |
| 282 | ops.len = len; |
| 283 | |
| 284 | return mtd->write_oob(mtd, offs, &ops); |
| 285 | } |
| 286 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 287 | /** |
| 288 | * read_abs_bbts - [GENERIC] Read the bad block table(s) for all chips starting at a given page |
| 289 | * @mtd: MTD device structure |
| 290 | * @buf: temporary buffer |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 291 | * @td: descriptor for the bad block table |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 292 | * @md: descriptor for the bad block table mirror |
| 293 | * |
| 294 | * Read the bad block table(s) for all chips starting at a given page |
| 295 | * We assume that the bbt bits are in consecutive order. |
| 296 | * |
| 297 | */ |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 298 | static int read_abs_bbts(struct mtd_info *mtd, uint8_t *buf, |
| 299 | struct nand_bbt_descr *td, struct nand_bbt_descr *md) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 300 | { |
| 301 | struct nand_chip *this = mtd->priv; |
| 302 | |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 303 | /* Read the primary version, if available */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 304 | if (td->options & NAND_BBT_VERSION) { |
Adrian Hunter | 69423d9 | 2008-12-10 13:37:21 +0000 | [diff] [blame] | 305 | scan_read_raw(mtd, buf, (loff_t)td->pages[0] << this->page_shift, |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 306 | mtd->writesize); |
Joern Engel | 2831877 | 2006-05-22 23:18:05 +0200 | [diff] [blame] | 307 | td->version[0] = buf[mtd->writesize + td->veroffs]; |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 308 | printk(KERN_DEBUG "Bad block table at page %d, version 0x%02X\n", |
| 309 | td->pages[0], td->version[0]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 310 | } |
| 311 | |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 312 | /* Read the mirror version, if available */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 313 | if (md && (md->options & NAND_BBT_VERSION)) { |
Adrian Hunter | 69423d9 | 2008-12-10 13:37:21 +0000 | [diff] [blame] | 314 | scan_read_raw(mtd, buf, (loff_t)md->pages[0] << this->page_shift, |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 315 | mtd->writesize); |
Joern Engel | 2831877 | 2006-05-22 23:18:05 +0200 | [diff] [blame] | 316 | md->version[0] = buf[mtd->writesize + md->veroffs]; |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 317 | printk(KERN_DEBUG "Bad block table at page %d, version 0x%02X\n", |
| 318 | md->pages[0], md->version[0]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 319 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 320 | return 1; |
| 321 | } |
| 322 | |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 323 | /* |
| 324 | * Scan a given block full |
| 325 | */ |
| 326 | static int scan_block_full(struct mtd_info *mtd, struct nand_bbt_descr *bd, |
| 327 | loff_t offs, uint8_t *buf, size_t readlen, |
| 328 | int scanlen, int len) |
| 329 | { |
| 330 | int ret, j; |
| 331 | |
| 332 | ret = scan_read_raw(mtd, buf, offs, readlen); |
| 333 | if (ret) |
| 334 | return ret; |
| 335 | |
| 336 | for (j = 0; j < len; j++, buf += scanlen) { |
| 337 | if (check_pattern(buf, scanlen, mtd->writesize, bd)) |
| 338 | return 1; |
| 339 | } |
| 340 | return 0; |
| 341 | } |
| 342 | |
| 343 | /* |
| 344 | * Scan a given block partially |
| 345 | */ |
| 346 | static int scan_block_fast(struct mtd_info *mtd, struct nand_bbt_descr *bd, |
| 347 | loff_t offs, uint8_t *buf, int len) |
| 348 | { |
| 349 | struct mtd_oob_ops ops; |
| 350 | int j, ret; |
| 351 | |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 352 | ops.ooblen = mtd->oobsize; |
| 353 | ops.oobbuf = buf; |
| 354 | ops.ooboffs = 0; |
| 355 | ops.datbuf = NULL; |
| 356 | ops.mode = MTD_OOB_PLACE; |
| 357 | |
| 358 | for (j = 0; j < len; j++) { |
| 359 | /* |
| 360 | * Read the full oob until read_oob is fixed to |
| 361 | * handle single byte reads for 16 bit |
| 362 | * buswidth |
| 363 | */ |
| 364 | ret = mtd->read_oob(mtd, offs, &ops); |
| 365 | if (ret) |
| 366 | return ret; |
| 367 | |
| 368 | if (check_short_pattern(buf, bd)) |
| 369 | return 1; |
| 370 | |
| 371 | offs += mtd->writesize; |
| 372 | } |
| 373 | return 0; |
| 374 | } |
| 375 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 376 | /** |
| 377 | * create_bbt - [GENERIC] Create a bad block table by scanning the device |
| 378 | * @mtd: MTD device structure |
| 379 | * @buf: temporary buffer |
| 380 | * @bd: descriptor for the good/bad block search pattern |
| 381 | * @chip: create the table for a specific chip, -1 read all chips. |
| 382 | * Applies only if NAND_BBT_PERCHIP option is set |
| 383 | * |
| 384 | * Create a bad block table by scanning the device |
| 385 | * for the given good/bad block identify pattern |
| 386 | */ |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 387 | static int create_bbt(struct mtd_info *mtd, uint8_t *buf, |
| 388 | struct nand_bbt_descr *bd, int chip) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 389 | { |
| 390 | struct nand_chip *this = mtd->priv; |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 391 | int i, numblocks, len, scanlen; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 392 | int startblock; |
| 393 | loff_t from; |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 394 | size_t readlen; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 395 | |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 396 | printk(KERN_INFO "Scanning device for bad blocks\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 397 | |
| 398 | if (bd->options & NAND_BBT_SCANALLPAGES) |
| 399 | len = 1 << (this->bbt_erase_shift - this->page_shift); |
| 400 | else { |
| 401 | if (bd->options & NAND_BBT_SCAN2NDPAGE) |
| 402 | len = 2; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 403 | else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 404 | len = 1; |
| 405 | } |
Artem B. Bityuckiy | 171650a | 2005-02-16 17:09:39 +0000 | [diff] [blame] | 406 | |
| 407 | if (!(bd->options & NAND_BBT_SCANEMPTY)) { |
| 408 | /* We need only read few bytes from the OOB area */ |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 409 | scanlen = 0; |
Artem B. Bityuckiy | eeada24 | 2005-02-11 10:14:15 +0000 | [diff] [blame] | 410 | readlen = bd->len; |
| 411 | } else { |
Artem B. Bityuckiy | 171650a | 2005-02-16 17:09:39 +0000 | [diff] [blame] | 412 | /* Full page content should be read */ |
Joern Engel | 2831877 | 2006-05-22 23:18:05 +0200 | [diff] [blame] | 413 | scanlen = mtd->writesize + mtd->oobsize; |
| 414 | readlen = len * mtd->writesize; |
Artem B. Bityuckiy | eeada24 | 2005-02-11 10:14:15 +0000 | [diff] [blame] | 415 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 416 | |
| 417 | if (chip == -1) { |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 418 | /* Note that numblocks is 2 * (real numblocks) here, see i+=2 |
| 419 | * below as it makes shifting and masking less painful */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 420 | numblocks = mtd->size >> (this->bbt_erase_shift - 1); |
| 421 | startblock = 0; |
| 422 | from = 0; |
| 423 | } else { |
| 424 | if (chip >= this->numchips) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 425 | printk(KERN_WARNING "create_bbt(): chipnr (%d) > available chips (%d)\n", |
| 426 | chip + 1, this->numchips); |
Artem B. Bityuckiy | 171650a | 2005-02-16 17:09:39 +0000 | [diff] [blame] | 427 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 428 | } |
| 429 | numblocks = this->chipsize >> (this->bbt_erase_shift - 1); |
| 430 | startblock = chip * numblocks; |
| 431 | numblocks += startblock; |
Adrian Hunter | 69423d9 | 2008-12-10 13:37:21 +0000 | [diff] [blame] | 432 | from = (loff_t)startblock << (this->bbt_erase_shift - 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 433 | } |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 434 | |
Brian Norris | 30fe811 | 2010-06-23 13:36:02 -0700 | [diff] [blame] | 435 | if (this->options & NAND_BBT_SCANLASTPAGE) |
Kevin Cernekee | b60b08b | 2010-05-04 20:58:10 -0700 | [diff] [blame] | 436 | from += mtd->erasesize - (mtd->writesize * len); |
| 437 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 438 | for (i = startblock; i < numblocks;) { |
Artem B. Bityuckiy | eeada24 | 2005-02-11 10:14:15 +0000 | [diff] [blame] | 439 | int ret; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 440 | |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 441 | if (bd->options & NAND_BBT_SCANALLPAGES) |
| 442 | ret = scan_block_full(mtd, bd, from, buf, readlen, |
| 443 | scanlen, len); |
| 444 | else |
| 445 | ret = scan_block_fast(mtd, bd, from, buf, len); |
Artem B. Bityuckiy | 171650a | 2005-02-16 17:09:39 +0000 | [diff] [blame] | 446 | |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 447 | if (ret < 0) |
| 448 | return ret; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 449 | |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 450 | if (ret) { |
| 451 | this->bbt[i >> 3] |= 0x03 << (i & 0x6); |
Adrian Hunter | 69423d9 | 2008-12-10 13:37:21 +0000 | [diff] [blame] | 452 | printk(KERN_WARNING "Bad eraseblock %d at 0x%012llx\n", |
| 453 | i >> 1, (unsigned long long)from); |
Thomas Gleixner | f1a28c0 | 2006-05-30 00:37:34 +0200 | [diff] [blame] | 454 | mtd->ecc_stats.badblocks++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 455 | } |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 456 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 457 | i += 2; |
| 458 | from += (1 << this->bbt_erase_shift); |
| 459 | } |
Artem B. Bityuckiy | eeada24 | 2005-02-11 10:14:15 +0000 | [diff] [blame] | 460 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 461 | } |
| 462 | |
| 463 | /** |
| 464 | * search_bbt - [GENERIC] scan the device for a specific bad block table |
| 465 | * @mtd: MTD device structure |
| 466 | * @buf: temporary buffer |
| 467 | * @td: descriptor for the bad block table |
| 468 | * |
| 469 | * Read the bad block table by searching for a given ident pattern. |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 470 | * Search is preformed either from the beginning up or from the end of |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 471 | * the device downwards. The search starts always at the start of a |
| 472 | * block. |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 473 | * If the option NAND_BBT_PERCHIP is given, each chip is searched |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 474 | * for a bbt, which contains the bad block information of this chip. |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 475 | * This is necessary to provide support for certain DOC devices. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 476 | * |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 477 | * The bbt ident pattern resides in the oob area of the first page |
| 478 | * in a block. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 479 | */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 480 | static int search_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *td) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 481 | { |
| 482 | struct nand_chip *this = mtd->priv; |
| 483 | int i, chips; |
| 484 | int bits, startblock, block, dir; |
Joern Engel | 2831877 | 2006-05-22 23:18:05 +0200 | [diff] [blame] | 485 | int scanlen = mtd->writesize + mtd->oobsize; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 486 | int bbtblocks; |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 487 | int blocktopage = this->bbt_erase_shift - this->page_shift; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 488 | |
| 489 | /* Search direction top -> down ? */ |
| 490 | if (td->options & NAND_BBT_LASTBLOCK) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 491 | startblock = (mtd->size >> this->bbt_erase_shift) - 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 492 | dir = -1; |
| 493 | } else { |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 494 | startblock = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 495 | dir = 1; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 496 | } |
| 497 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 498 | /* Do we have a bbt per chip ? */ |
| 499 | if (td->options & NAND_BBT_PERCHIP) { |
| 500 | chips = this->numchips; |
| 501 | bbtblocks = this->chipsize >> this->bbt_erase_shift; |
| 502 | startblock &= bbtblocks - 1; |
| 503 | } else { |
| 504 | chips = 1; |
| 505 | bbtblocks = mtd->size >> this->bbt_erase_shift; |
| 506 | } |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 507 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 508 | /* Number of bits for each erase block in the bbt */ |
| 509 | bits = td->options & NAND_BBT_NRBITS_MSK; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 510 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 511 | for (i = 0; i < chips; i++) { |
| 512 | /* Reset version information */ |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 513 | td->version[i] = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 514 | td->pages[i] = -1; |
| 515 | /* Scan the maximum number of blocks */ |
| 516 | for (block = 0; block < td->maxblocks; block++) { |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 517 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 518 | int actblock = startblock + dir * block; |
Adrian Hunter | 69423d9 | 2008-12-10 13:37:21 +0000 | [diff] [blame] | 519 | loff_t offs = (loff_t)actblock << this->bbt_erase_shift; |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 520 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 521 | /* Read first page */ |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 522 | scan_read_raw(mtd, buf, offs, mtd->writesize); |
Joern Engel | 2831877 | 2006-05-22 23:18:05 +0200 | [diff] [blame] | 523 | if (!check_pattern(buf, scanlen, mtd->writesize, td)) { |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 524 | td->pages[i] = actblock << blocktopage; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 525 | if (td->options & NAND_BBT_VERSION) { |
Joern Engel | 2831877 | 2006-05-22 23:18:05 +0200 | [diff] [blame] | 526 | td->version[i] = buf[mtd->writesize + td->veroffs]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 527 | } |
| 528 | break; |
| 529 | } |
| 530 | } |
| 531 | startblock += this->chipsize >> this->bbt_erase_shift; |
| 532 | } |
| 533 | /* Check, if we found a bbt for each requested chip */ |
| 534 | for (i = 0; i < chips; i++) { |
| 535 | if (td->pages[i] == -1) |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 536 | printk(KERN_WARNING "Bad block table not found for chip %d\n", i); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 537 | else |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 538 | printk(KERN_DEBUG "Bad block table found at page %d, version 0x%02X\n", td->pages[i], |
| 539 | td->version[i]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 540 | } |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 541 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 542 | } |
| 543 | |
| 544 | /** |
| 545 | * search_read_bbts - [GENERIC] scan the device for bad block table(s) |
| 546 | * @mtd: MTD device structure |
| 547 | * @buf: temporary buffer |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 548 | * @td: descriptor for the bad block table |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 549 | * @md: descriptor for the bad block table mirror |
| 550 | * |
| 551 | * Search and read the bad block table(s) |
| 552 | */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 553 | static int search_read_bbts(struct mtd_info *mtd, uint8_t * buf, struct nand_bbt_descr *td, struct nand_bbt_descr *md) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 554 | { |
| 555 | /* Search the primary table */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 556 | search_bbt(mtd, buf, td); |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 557 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 558 | /* Search the mirror table */ |
| 559 | if (md) |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 560 | search_bbt(mtd, buf, md); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 561 | |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 562 | /* Force result check */ |
| 563 | return 1; |
| 564 | } |
| 565 | |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 566 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 567 | * write_bbt - [GENERIC] (Re)write the bad block table |
| 568 | * |
| 569 | * @mtd: MTD device structure |
| 570 | * @buf: temporary buffer |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 571 | * @td: descriptor for the bad block table |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 572 | * @md: descriptor for the bad block table mirror |
| 573 | * @chipsel: selector for a specific chip, -1 for all |
| 574 | * |
| 575 | * (Re)write the bad block table |
| 576 | * |
| 577 | */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 578 | static int write_bbt(struct mtd_info *mtd, uint8_t *buf, |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 579 | struct nand_bbt_descr *td, struct nand_bbt_descr *md, |
| 580 | int chipsel) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 581 | { |
| 582 | struct nand_chip *this = mtd->priv; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 583 | struct erase_info einfo; |
| 584 | int i, j, res, chip = 0; |
| 585 | int bits, startblock, dir, page, offs, numblocks, sft, sftmsk; |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 586 | int nrchips, bbtoffs, pageoffs, ooboffs; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 587 | uint8_t msk[4]; |
| 588 | uint8_t rcode = td->reserved_block_code; |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 589 | size_t retlen, len = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 590 | loff_t to; |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 591 | struct mtd_oob_ops ops; |
| 592 | |
| 593 | ops.ooblen = mtd->oobsize; |
| 594 | ops.ooboffs = 0; |
| 595 | ops.datbuf = NULL; |
| 596 | ops.mode = MTD_OOB_PLACE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 597 | |
| 598 | if (!rcode) |
| 599 | rcode = 0xff; |
| 600 | /* Write bad block table per chip rather than per device ? */ |
| 601 | if (td->options & NAND_BBT_PERCHIP) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 602 | numblocks = (int)(this->chipsize >> this->bbt_erase_shift); |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 603 | /* Full device write or specific chip ? */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 604 | if (chipsel == -1) { |
| 605 | nrchips = this->numchips; |
| 606 | } else { |
| 607 | nrchips = chipsel + 1; |
| 608 | chip = chipsel; |
| 609 | } |
| 610 | } else { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 611 | numblocks = (int)(mtd->size >> this->bbt_erase_shift); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 612 | nrchips = 1; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 613 | } |
| 614 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 615 | /* Loop through the chips */ |
| 616 | for (; chip < nrchips; chip++) { |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 617 | |
| 618 | /* There was already a version of the table, reuse the page |
| 619 | * This applies for absolute placement too, as we have the |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 620 | * page nr. in td->pages. |
| 621 | */ |
| 622 | if (td->pages[chip] != -1) { |
| 623 | page = td->pages[chip]; |
| 624 | goto write; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 625 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 626 | |
| 627 | /* Automatic placement of the bad block table */ |
| 628 | /* Search direction top -> down ? */ |
| 629 | if (td->options & NAND_BBT_LASTBLOCK) { |
| 630 | startblock = numblocks * (chip + 1) - 1; |
| 631 | dir = -1; |
| 632 | } else { |
| 633 | startblock = chip * numblocks; |
| 634 | dir = 1; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 635 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 636 | |
| 637 | for (i = 0; i < td->maxblocks; i++) { |
| 638 | int block = startblock + dir * i; |
| 639 | /* Check, if the block is bad */ |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 640 | switch ((this->bbt[block >> 2] >> |
| 641 | (2 * (block & 0x03))) & 0x03) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 642 | case 0x01: |
| 643 | case 0x03: |
| 644 | continue; |
| 645 | } |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 646 | page = block << |
| 647 | (this->bbt_erase_shift - this->page_shift); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 648 | /* Check, if the block is used by the mirror table */ |
| 649 | if (!md || md->pages[chip] != page) |
| 650 | goto write; |
| 651 | } |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 652 | printk(KERN_ERR "No space left to write bad block table\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 653 | return -ENOSPC; |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 654 | write: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 655 | |
| 656 | /* Set up shift count and masks for the flash table */ |
| 657 | bits = td->options & NAND_BBT_NRBITS_MSK; |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 658 | msk[2] = ~rcode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 659 | switch (bits) { |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 660 | case 1: sft = 3; sftmsk = 0x07; msk[0] = 0x00; msk[1] = 0x01; |
| 661 | msk[3] = 0x01; |
| 662 | break; |
| 663 | case 2: sft = 2; sftmsk = 0x06; msk[0] = 0x00; msk[1] = 0x01; |
| 664 | msk[3] = 0x03; |
| 665 | break; |
| 666 | case 4: sft = 1; sftmsk = 0x04; msk[0] = 0x00; msk[1] = 0x0C; |
| 667 | msk[3] = 0x0f; |
| 668 | break; |
| 669 | case 8: sft = 0; sftmsk = 0x00; msk[0] = 0x00; msk[1] = 0x0F; |
| 670 | msk[3] = 0xff; |
| 671 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 672 | default: return -EINVAL; |
| 673 | } |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 674 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 675 | bbtoffs = chip * (numblocks >> 2); |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 676 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 677 | to = ((loff_t) page) << this->page_shift; |
| 678 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 679 | /* Must we save the block contents ? */ |
| 680 | if (td->options & NAND_BBT_SAVECONTENT) { |
| 681 | /* Make it block aligned */ |
| 682 | to &= ~((loff_t) ((1 << this->bbt_erase_shift) - 1)); |
| 683 | len = 1 << this->bbt_erase_shift; |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 684 | res = mtd->read(mtd, to, len, &retlen, buf); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 685 | if (res < 0) { |
| 686 | if (retlen != len) { |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 687 | printk(KERN_INFO "nand_bbt: Error " |
| 688 | "reading block for writing " |
| 689 | "the bad block table\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 690 | return res; |
| 691 | } |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 692 | printk(KERN_WARNING "nand_bbt: ECC error " |
| 693 | "while reading block for writing " |
| 694 | "bad block table\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 695 | } |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 696 | /* Read oob data */ |
Vitaly Wool | 7014568 | 2006-11-03 18:20:38 +0300 | [diff] [blame] | 697 | ops.ooblen = (len >> this->page_shift) * mtd->oobsize; |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 698 | ops.oobbuf = &buf[len]; |
| 699 | res = mtd->read_oob(mtd, to + mtd->writesize, &ops); |
Vitaly Wool | 7014568 | 2006-11-03 18:20:38 +0300 | [diff] [blame] | 700 | if (res < 0 || ops.oobretlen != ops.ooblen) |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 701 | goto outerr; |
| 702 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 703 | /* Calc the byte offset in the buffer */ |
| 704 | pageoffs = page - (int)(to >> this->page_shift); |
| 705 | offs = pageoffs << this->page_shift; |
| 706 | /* Preset the bbt area with 0xff */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 707 | memset(&buf[offs], 0xff, (size_t) (numblocks >> sft)); |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 708 | ooboffs = len + (pageoffs * mtd->oobsize); |
| 709 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 710 | } else { |
| 711 | /* Calc length */ |
| 712 | len = (size_t) (numblocks >> sft); |
| 713 | /* Make it page aligned ! */ |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 714 | len = (len + (mtd->writesize - 1)) & |
| 715 | ~(mtd->writesize - 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 716 | /* Preset the buffer with 0xff */ |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 717 | memset(buf, 0xff, len + |
| 718 | (len >> this->page_shift)* mtd->oobsize); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 719 | offs = 0; |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 720 | ooboffs = len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 721 | /* Pattern is located in oob area of first page */ |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 722 | memcpy(&buf[ooboffs + td->offs], td->pattern, td->len); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 723 | } |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 724 | |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 725 | if (td->options & NAND_BBT_VERSION) |
| 726 | buf[ooboffs + td->veroffs] = td->version[chip]; |
| 727 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 728 | /* walk through the memory table */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 729 | for (i = 0; i < numblocks;) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 730 | uint8_t dat; |
| 731 | dat = this->bbt[bbtoffs + (i >> 2)]; |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 732 | for (j = 0; j < 4; j++, i++) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 733 | int sftcnt = (i << (3 - sft)) & sftmsk; |
| 734 | /* Do not store the reserved bbt blocks ! */ |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 735 | buf[offs + (i >> sft)] &= |
| 736 | ~(msk[dat & 0x03] << sftcnt); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 737 | dat >>= 2; |
| 738 | } |
| 739 | } |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 740 | |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 741 | memset(&einfo, 0, sizeof(einfo)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 742 | einfo.mtd = mtd; |
Adrian Hunter | 69423d9 | 2008-12-10 13:37:21 +0000 | [diff] [blame] | 743 | einfo.addr = to; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 744 | einfo.len = 1 << this->bbt_erase_shift; |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 745 | res = nand_erase_nand(mtd, &einfo, 1); |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 746 | if (res < 0) |
| 747 | goto outerr; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 748 | |
Thomas Gleixner | 8593fbc | 2006-05-29 03:26:58 +0200 | [diff] [blame] | 749 | res = scan_write_bbt(mtd, to, len, buf, &buf[len]); |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 750 | if (res < 0) |
| 751 | goto outerr; |
| 752 | |
Adrian Hunter | 69423d9 | 2008-12-10 13:37:21 +0000 | [diff] [blame] | 753 | printk(KERN_DEBUG "Bad block table written to 0x%012llx, version " |
| 754 | "0x%02X\n", (unsigned long long)to, td->version[chip]); |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 755 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 756 | /* Mark it as used */ |
| 757 | td->pages[chip] = page; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 758 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 759 | return 0; |
Thomas Gleixner | 9223a45 | 2006-05-23 17:21:03 +0200 | [diff] [blame] | 760 | |
| 761 | outerr: |
| 762 | printk(KERN_WARNING |
| 763 | "nand_bbt: Error while writing bad block table %d\n", res); |
| 764 | return res; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 765 | } |
| 766 | |
| 767 | /** |
| 768 | * nand_memory_bbt - [GENERIC] create a memory based bad block table |
| 769 | * @mtd: MTD device structure |
| 770 | * @bd: descriptor for the good/bad block search pattern |
| 771 | * |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 772 | * The function creates a memory based bbt by scanning the device |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 773 | * for manufacturer / software marked good / bad blocks |
| 774 | */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 775 | static inline int nand_memory_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 776 | { |
| 777 | struct nand_chip *this = mtd->priv; |
| 778 | |
Artem B. Bityuckiy | 171650a | 2005-02-16 17:09:39 +0000 | [diff] [blame] | 779 | bd->options &= ~NAND_BBT_SCANEMPTY; |
David Woodhouse | 4bf63fc | 2006-09-25 17:08:04 +0100 | [diff] [blame] | 780 | return create_bbt(mtd, this->buffers->databuf, bd, -1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 781 | } |
| 782 | |
| 783 | /** |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 784 | * check_create - [GENERIC] create and write bbt(s) if necessary |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 785 | * @mtd: MTD device structure |
| 786 | * @buf: temporary buffer |
| 787 | * @bd: descriptor for the good/bad block search pattern |
| 788 | * |
| 789 | * The function checks the results of the previous call to read_bbt |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 790 | * and creates / updates the bbt(s) if necessary |
| 791 | * Creation is necessary if no bbt was found for the chip/device |
| 792 | * Update is necessary if one of the tables is missing or the |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 793 | * version nr. of one table is less than the other |
| 794 | */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 795 | static int check_create(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *bd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 796 | { |
| 797 | int i, chips, writeops, chipsel, res; |
| 798 | struct nand_chip *this = mtd->priv; |
| 799 | struct nand_bbt_descr *td = this->bbt_td; |
| 800 | struct nand_bbt_descr *md = this->bbt_md; |
| 801 | struct nand_bbt_descr *rd, *rd2; |
| 802 | |
| 803 | /* Do we have a bbt per chip ? */ |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 804 | if (td->options & NAND_BBT_PERCHIP) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 805 | chips = this->numchips; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 806 | else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 807 | chips = 1; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 808 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 809 | for (i = 0; i < chips; i++) { |
| 810 | writeops = 0; |
| 811 | rd = NULL; |
| 812 | rd2 = NULL; |
| 813 | /* Per chip or per device ? */ |
| 814 | chipsel = (td->options & NAND_BBT_PERCHIP) ? i : -1; |
| 815 | /* Mirrored table avilable ? */ |
| 816 | if (md) { |
| 817 | if (td->pages[i] == -1 && md->pages[i] == -1) { |
| 818 | writeops = 0x03; |
| 819 | goto create; |
| 820 | } |
| 821 | |
| 822 | if (td->pages[i] == -1) { |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 823 | rd = md; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 824 | td->version[i] = md->version[i]; |
| 825 | writeops = 1; |
| 826 | goto writecheck; |
| 827 | } |
| 828 | |
| 829 | if (md->pages[i] == -1) { |
| 830 | rd = td; |
| 831 | md->version[i] = td->version[i]; |
| 832 | writeops = 2; |
| 833 | goto writecheck; |
| 834 | } |
| 835 | |
| 836 | if (td->version[i] == md->version[i]) { |
| 837 | rd = td; |
| 838 | if (!(td->options & NAND_BBT_VERSION)) |
| 839 | rd2 = md; |
| 840 | goto writecheck; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 841 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 842 | |
| 843 | if (((int8_t) (td->version[i] - md->version[i])) > 0) { |
| 844 | rd = td; |
| 845 | md->version[i] = td->version[i]; |
| 846 | writeops = 2; |
| 847 | } else { |
| 848 | rd = md; |
| 849 | td->version[i] = md->version[i]; |
| 850 | writeops = 1; |
| 851 | } |
| 852 | |
| 853 | goto writecheck; |
| 854 | |
| 855 | } else { |
| 856 | if (td->pages[i] == -1) { |
| 857 | writeops = 0x01; |
| 858 | goto create; |
| 859 | } |
| 860 | rd = td; |
| 861 | goto writecheck; |
| 862 | } |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 863 | create: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 864 | /* Create the bad block table by scanning the device ? */ |
| 865 | if (!(td->options & NAND_BBT_CREATE)) |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 866 | continue; |
| 867 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 868 | /* Create the table in memory by scanning the chip(s) */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 869 | create_bbt(mtd, buf, bd, chipsel); |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 870 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 871 | td->version[i] = 1; |
| 872 | if (md) |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 873 | md->version[i] = 1; |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 874 | writecheck: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 875 | /* read back first ? */ |
| 876 | if (rd) |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 877 | read_abs_bbt(mtd, buf, rd, chipsel); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 878 | /* If they weren't versioned, read both. */ |
| 879 | if (rd2) |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 880 | read_abs_bbt(mtd, buf, rd2, chipsel); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 881 | |
| 882 | /* Write the bad block table to the device ? */ |
| 883 | if ((writeops & 0x01) && (td->options & NAND_BBT_WRITE)) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 884 | res = write_bbt(mtd, buf, td, md, chipsel); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 885 | if (res < 0) |
| 886 | return res; |
| 887 | } |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 888 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 889 | /* Write the mirror bad block table to the device ? */ |
| 890 | if ((writeops & 0x02) && md && (md->options & NAND_BBT_WRITE)) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 891 | res = write_bbt(mtd, buf, md, td, chipsel); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 892 | if (res < 0) |
| 893 | return res; |
| 894 | } |
| 895 | } |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 896 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 897 | } |
| 898 | |
| 899 | /** |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 900 | * mark_bbt_regions - [GENERIC] mark the bad block table regions |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 901 | * @mtd: MTD device structure |
| 902 | * @td: bad block table descriptor |
| 903 | * |
| 904 | * The bad block table regions are marked as "bad" to prevent |
| 905 | * accidental erasures / writes. The regions are identified by |
| 906 | * the mark 0x02. |
| 907 | */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 908 | static void mark_bbt_region(struct mtd_info *mtd, struct nand_bbt_descr *td) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 909 | { |
| 910 | struct nand_chip *this = mtd->priv; |
| 911 | int i, j, chips, block, nrblocks, update; |
| 912 | uint8_t oldval, newval; |
| 913 | |
| 914 | /* Do we have a bbt per chip ? */ |
| 915 | if (td->options & NAND_BBT_PERCHIP) { |
| 916 | chips = this->numchips; |
| 917 | nrblocks = (int)(this->chipsize >> this->bbt_erase_shift); |
| 918 | } else { |
| 919 | chips = 1; |
| 920 | nrblocks = (int)(mtd->size >> this->bbt_erase_shift); |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 921 | } |
| 922 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 923 | for (i = 0; i < chips; i++) { |
| 924 | if ((td->options & NAND_BBT_ABSPAGE) || |
| 925 | !(td->options & NAND_BBT_WRITE)) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 926 | if (td->pages[i] == -1) |
| 927 | continue; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 928 | block = td->pages[i] >> (this->bbt_erase_shift - this->page_shift); |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 929 | block <<= 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 930 | oldval = this->bbt[(block >> 3)]; |
| 931 | newval = oldval | (0x2 << (block & 0x06)); |
| 932 | this->bbt[(block >> 3)] = newval; |
| 933 | if ((oldval != newval) && td->reserved_block_code) |
Adrian Hunter | 69423d9 | 2008-12-10 13:37:21 +0000 | [diff] [blame] | 934 | nand_update_bbt(mtd, (loff_t)block << (this->bbt_erase_shift - 1)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 935 | continue; |
| 936 | } |
| 937 | update = 0; |
| 938 | if (td->options & NAND_BBT_LASTBLOCK) |
| 939 | block = ((i + 1) * nrblocks) - td->maxblocks; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 940 | else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 941 | block = i * nrblocks; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 942 | block <<= 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 943 | for (j = 0; j < td->maxblocks; j++) { |
| 944 | oldval = this->bbt[(block >> 3)]; |
| 945 | newval = oldval | (0x2 << (block & 0x06)); |
| 946 | this->bbt[(block >> 3)] = newval; |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 947 | if (oldval != newval) |
| 948 | update = 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 949 | block += 2; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 950 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 951 | /* If we want reserved blocks to be recorded to flash, and some |
| 952 | new ones have been marked, then we need to update the stored |
| 953 | bbts. This should only happen once. */ |
| 954 | if (update && td->reserved_block_code) |
Adrian Hunter | 69423d9 | 2008-12-10 13:37:21 +0000 | [diff] [blame] | 955 | nand_update_bbt(mtd, (loff_t)(block - 2) << (this->bbt_erase_shift - 1)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 956 | } |
| 957 | } |
| 958 | |
| 959 | /** |
| 960 | * nand_scan_bbt - [NAND Interface] scan, find, read and maybe create bad block table(s) |
| 961 | * @mtd: MTD device structure |
| 962 | * @bd: descriptor for the good/bad block search pattern |
| 963 | * |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 964 | * The function checks, if a bad block table(s) is/are already |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 965 | * available. If not it scans the device for manufacturer |
| 966 | * marked good / bad blocks and writes the bad block table(s) to |
| 967 | * the selected place. |
| 968 | * |
| 969 | * The bad block table memory is allocated here. It must be freed |
| 970 | * by calling the nand_free_bbt function. |
| 971 | * |
| 972 | */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 973 | int nand_scan_bbt(struct mtd_info *mtd, struct nand_bbt_descr *bd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 974 | { |
| 975 | struct nand_chip *this = mtd->priv; |
| 976 | int len, res = 0; |
| 977 | uint8_t *buf; |
| 978 | struct nand_bbt_descr *td = this->bbt_td; |
| 979 | struct nand_bbt_descr *md = this->bbt_md; |
| 980 | |
| 981 | len = mtd->size >> (this->bbt_erase_shift + 2); |
Burman Yan | 95b93a0 | 2006-11-15 21:10:29 +0200 | [diff] [blame] | 982 | /* Allocate memory (2bit per block) and clear the memory bad block table */ |
| 983 | this->bbt = kzalloc(len, GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 984 | if (!this->bbt) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 985 | printk(KERN_ERR "nand_scan_bbt: Out of memory\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 986 | return -ENOMEM; |
| 987 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 988 | |
| 989 | /* If no primary table decriptor is given, scan the device |
| 990 | * to build a memory based bad block table |
| 991 | */ |
Artem B. Bityuckiy | eeada24 | 2005-02-11 10:14:15 +0000 | [diff] [blame] | 992 | if (!td) { |
| 993 | if ((res = nand_memory_bbt(mtd, bd))) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 994 | printk(KERN_ERR "nand_bbt: Can't scan flash and build the RAM-based BBT\n"); |
| 995 | kfree(this->bbt); |
Artem B. Bityuckiy | eeada24 | 2005-02-11 10:14:15 +0000 | [diff] [blame] | 996 | this->bbt = NULL; |
| 997 | } |
| 998 | return res; |
| 999 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1000 | |
| 1001 | /* Allocate a temporary buffer for one eraseblock incl. oob */ |
| 1002 | len = (1 << this->bbt_erase_shift); |
| 1003 | len += (len >> this->page_shift) * mtd->oobsize; |
David Woodhouse | c3f8abf | 2006-05-13 04:03:42 +0100 | [diff] [blame] | 1004 | buf = vmalloc(len); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1005 | if (!buf) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1006 | printk(KERN_ERR "nand_bbt: Out of memory\n"); |
| 1007 | kfree(this->bbt); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1008 | this->bbt = NULL; |
| 1009 | return -ENOMEM; |
| 1010 | } |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1011 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1012 | /* Is the bbt at a given page ? */ |
| 1013 | if (td->options & NAND_BBT_ABSPAGE) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1014 | res = read_abs_bbts(mtd, buf, td, md); |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1015 | } else { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1016 | /* Search the bad block table using a pattern in oob */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1017 | res = search_read_bbts(mtd, buf, td, md); |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1018 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1019 | |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1020 | if (res) |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1021 | res = check_create(mtd, buf, bd); |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1022 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1023 | /* Prevent the bbt regions from erasing / writing */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1024 | mark_bbt_region(mtd, td); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1025 | if (md) |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1026 | mark_bbt_region(mtd, md); |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1027 | |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1028 | vfree(buf); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1029 | return res; |
| 1030 | } |
| 1031 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1032 | /** |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1033 | * nand_update_bbt - [NAND Interface] update bad block table(s) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1034 | * @mtd: MTD device structure |
| 1035 | * @offs: the offset of the newly marked block |
| 1036 | * |
| 1037 | * The function updates the bad block table(s) |
| 1038 | */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1039 | int nand_update_bbt(struct mtd_info *mtd, loff_t offs) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1040 | { |
| 1041 | struct nand_chip *this = mtd->priv; |
| 1042 | int len, res = 0, writeops = 0; |
| 1043 | int chip, chipsel; |
| 1044 | uint8_t *buf; |
| 1045 | struct nand_bbt_descr *td = this->bbt_td; |
| 1046 | struct nand_bbt_descr *md = this->bbt_md; |
| 1047 | |
| 1048 | if (!this->bbt || !td) |
| 1049 | return -EINVAL; |
| 1050 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1051 | /* Allocate a temporary buffer for one eraseblock incl. oob */ |
| 1052 | len = (1 << this->bbt_erase_shift); |
| 1053 | len += (len >> this->page_shift) * mtd->oobsize; |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1054 | buf = kmalloc(len, GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1055 | if (!buf) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1056 | printk(KERN_ERR "nand_update_bbt: Out of memory\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1057 | return -ENOMEM; |
| 1058 | } |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1059 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1060 | writeops = md != NULL ? 0x03 : 0x01; |
| 1061 | |
| 1062 | /* Do we have a bbt per chip ? */ |
| 1063 | if (td->options & NAND_BBT_PERCHIP) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1064 | chip = (int)(offs >> this->chip_shift); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1065 | chipsel = chip; |
| 1066 | } else { |
| 1067 | chip = 0; |
| 1068 | chipsel = -1; |
| 1069 | } |
| 1070 | |
| 1071 | td->version[chip]++; |
| 1072 | if (md) |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1073 | md->version[chip]++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1074 | |
| 1075 | /* Write the bad block table to the device ? */ |
| 1076 | if ((writeops & 0x01) && (td->options & NAND_BBT_WRITE)) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1077 | res = write_bbt(mtd, buf, td, md, chipsel); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1078 | if (res < 0) |
| 1079 | goto out; |
| 1080 | } |
| 1081 | /* Write the mirror bad block table to the device ? */ |
| 1082 | if ((writeops & 0x02) && md && (md->options & NAND_BBT_WRITE)) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1083 | res = write_bbt(mtd, buf, md, td, chipsel); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1084 | } |
| 1085 | |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1086 | out: |
| 1087 | kfree(buf); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1088 | return res; |
| 1089 | } |
| 1090 | |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1091 | /* Define some generic bad / good block scan pattern which are used |
Artem B. Bityuckiy | 171650a | 2005-02-16 17:09:39 +0000 | [diff] [blame] | 1092 | * while scanning a device for factory marked good / bad blocks. */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1093 | static uint8_t scan_ff_pattern[] = { 0xff, 0xff }; |
| 1094 | |
| 1095 | static struct nand_bbt_descr smallpage_memorybased = { |
Brian Norris | c7b28e2 | 2010-07-13 15:13:00 -0700 | [diff] [blame^] | 1096 | .options = 0, |
| 1097 | .offs = NAND_SMALL_BADBLOCK_POS, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1098 | .len = 1, |
| 1099 | .pattern = scan_ff_pattern |
| 1100 | }; |
| 1101 | |
Brian Norris | c7b28e2 | 2010-07-13 15:13:00 -0700 | [diff] [blame^] | 1102 | static struct nand_bbt_descr smallpage_scan2nd_memorybased = { |
| 1103 | .options = NAND_BBT_SCAN2NDPAGE, |
| 1104 | .offs = NAND_SMALL_BADBLOCK_POS, |
| 1105 | .len = 2, |
| 1106 | .pattern = scan_ff_pattern |
| 1107 | }; |
| 1108 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1109 | static struct nand_bbt_descr largepage_memorybased = { |
| 1110 | .options = 0, |
Brian Norris | c7b28e2 | 2010-07-13 15:13:00 -0700 | [diff] [blame^] | 1111 | .offs = NAND_LARGE_BADBLOCK_POS, |
| 1112 | .len = 1, |
| 1113 | .pattern = scan_ff_pattern |
| 1114 | }; |
| 1115 | |
| 1116 | static struct nand_bbt_descr largepage_scan2nd_memorybased = { |
| 1117 | .options = NAND_BBT_SCAN2NDPAGE, |
| 1118 | .offs = NAND_LARGE_BADBLOCK_POS, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1119 | .len = 2, |
| 1120 | .pattern = scan_ff_pattern |
| 1121 | }; |
| 1122 | |
Brian Norris | c7b28e2 | 2010-07-13 15:13:00 -0700 | [diff] [blame^] | 1123 | static struct nand_bbt_descr lastpage_memorybased = { |
| 1124 | .options = NAND_BBT_SCANLASTPAGE, |
| 1125 | .offs = 0, |
| 1126 | .len = 1, |
| 1127 | .pattern = scan_ff_pattern |
| 1128 | }; |
| 1129 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1130 | static struct nand_bbt_descr smallpage_flashbased = { |
David Woodhouse | 6943f8a | 2006-05-13 16:14:26 +0100 | [diff] [blame] | 1131 | .options = NAND_BBT_SCAN2NDPAGE, |
Brian Norris | c7b28e2 | 2010-07-13 15:13:00 -0700 | [diff] [blame^] | 1132 | .offs = NAND_SMALL_BADBLOCK_POS, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1133 | .len = 1, |
| 1134 | .pattern = scan_ff_pattern |
| 1135 | }; |
| 1136 | |
| 1137 | static struct nand_bbt_descr largepage_flashbased = { |
David Woodhouse | 6943f8a | 2006-05-13 16:14:26 +0100 | [diff] [blame] | 1138 | .options = NAND_BBT_SCAN2NDPAGE, |
Brian Norris | c7b28e2 | 2010-07-13 15:13:00 -0700 | [diff] [blame^] | 1139 | .offs = NAND_LARGE_BADBLOCK_POS, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1140 | .len = 2, |
| 1141 | .pattern = scan_ff_pattern |
| 1142 | }; |
| 1143 | |
| 1144 | static uint8_t scan_agand_pattern[] = { 0x1C, 0x71, 0xC7, 0x1C, 0x71, 0xC7 }; |
| 1145 | |
| 1146 | static struct nand_bbt_descr agand_flashbased = { |
| 1147 | .options = NAND_BBT_SCANEMPTY | NAND_BBT_SCANALLPAGES, |
| 1148 | .offs = 0x20, |
| 1149 | .len = 6, |
| 1150 | .pattern = scan_agand_pattern |
| 1151 | }; |
| 1152 | |
| 1153 | /* Generic flash bbt decriptors |
| 1154 | */ |
| 1155 | static uint8_t bbt_pattern[] = {'B', 'b', 't', '0' }; |
| 1156 | static uint8_t mirror_pattern[] = {'1', 't', 'b', 'B' }; |
| 1157 | |
| 1158 | static struct nand_bbt_descr bbt_main_descr = { |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1159 | .options = NAND_BBT_LASTBLOCK | NAND_BBT_CREATE | NAND_BBT_WRITE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1160 | | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP, |
| 1161 | .offs = 8, |
| 1162 | .len = 4, |
| 1163 | .veroffs = 12, |
| 1164 | .maxblocks = 4, |
| 1165 | .pattern = bbt_pattern |
| 1166 | }; |
| 1167 | |
| 1168 | static struct nand_bbt_descr bbt_mirror_descr = { |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1169 | .options = NAND_BBT_LASTBLOCK | NAND_BBT_CREATE | NAND_BBT_WRITE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1170 | | NAND_BBT_2BIT | NAND_BBT_VERSION | NAND_BBT_PERCHIP, |
| 1171 | .offs = 8, |
| 1172 | .len = 4, |
| 1173 | .veroffs = 12, |
| 1174 | .maxblocks = 4, |
| 1175 | .pattern = mirror_pattern |
| 1176 | }; |
| 1177 | |
| 1178 | /** |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1179 | * nand_default_bbt - [NAND Interface] Select a default bad block table for the device |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1180 | * @mtd: MTD device structure |
| 1181 | * |
| 1182 | * This function selects the default bad block table |
| 1183 | * support for the device and calls the nand_scan_bbt function |
| 1184 | * |
| 1185 | */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1186 | int nand_default_bbt(struct mtd_info *mtd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1187 | { |
| 1188 | struct nand_chip *this = mtd->priv; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1189 | |
| 1190 | /* Default for AG-AND. We must use a flash based |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1191 | * bad block table as the devices have factory marked |
| 1192 | * _good_ blocks. Erasing those blocks leads to loss |
| 1193 | * of the good / bad information, so we _must_ store |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1194 | * this information in a good / bad table during |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1195 | * startup |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1196 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1197 | if (this->options & NAND_IS_AND) { |
| 1198 | /* Use the default pattern descriptors */ |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1199 | if (!this->bbt_td) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1200 | this->bbt_td = &bbt_main_descr; |
| 1201 | this->bbt_md = &bbt_mirror_descr; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1202 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1203 | this->options |= NAND_USE_FLASH_BBT; |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1204 | return nand_scan_bbt(mtd, &agand_flashbased); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1205 | } |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1206 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1207 | /* Is a flash based bad block table requested ? */ |
| 1208 | if (this->options & NAND_USE_FLASH_BBT) { |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1209 | /* Use the default pattern descriptors */ |
| 1210 | if (!this->bbt_td) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1211 | this->bbt_td = &bbt_main_descr; |
| 1212 | this->bbt_md = &bbt_mirror_descr; |
| 1213 | } |
| 1214 | if (!this->badblock_pattern) { |
Joern Engel | 2831877 | 2006-05-22 23:18:05 +0200 | [diff] [blame] | 1215 | this->badblock_pattern = (mtd->writesize > 512) ? &largepage_flashbased : &smallpage_flashbased; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1216 | } |
| 1217 | } else { |
| 1218 | this->bbt_td = NULL; |
| 1219 | this->bbt_md = NULL; |
| 1220 | if (!this->badblock_pattern) { |
Brian Norris | c7b28e2 | 2010-07-13 15:13:00 -0700 | [diff] [blame^] | 1221 | if (this->options & NAND_BBT_SCANLASTPAGE) |
| 1222 | this->badblock_pattern = &lastpage_memorybased; |
| 1223 | else if (this->options & NAND_BBT_SCAN2NDPAGE) |
| 1224 | this->badblock_pattern = this->badblockpos == |
| 1225 | NAND_SMALL_BADBLOCK_POS ? |
| 1226 | &smallpage_scan2nd_memorybased : |
| 1227 | &largepage_scan2nd_memorybased; |
| 1228 | else |
| 1229 | this->badblock_pattern = this->badblockpos == |
| 1230 | NAND_SMALL_BADBLOCK_POS ? |
| 1231 | &smallpage_memorybased : |
| 1232 | &largepage_memorybased; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1233 | } |
| 1234 | } |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1235 | return nand_scan_bbt(mtd, this->badblock_pattern); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1236 | } |
| 1237 | |
| 1238 | /** |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1239 | * nand_isbad_bbt - [NAND Interface] Check if a block is bad |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1240 | * @mtd: MTD device structure |
| 1241 | * @offs: offset in the device |
| 1242 | * @allowbbt: allow access to bad block table region |
| 1243 | * |
| 1244 | */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1245 | int nand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1246 | { |
| 1247 | struct nand_chip *this = mtd->priv; |
| 1248 | int block; |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1249 | uint8_t res; |
Thomas Gleixner | 61b03bd | 2005-11-07 11:15:49 +0000 | [diff] [blame] | 1250 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1251 | /* Get block number * 2 */ |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1252 | block = (int)(offs >> (this->bbt_erase_shift - 1)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1253 | res = (this->bbt[block >> 3] >> (block & 0x06)) & 0x03; |
| 1254 | |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1255 | DEBUG(MTD_DEBUG_LEVEL2, "nand_isbad_bbt(): bbt info for offs 0x%08x: (block %d) 0x%02x\n", |
| 1256 | (unsigned int)offs, block >> 1, res); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1257 | |
| 1258 | switch ((int)res) { |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1259 | case 0x00: |
| 1260 | return 0; |
| 1261 | case 0x01: |
| 1262 | return 1; |
| 1263 | case 0x02: |
| 1264 | return allowbbt ? 0 : 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1265 | } |
| 1266 | return 1; |
| 1267 | } |
| 1268 | |
David Woodhouse | e0c7d76 | 2006-05-13 18:07:53 +0100 | [diff] [blame] | 1269 | EXPORT_SYMBOL(nand_scan_bbt); |
| 1270 | EXPORT_SYMBOL(nand_default_bbt); |