diskonchip.c 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773
  1. /*
  2. * drivers/mtd/nand/diskonchip.c
  3. *
  4. * (C) 2003 Red Hat, Inc.
  5. * (C) 2004 Dan Brown <dan_brown@ieee.org>
  6. * (C) 2004 Kalev Lember <kalev@smartlink.ee>
  7. *
  8. * Author: David Woodhouse <dwmw2@infradead.org>
  9. * Additional Diskonchip 2000 and Millennium support by Dan Brown <dan_brown@ieee.org>
  10. * Diskonchip Millennium Plus support by Kalev Lember <kalev@smartlink.ee>
  11. *
  12. * Error correction code lifted from the old docecc code
  13. * Author: Fabrice Bellard (fabrice.bellard@netgem.com)
  14. * Copyright (C) 2000 Netgem S.A.
  15. * converted to the generic Reed-Solomon library by Thomas Gleixner <tglx@linutronix.de>
  16. *
  17. * Interface to generic NAND code for M-Systems DiskOnChip devices
  18. */
  19. #include <linux/kernel.h>
  20. #include <linux/init.h>
  21. #include <linux/sched.h>
  22. #include <linux/delay.h>
  23. #include <linux/rslib.h>
  24. #include <linux/moduleparam.h>
  25. #include <linux/slab.h>
  26. #include <asm/io.h>
  27. #include <linux/mtd/mtd.h>
  28. #include <linux/mtd/nand.h>
  29. #include <linux/mtd/doc2000.h>
  30. #include <linux/mtd/partitions.h>
  31. #include <linux/mtd/inftl.h>
  32. /* Where to look for the devices? */
  33. #ifndef CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS
  34. #define CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS 0
  35. #endif
  36. static unsigned long __initdata doc_locations[] = {
  37. #if defined (__alpha__) || defined(__i386__) || defined(__x86_64__)
  38. #ifdef CONFIG_MTD_NAND_DISKONCHIP_PROBE_HIGH
  39. 0xfffc8000, 0xfffca000, 0xfffcc000, 0xfffce000,
  40. 0xfffd0000, 0xfffd2000, 0xfffd4000, 0xfffd6000,
  41. 0xfffd8000, 0xfffda000, 0xfffdc000, 0xfffde000,
  42. 0xfffe0000, 0xfffe2000, 0xfffe4000, 0xfffe6000,
  43. 0xfffe8000, 0xfffea000, 0xfffec000, 0xfffee000,
  44. #else /* CONFIG_MTD_DOCPROBE_HIGH */
  45. 0xc8000, 0xca000, 0xcc000, 0xce000,
  46. 0xd0000, 0xd2000, 0xd4000, 0xd6000,
  47. 0xd8000, 0xda000, 0xdc000, 0xde000,
  48. 0xe0000, 0xe2000, 0xe4000, 0xe6000,
  49. 0xe8000, 0xea000, 0xec000, 0xee000,
  50. #endif /* CONFIG_MTD_DOCPROBE_HIGH */
  51. #else
  52. #warning Unknown architecture for DiskOnChip. No default probe locations defined
  53. #endif
  54. 0xffffffff };
  55. static struct mtd_info *doclist = NULL;
  56. struct doc_priv {
  57. void __iomem *virtadr;
  58. unsigned long physadr;
  59. u_char ChipID;
  60. u_char CDSNControl;
  61. int chips_per_floor; /* The number of chips detected on each floor */
  62. int curfloor;
  63. int curchip;
  64. int mh0_page;
  65. int mh1_page;
  66. struct mtd_info *nextdoc;
  67. };
  68. /* This is the syndrome computed by the HW ecc generator upon reading an empty
  69. page, one with all 0xff for data and stored ecc code. */
  70. static u_char empty_read_syndrome[6] = { 0x26, 0xff, 0x6d, 0x47, 0x73, 0x7a };
  71. /* This is the ecc value computed by the HW ecc generator upon writing an empty
  72. page, one with all 0xff for data. */
  73. static u_char empty_write_ecc[6] = { 0x4b, 0x00, 0xe2, 0x0e, 0x93, 0xf7 };
  74. #define INFTL_BBT_RESERVED_BLOCKS 4
  75. #define DoC_is_MillenniumPlus(doc) ((doc)->ChipID == DOC_ChipID_DocMilPlus16 || (doc)->ChipID == DOC_ChipID_DocMilPlus32)
  76. #define DoC_is_Millennium(doc) ((doc)->ChipID == DOC_ChipID_DocMil)
  77. #define DoC_is_2000(doc) ((doc)->ChipID == DOC_ChipID_Doc2k)
  78. static void doc200x_hwcontrol(struct mtd_info *mtd, int cmd,
  79. unsigned int bitmask);
  80. static void doc200x_select_chip(struct mtd_info *mtd, int chip);
  81. static int debug = 0;
  82. module_param(debug, int, 0);
  83. static int try_dword = 1;
  84. module_param(try_dword, int, 0);
  85. static int no_ecc_failures = 0;
  86. module_param(no_ecc_failures, int, 0);
  87. static int no_autopart = 0;
  88. module_param(no_autopart, int, 0);
  89. static int show_firmware_partition = 0;
  90. module_param(show_firmware_partition, int, 0);
  91. #ifdef CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE
  92. static int inftl_bbt_write = 1;
  93. #else
  94. static int inftl_bbt_write = 0;
  95. #endif
  96. module_param(inftl_bbt_write, int, 0);
  97. static unsigned long doc_config_location = CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS;
  98. module_param(doc_config_location, ulong, 0);
  99. MODULE_PARM_DESC(doc_config_location, "Physical memory address at which to probe for DiskOnChip");
  100. /* Sector size for HW ECC */
  101. #define SECTOR_SIZE 512
  102. /* The sector bytes are packed into NB_DATA 10 bit words */
  103. #define NB_DATA (((SECTOR_SIZE + 1) * 8 + 6) / 10)
  104. /* Number of roots */
  105. #define NROOTS 4
  106. /* First consective root */
  107. #define FCR 510
  108. /* Number of symbols */
  109. #define NN 1023
  110. /* the Reed Solomon control structure */
  111. static struct rs_control *rs_decoder;
  112. /*
  113. * The HW decoder in the DoC ASIC's provides us a error syndrome,
  114. * which we must convert to a standard syndrom usable by the generic
  115. * Reed-Solomon library code.
  116. *
  117. * Fabrice Bellard figured this out in the old docecc code. I added
  118. * some comments, improved a minor bit and converted it to make use
  119. * of the generic Reed-Solomon library. tglx
  120. */
  121. static int doc_ecc_decode(struct rs_control *rs, uint8_t *data, uint8_t *ecc)
  122. {
  123. int i, j, nerr, errpos[8];
  124. uint8_t parity;
  125. uint16_t ds[4], s[5], tmp, errval[8], syn[4];
  126. memset(syn, 0, sizeof(syn));
  127. /* Convert the ecc bytes into words */
  128. ds[0] = ((ecc[4] & 0xff) >> 0) | ((ecc[5] & 0x03) << 8);
  129. ds[1] = ((ecc[5] & 0xfc) >> 2) | ((ecc[2] & 0x0f) << 6);
  130. ds[2] = ((ecc[2] & 0xf0) >> 4) | ((ecc[3] & 0x3f) << 4);
  131. ds[3] = ((ecc[3] & 0xc0) >> 6) | ((ecc[0] & 0xff) << 2);
  132. parity = ecc[1];
  133. /* Initialize the syndrom buffer */
  134. for (i = 0; i < NROOTS; i++)
  135. s[i] = ds[0];
  136. /*
  137. * Evaluate
  138. * s[i] = ds[3]x^3 + ds[2]x^2 + ds[1]x^1 + ds[0]
  139. * where x = alpha^(FCR + i)
  140. */
  141. for (j = 1; j < NROOTS; j++) {
  142. if (ds[j] == 0)
  143. continue;
  144. tmp = rs->index_of[ds[j]];
  145. for (i = 0; i < NROOTS; i++)
  146. s[i] ^= rs->alpha_to[rs_modnn(rs, tmp + (FCR + i) * j)];
  147. }
  148. /* Calc syn[i] = s[i] / alpha^(v + i) */
  149. for (i = 0; i < NROOTS; i++) {
  150. if (s[i])
  151. syn[i] = rs_modnn(rs, rs->index_of[s[i]] + (NN - FCR - i));
  152. }
  153. /* Call the decoder library */
  154. nerr = decode_rs16(rs, NULL, NULL, 1019, syn, 0, errpos, 0, errval);
  155. /* Incorrectable errors ? */
  156. if (nerr < 0)
  157. return nerr;
  158. /*
  159. * Correct the errors. The bitpositions are a bit of magic,
  160. * but they are given by the design of the de/encoder circuit
  161. * in the DoC ASIC's.
  162. */
  163. for (i = 0; i < nerr; i++) {
  164. int index, bitpos, pos = 1015 - errpos[i];
  165. uint8_t val;
  166. if (pos >= NB_DATA && pos < 1019)
  167. continue;
  168. if (pos < NB_DATA) {
  169. /* extract bit position (MSB first) */
  170. pos = 10 * (NB_DATA - 1 - pos) - 6;
  171. /* now correct the following 10 bits. At most two bytes
  172. can be modified since pos is even */
  173. index = (pos >> 3) ^ 1;
  174. bitpos = pos & 7;
  175. if ((index >= 0 && index < SECTOR_SIZE) || index == (SECTOR_SIZE + 1)) {
  176. val = (uint8_t) (errval[i] >> (2 + bitpos));
  177. parity ^= val;
  178. if (index < SECTOR_SIZE)
  179. data[index] ^= val;
  180. }
  181. index = ((pos >> 3) + 1) ^ 1;
  182. bitpos = (bitpos + 10) & 7;
  183. if (bitpos == 0)
  184. bitpos = 8;
  185. if ((index >= 0 && index < SECTOR_SIZE) || index == (SECTOR_SIZE + 1)) {
  186. val = (uint8_t) (errval[i] << (8 - bitpos));
  187. parity ^= val;
  188. if (index < SECTOR_SIZE)
  189. data[index] ^= val;
  190. }
  191. }
  192. }
  193. /* If the parity is wrong, no rescue possible */
  194. return parity ? -EBADMSG : nerr;
  195. }
  196. static void DoC_Delay(struct doc_priv *doc, unsigned short cycles)
  197. {
  198. volatile char dummy;
  199. int i;
  200. for (i = 0; i < cycles; i++) {
  201. if (DoC_is_Millennium(doc))
  202. dummy = ReadDOC(doc->virtadr, NOP);
  203. else if (DoC_is_MillenniumPlus(doc))
  204. dummy = ReadDOC(doc->virtadr, Mplus_NOP);
  205. else
  206. dummy = ReadDOC(doc->virtadr, DOCStatus);
  207. }
  208. }
  209. #define CDSN_CTRL_FR_B_MASK (CDSN_CTRL_FR_B0 | CDSN_CTRL_FR_B1)
  210. /* DOC_WaitReady: Wait for RDY line to be asserted by the flash chip */
  211. static int _DoC_WaitReady(struct doc_priv *doc)
  212. {
  213. void __iomem *docptr = doc->virtadr;
  214. unsigned long timeo = jiffies + (HZ * 10);
  215. if (debug)
  216. printk("_DoC_WaitReady...\n");
  217. /* Out-of-line routine to wait for chip response */
  218. if (DoC_is_MillenniumPlus(doc)) {
  219. while ((ReadDOC(docptr, Mplus_FlashControl) & CDSN_CTRL_FR_B_MASK) != CDSN_CTRL_FR_B_MASK) {
  220. if (time_after(jiffies, timeo)) {
  221. printk("_DoC_WaitReady timed out.\n");
  222. return -EIO;
  223. }
  224. udelay(1);
  225. cond_resched();
  226. }
  227. } else {
  228. while (!(ReadDOC(docptr, CDSNControl) & CDSN_CTRL_FR_B)) {
  229. if (time_after(jiffies, timeo)) {
  230. printk("_DoC_WaitReady timed out.\n");
  231. return -EIO;
  232. }
  233. udelay(1);
  234. cond_resched();
  235. }
  236. }
  237. return 0;
  238. }
  239. static inline int DoC_WaitReady(struct doc_priv *doc)
  240. {
  241. void __iomem *docptr = doc->virtadr;
  242. int ret = 0;
  243. if (DoC_is_MillenniumPlus(doc)) {
  244. DoC_Delay(doc, 4);
  245. if ((ReadDOC(docptr, Mplus_FlashControl) & CDSN_CTRL_FR_B_MASK) != CDSN_CTRL_FR_B_MASK)
  246. /* Call the out-of-line routine to wait */
  247. ret = _DoC_WaitReady(doc);
  248. } else {
  249. DoC_Delay(doc, 4);
  250. if (!(ReadDOC(docptr, CDSNControl) & CDSN_CTRL_FR_B))
  251. /* Call the out-of-line routine to wait */
  252. ret = _DoC_WaitReady(doc);
  253. DoC_Delay(doc, 2);
  254. }
  255. if (debug)
  256. printk("DoC_WaitReady OK\n");
  257. return ret;
  258. }
  259. static void doc2000_write_byte(struct mtd_info *mtd, u_char datum)
  260. {
  261. struct nand_chip *this = mtd->priv;
  262. struct doc_priv *doc = this->priv;
  263. void __iomem *docptr = doc->virtadr;
  264. if (debug)
  265. printk("write_byte %02x\n", datum);
  266. WriteDOC(datum, docptr, CDSNSlowIO);
  267. WriteDOC(datum, docptr, 2k_CDSN_IO);
  268. }
  269. static u_char doc2000_read_byte(struct mtd_info *mtd)
  270. {
  271. struct nand_chip *this = mtd->priv;
  272. struct doc_priv *doc = this->priv;
  273. void __iomem *docptr = doc->virtadr;
  274. u_char ret;
  275. ReadDOC(docptr, CDSNSlowIO);
  276. DoC_Delay(doc, 2);
  277. ret = ReadDOC(docptr, 2k_CDSN_IO);
  278. if (debug)
  279. printk("read_byte returns %02x\n", ret);
  280. return ret;
  281. }
  282. static void doc2000_writebuf(struct mtd_info *mtd, const u_char *buf, int len)
  283. {
  284. struct nand_chip *this = mtd->priv;
  285. struct doc_priv *doc = this->priv;
  286. void __iomem *docptr = doc->virtadr;
  287. int i;
  288. if (debug)
  289. printk("writebuf of %d bytes: ", len);
  290. for (i = 0; i < len; i++) {
  291. WriteDOC_(buf[i], docptr, DoC_2k_CDSN_IO + i);
  292. if (debug && i < 16)
  293. printk("%02x ", buf[i]);
  294. }
  295. if (debug)
  296. printk("\n");
  297. }
  298. static void doc2000_readbuf(struct mtd_info *mtd, u_char *buf, int len)
  299. {
  300. struct nand_chip *this = mtd->priv;
  301. struct doc_priv *doc = this->priv;
  302. void __iomem *docptr = doc->virtadr;
  303. int i;
  304. if (debug)
  305. printk("readbuf of %d bytes: ", len);
  306. for (i = 0; i < len; i++) {
  307. buf[i] = ReadDOC(docptr, 2k_CDSN_IO + i);
  308. }
  309. }
  310. static void doc2000_readbuf_dword(struct mtd_info *mtd, u_char *buf, int len)
  311. {
  312. struct nand_chip *this = mtd->priv;
  313. struct doc_priv *doc = this->priv;
  314. void __iomem *docptr = doc->virtadr;
  315. int i;
  316. if (debug)
  317. printk("readbuf_dword of %d bytes: ", len);
  318. if (unlikely((((unsigned long)buf) | len) & 3)) {
  319. for (i = 0; i < len; i++) {
  320. *(uint8_t *) (&buf[i]) = ReadDOC(docptr, 2k_CDSN_IO + i);
  321. }
  322. } else {
  323. for (i = 0; i < len; i += 4) {
  324. *(uint32_t *) (&buf[i]) = readl(docptr + DoC_2k_CDSN_IO + i);
  325. }
  326. }
  327. }
  328. static int doc2000_verifybuf(struct mtd_info *mtd, const u_char *buf, int len)
  329. {
  330. struct nand_chip *this = mtd->priv;
  331. struct doc_priv *doc = this->priv;
  332. void __iomem *docptr = doc->virtadr;
  333. int i;
  334. for (i = 0; i < len; i++)
  335. if (buf[i] != ReadDOC(docptr, 2k_CDSN_IO))
  336. return -EFAULT;
  337. return 0;
  338. }
  339. static uint16_t __init doc200x_ident_chip(struct mtd_info *mtd, int nr)
  340. {
  341. struct nand_chip *this = mtd->priv;
  342. struct doc_priv *doc = this->priv;
  343. uint16_t ret;
  344. doc200x_select_chip(mtd, nr);
  345. doc200x_hwcontrol(mtd, NAND_CMD_READID,
  346. NAND_CTRL_CLE | NAND_CTRL_CHANGE);
  347. doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE);
  348. doc200x_hwcontrol(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE);
  349. /* We can't use dev_ready here, but at least we wait for the
  350. * command to complete
  351. */
  352. udelay(50);
  353. ret = this->read_byte(mtd) << 8;
  354. ret |= this->read_byte(mtd);
  355. if (doc->ChipID == DOC_ChipID_Doc2k && try_dword && !nr) {
  356. /* First chip probe. See if we get same results by 32-bit access */
  357. union {
  358. uint32_t dword;
  359. uint8_t byte[4];
  360. } ident;
  361. void __iomem *docptr = doc->virtadr;
  362. doc200x_hwcontrol(mtd, NAND_CMD_READID,
  363. NAND_CTRL_CLE | NAND_CTRL_CHANGE);
  364. doc200x_hwcontrol(mtd, 0, NAND_CTRL_ALE | NAND_CTRL_CHANGE);
  365. doc200x_hwcontrol(mtd, NAND_CMD_NONE,
  366. NAND_NCE | NAND_CTRL_CHANGE);
  367. udelay(50);
  368. ident.dword = readl(docptr + DoC_2k_CDSN_IO);
  369. if (((ident.byte[0] << 8) | ident.byte[1]) == ret) {
  370. printk(KERN_INFO "DiskOnChip 2000 responds to DWORD access\n");
  371. this->read_buf = &doc2000_readbuf_dword;
  372. }
  373. }
  374. return ret;
  375. }
  376. static void __init doc2000_count_chips(struct mtd_info *mtd)
  377. {
  378. struct nand_chip *this = mtd->priv;
  379. struct doc_priv *doc = this->priv;
  380. uint16_t mfrid;
  381. int i;
  382. /* Max 4 chips per floor on DiskOnChip 2000 */
  383. doc->chips_per_floor = 4;
  384. /* Find out what the first chip is */
  385. mfrid = doc200x_ident_chip(mtd, 0);
  386. /* Find how many chips in each floor. */
  387. for (i = 1; i < 4; i++) {
  388. if (doc200x_ident_chip(mtd, i) != mfrid)
  389. break;
  390. }
  391. doc->chips_per_floor = i;
  392. printk(KERN_DEBUG "Detected %d chips per floor.\n", i);
  393. }
  394. static int doc200x_wait(struct mtd_info *mtd, struct nand_chip *this)
  395. {
  396. struct doc_priv *doc = this->priv;
  397. int status;
  398. DoC_WaitReady(doc);
  399. this->cmdfunc(mtd, NAND_CMD_STATUS, -1, -1);
  400. DoC_WaitReady(doc);
  401. status = (int)this->read_byte(mtd);
  402. return status;
  403. }
  404. static void doc2001_write_byte(struct mtd_info *mtd, u_char datum)
  405. {
  406. struct nand_chip *this = mtd->priv;
  407. struct doc_priv *doc = this->priv;
  408. void __iomem *docptr = doc->virtadr;
  409. WriteDOC(datum, docptr, CDSNSlowIO);
  410. WriteDOC(datum, docptr, Mil_CDSN_IO);
  411. WriteDOC(datum, docptr, WritePipeTerm);
  412. }
  413. static u_char doc2001_read_byte(struct mtd_info *mtd)
  414. {
  415. struct nand_chip *this = mtd->priv;
  416. struct doc_priv *doc = this->priv;
  417. void __iomem *docptr = doc->virtadr;
  418. //ReadDOC(docptr, CDSNSlowIO);
  419. /* 11.4.5 -- delay twice to allow extended length cycle */
  420. DoC_Delay(doc, 2);
  421. ReadDOC(docptr, ReadPipeInit);
  422. //return ReadDOC(docptr, Mil_CDSN_IO);
  423. return ReadDOC(docptr, LastDataRead);
  424. }
  425. static void doc2001_writebuf(struct mtd_info *mtd, const u_char *buf, int len)
  426. {
  427. struct nand_chip *this = mtd->priv;
  428. struct doc_priv *doc = this->priv;
  429. void __iomem *docptr = doc->virtadr;
  430. int i;
  431. for (i = 0; i < len; i++)
  432. WriteDOC_(buf[i], docptr, DoC_Mil_CDSN_IO + i);
  433. /* Terminate write pipeline */
  434. WriteDOC(0x00, docptr, WritePipeTerm);
  435. }
  436. static void doc2001_readbuf(struct mtd_info *mtd, u_char *buf, int len)
  437. {
  438. struct nand_chip *this = mtd->priv;
  439. struct doc_priv *doc = this->priv;
  440. void __iomem *docptr = doc->virtadr;
  441. int i;
  442. /* Start read pipeline */
  443. ReadDOC(docptr, ReadPipeInit);
  444. for (i = 0; i < len - 1; i++)
  445. buf[i] = ReadDOC(docptr, Mil_CDSN_IO + (i & 0xff));
  446. /* Terminate read pipeline */
  447. buf[i] = ReadDOC(docptr, LastDataRead);
  448. }
  449. static int doc2001_verifybuf(struct mtd_info *mtd, const u_char *buf, int len)
  450. {
  451. struct nand_chip *this = mtd->priv;
  452. struct doc_priv *doc = this->priv;
  453. void __iomem *docptr = doc->virtadr;
  454. int i;
  455. /* Start read pipeline */
  456. ReadDOC(docptr, ReadPipeInit);
  457. for (i = 0; i < len - 1; i++)
  458. if (buf[i] != ReadDOC(docptr, Mil_CDSN_IO)) {
  459. ReadDOC(docptr, LastDataRead);
  460. return i;
  461. }
  462. if (buf[i] != ReadDOC(docptr, LastDataRead))
  463. return i;
  464. return 0;
  465. }
  466. static u_char doc2001plus_read_byte(struct mtd_info *mtd)
  467. {
  468. struct nand_chip *this = mtd->priv;
  469. struct doc_priv *doc = this->priv;
  470. void __iomem *docptr = doc->virtadr;
  471. u_char ret;
  472. ReadDOC(docptr, Mplus_ReadPipeInit);
  473. ReadDOC(docptr, Mplus_ReadPipeInit);
  474. ret = ReadDOC(docptr, Mplus_LastDataRead);
  475. if (debug)
  476. printk("read_byte returns %02x\n", ret);
  477. return ret;
  478. }
  479. static void doc2001plus_writebuf(struct mtd_info *mtd, const u_char *buf, int len)
  480. {
  481. struct nand_chip *this = mtd->priv;
  482. struct doc_priv *doc = this->priv;
  483. void __iomem *docptr = doc->virtadr;
  484. int i;
  485. if (debug)
  486. printk("writebuf of %d bytes: ", len);
  487. for (i = 0; i < len; i++) {
  488. WriteDOC_(buf[i], docptr, DoC_Mil_CDSN_IO + i);
  489. if (debug && i < 16)
  490. printk("%02x ", buf[i]);
  491. }
  492. if (debug)
  493. printk("\n");
  494. }
  495. static void doc2001plus_readbuf(struct mtd_info *mtd, u_char *buf, int len)
  496. {
  497. struct nand_chip *this = mtd->priv;
  498. struct doc_priv *doc = this->priv;
  499. void __iomem *docptr = doc->virtadr;
  500. int i;
  501. if (debug)
  502. printk("readbuf of %d bytes: ", len);
  503. /* Start read pipeline */
  504. ReadDOC(docptr, Mplus_ReadPipeInit);
  505. ReadDOC(docptr, Mplus_ReadPipeInit);
  506. for (i = 0; i < len - 2; i++) {
  507. buf[i] = ReadDOC(docptr, Mil_CDSN_IO);
  508. if (debug && i < 16)
  509. printk("%02x ", buf[i]);
  510. }
  511. /* Terminate read pipeline */
  512. buf[len - 2] = ReadDOC(docptr, Mplus_LastDataRead);
  513. if (debug && i < 16)
  514. printk("%02x ", buf[len - 2]);
  515. buf[len - 1] = ReadDOC(docptr, Mplus_LastDataRead);
  516. if (debug && i < 16)
  517. printk("%02x ", buf[len - 1]);
  518. if (debug)
  519. printk("\n");
  520. }
  521. static int doc2001plus_verifybuf(struct mtd_info *mtd, const u_char *buf, int len)
  522. {
  523. struct nand_chip *this = mtd->priv;
  524. struct doc_priv *doc = this->priv;
  525. void __iomem *docptr = doc->virtadr;
  526. int i;
  527. if (debug)
  528. printk("verifybuf of %d bytes: ", len);
  529. /* Start read pipeline */
  530. ReadDOC(docptr, Mplus_ReadPipeInit);
  531. ReadDOC(docptr, Mplus_ReadPipeInit);
  532. for (i = 0; i < len - 2; i++)
  533. if (buf[i] != ReadDOC(docptr, Mil_CDSN_IO)) {
  534. ReadDOC(docptr, Mplus_LastDataRead);
  535. ReadDOC(docptr, Mplus_LastDataRead);
  536. return i;
  537. }
  538. if (buf[len - 2] != ReadDOC(docptr, Mplus_LastDataRead))
  539. return len - 2;
  540. if (buf[len - 1] != ReadDOC(docptr, Mplus_LastDataRead))
  541. return len - 1;
  542. return 0;
  543. }
  544. static void doc2001plus_select_chip(struct mtd_info *mtd, int chip)
  545. {
  546. struct nand_chip *this = mtd->priv;
  547. struct doc_priv *doc = this->priv;
  548. void __iomem *docptr = doc->virtadr;
  549. int floor = 0;
  550. if (debug)
  551. printk("select chip (%d)\n", chip);
  552. if (chip == -1) {
  553. /* Disable flash internally */
  554. WriteDOC(0, docptr, Mplus_FlashSelect);
  555. return;
  556. }
  557. floor = chip / doc->chips_per_floor;
  558. chip -= (floor * doc->chips_per_floor);
  559. /* Assert ChipEnable and deassert WriteProtect */
  560. WriteDOC((DOC_FLASH_CE), docptr, Mplus_FlashSelect);
  561. this->cmdfunc(mtd, NAND_CMD_RESET, -1, -1);
  562. doc->curchip = chip;
  563. doc->curfloor = floor;
  564. }
  565. static void doc200x_select_chip(struct mtd_info *mtd, int chip)
  566. {
  567. struct nand_chip *this = mtd->priv;
  568. struct doc_priv *doc = this->priv;
  569. void __iomem *docptr = doc->virtadr;
  570. int floor = 0;
  571. if (debug)
  572. printk("select chip (%d)\n", chip);
  573. if (chip == -1)
  574. return;
  575. floor = chip / doc->chips_per_floor;
  576. chip -= (floor * doc->chips_per_floor);
  577. /* 11.4.4 -- deassert CE before changing chip */
  578. doc200x_hwcontrol(mtd, NAND_CMD_NONE, 0 | NAND_CTRL_CHANGE);
  579. WriteDOC(floor, docptr, FloorSelect);
  580. WriteDOC(chip, docptr, CDSNDeviceSelect);
  581. doc200x_hwcontrol(mtd, NAND_CMD_NONE, NAND_NCE | NAND_CTRL_CHANGE);
  582. doc->curchip = chip;
  583. doc->curfloor = floor;
  584. }
  585. #define CDSN_CTRL_MSK (CDSN_CTRL_CE | CDSN_CTRL_CLE | CDSN_CTRL_ALE)
  586. static void doc200x_hwcontrol(struct mtd_info *mtd, int cmd,
  587. unsigned int ctrl)
  588. {
  589. struct nand_chip *this = mtd->priv;
  590. struct doc_priv *doc = this->priv;
  591. void __iomem *docptr = doc->virtadr;
  592. if (ctrl & NAND_CTRL_CHANGE) {
  593. doc->CDSNControl &= ~CDSN_CTRL_MSK;
  594. doc->CDSNControl |= ctrl & CDSN_CTRL_MSK;
  595. if (debug)
  596. printk("hwcontrol(%d): %02x\n", cmd, doc->CDSNControl);
  597. WriteDOC(doc->CDSNControl, docptr, CDSNControl);
  598. /* 11.4.3 -- 4 NOPs after CSDNControl write */
  599. DoC_Delay(doc, 4);
  600. }
  601. if (cmd != NAND_CMD_NONE) {
  602. if (DoC_is_2000(doc))
  603. doc2000_write_byte(mtd, cmd);
  604. else
  605. doc2001_write_byte(mtd, cmd);
  606. }
  607. }
  608. static void doc2001plus_command(struct mtd_info *mtd, unsigned command, int column, int page_addr)
  609. {
  610. struct nand_chip *this = mtd->priv;
  611. struct doc_priv *doc = this->priv;
  612. void __iomem *docptr = doc->virtadr;
  613. /*
  614. * Must terminate write pipeline before sending any commands
  615. * to the device.
  616. */
  617. if (command == NAND_CMD_PAGEPROG) {
  618. WriteDOC(0x00, docptr, Mplus_WritePipeTerm);
  619. WriteDOC(0x00, docptr, Mplus_WritePipeTerm);
  620. }
  621. /*
  622. * Write out the command to the device.
  623. */
  624. if (command == NAND_CMD_SEQIN) {
  625. int readcmd;
  626. if (column >= mtd->writesize) {
  627. /* OOB area */
  628. column -= mtd->writesize;
  629. readcmd = NAND_CMD_READOOB;
  630. } else if (column < 256) {
  631. /* First 256 bytes --> READ0 */
  632. readcmd = NAND_CMD_READ0;
  633. } else {
  634. column -= 256;
  635. readcmd = NAND_CMD_READ1;
  636. }
  637. WriteDOC(readcmd, docptr, Mplus_FlashCmd);
  638. }
  639. WriteDOC(command, docptr, Mplus_FlashCmd);
  640. WriteDOC(0, docptr, Mplus_WritePipeTerm);
  641. WriteDOC(0, docptr, Mplus_WritePipeTerm);
  642. if (column != -1 || page_addr != -1) {
  643. /* Serially input address */
  644. if (column != -1) {
  645. /* Adjust columns for 16 bit buswidth */
  646. if (this->options & NAND_BUSWIDTH_16)
  647. column >>= 1;
  648. WriteDOC(column, docptr, Mplus_FlashAddress);
  649. }
  650. if (page_addr != -1) {
  651. WriteDOC((unsigned char)(page_addr & 0xff), docptr, Mplus_FlashAddress);
  652. WriteDOC((unsigned char)((page_addr >> 8) & 0xff), docptr, Mplus_FlashAddress);
  653. /* One more address cycle for higher density devices */
  654. if (this->chipsize & 0x0c000000) {
  655. WriteDOC((unsigned char)((page_addr >> 16) & 0x0f), docptr, Mplus_FlashAddress);
  656. printk("high density\n");
  657. }
  658. }
  659. WriteDOC(0, docptr, Mplus_WritePipeTerm);
  660. WriteDOC(0, docptr, Mplus_WritePipeTerm);
  661. /* deassert ALE */
  662. if (command == NAND_CMD_READ0 || command == NAND_CMD_READ1 ||
  663. command == NAND_CMD_READOOB || command == NAND_CMD_READID)
  664. WriteDOC(0, docptr, Mplus_FlashControl);
  665. }
  666. /*
  667. * program and erase have their own busy handlers
  668. * status and sequential in needs no delay
  669. */
  670. switch (command) {
  671. case NAND_CMD_PAGEPROG:
  672. case NAND_CMD_ERASE1:
  673. case NAND_CMD_ERASE2:
  674. case NAND_CMD_SEQIN:
  675. case NAND_CMD_STATUS:
  676. return;
  677. case NAND_CMD_RESET:
  678. if (this->dev_ready)
  679. break;
  680. udelay(this->chip_delay);
  681. WriteDOC(NAND_CMD_STATUS, docptr, Mplus_FlashCmd);
  682. WriteDOC(0, docptr, Mplus_WritePipeTerm);
  683. WriteDOC(0, docptr, Mplus_WritePipeTerm);
  684. while (!(this->read_byte(mtd) & 0x40)) ;
  685. return;
  686. /* This applies to read commands */
  687. default:
  688. /*
  689. * If we don't have access to the busy pin, we apply the given
  690. * command delay
  691. */
  692. if (!this->dev_ready) {
  693. udelay(this->chip_delay);
  694. return;
  695. }
  696. }
  697. /* Apply this short delay always to ensure that we do wait tWB in
  698. * any case on any machine. */
  699. ndelay(100);
  700. /* wait until command is processed */
  701. while (!this->dev_ready(mtd)) ;
  702. }
  703. static int doc200x_dev_ready(struct mtd_info *mtd)
  704. {
  705. struct nand_chip *this = mtd->priv;
  706. struct doc_priv *doc = this->priv;
  707. void __iomem *docptr = doc->virtadr;
  708. if (DoC_is_MillenniumPlus(doc)) {
  709. /* 11.4.2 -- must NOP four times before checking FR/B# */
  710. DoC_Delay(doc, 4);
  711. if ((ReadDOC(docptr, Mplus_FlashControl) & CDSN_CTRL_FR_B_MASK) != CDSN_CTRL_FR_B_MASK) {
  712. if (debug)
  713. printk("not ready\n");
  714. return 0;
  715. }
  716. if (debug)
  717. printk("was ready\n");
  718. return 1;
  719. } else {
  720. /* 11.4.2 -- must NOP four times before checking FR/B# */
  721. DoC_Delay(doc, 4);
  722. if (!(ReadDOC(docptr, CDSNControl) & CDSN_CTRL_FR_B)) {
  723. if (debug)
  724. printk("not ready\n");
  725. return 0;
  726. }
  727. /* 11.4.2 -- Must NOP twice if it's ready */
  728. DoC_Delay(doc, 2);
  729. if (debug)
  730. printk("was ready\n");
  731. return 1;
  732. }
  733. }
  734. static int doc200x_block_bad(struct mtd_info *mtd, loff_t ofs, int getchip)
  735. {
  736. /* This is our last resort if we couldn't find or create a BBT. Just
  737. pretend all blocks are good. */
  738. return 0;
  739. }
  740. static void doc200x_enable_hwecc(struct mtd_info *mtd, int mode)
  741. {
  742. struct nand_chip *this = mtd->priv;
  743. struct doc_priv *doc = this->priv;
  744. void __iomem *docptr = doc->virtadr;
  745. /* Prime the ECC engine */
  746. switch (mode) {
  747. case NAND_ECC_READ:
  748. WriteDOC(DOC_ECC_RESET, docptr, ECCConf);
  749. WriteDOC(DOC_ECC_EN, docptr, ECCConf);
  750. break;
  751. case NAND_ECC_WRITE:
  752. WriteDOC(DOC_ECC_RESET, docptr, ECCConf);
  753. WriteDOC(DOC_ECC_EN | DOC_ECC_RW, docptr, ECCConf);
  754. break;
  755. }
  756. }
  757. static void doc2001plus_enable_hwecc(struct mtd_info *mtd, int mode)
  758. {
  759. struct nand_chip *this = mtd->priv;
  760. struct doc_priv *doc = this->priv;
  761. void __iomem *docptr = doc->virtadr;
  762. /* Prime the ECC engine */
  763. switch (mode) {
  764. case NAND_ECC_READ:
  765. WriteDOC(DOC_ECC_RESET, docptr, Mplus_ECCConf);
  766. WriteDOC(DOC_ECC_EN, docptr, Mplus_ECCConf);
  767. break;
  768. case NAND_ECC_WRITE:
  769. WriteDOC(DOC_ECC_RESET, docptr, Mplus_ECCConf);
  770. WriteDOC(DOC_ECC_EN | DOC_ECC_RW, docptr, Mplus_ECCConf);
  771. break;
  772. }
  773. }
  774. /* This code is only called on write */
  775. static int doc200x_calculate_ecc(struct mtd_info *mtd, const u_char *dat, unsigned char *ecc_code)
  776. {
  777. struct nand_chip *this = mtd->priv;
  778. struct doc_priv *doc = this->priv;
  779. void __iomem *docptr = doc->virtadr;
  780. int i;
  781. int emptymatch = 1;
  782. /* flush the pipeline */
  783. if (DoC_is_2000(doc)) {
  784. WriteDOC(doc->CDSNControl & ~CDSN_CTRL_FLASH_IO, docptr, CDSNControl);
  785. WriteDOC(0, docptr, 2k_CDSN_IO);
  786. WriteDOC(0, docptr, 2k_CDSN_IO);
  787. WriteDOC(0, docptr, 2k_CDSN_IO);
  788. WriteDOC(doc->CDSNControl, docptr, CDSNControl);
  789. } else if (DoC_is_MillenniumPlus(doc)) {
  790. WriteDOC(0, docptr, Mplus_NOP);
  791. WriteDOC(0, docptr, Mplus_NOP);
  792. WriteDOC(0, docptr, Mplus_NOP);
  793. } else {
  794. WriteDOC(0, docptr, NOP);
  795. WriteDOC(0, docptr, NOP);
  796. WriteDOC(0, docptr, NOP);
  797. }
  798. for (i = 0; i < 6; i++) {
  799. if (DoC_is_MillenniumPlus(doc))
  800. ecc_code[i] = ReadDOC_(docptr, DoC_Mplus_ECCSyndrome0 + i);
  801. else
  802. ecc_code[i] = ReadDOC_(docptr, DoC_ECCSyndrome0 + i);
  803. if (ecc_code[i] != empty_write_ecc[i])
  804. emptymatch = 0;
  805. }
  806. if (DoC_is_MillenniumPlus(doc))
  807. WriteDOC(DOC_ECC_DIS, docptr, Mplus_ECCConf);
  808. else
  809. WriteDOC(DOC_ECC_DIS, docptr, ECCConf);
  810. #if 0
  811. /* If emptymatch=1, we might have an all-0xff data buffer. Check. */
  812. if (emptymatch) {
  813. /* Note: this somewhat expensive test should not be triggered
  814. often. It could be optimized away by examining the data in
  815. the writebuf routine, and remembering the result. */
  816. for (i = 0; i < 512; i++) {
  817. if (dat[i] == 0xff)
  818. continue;
  819. emptymatch = 0;
  820. break;
  821. }
  822. }
  823. /* If emptymatch still =1, we do have an all-0xff data buffer.
  824. Return all-0xff ecc value instead of the computed one, so
  825. it'll look just like a freshly-erased page. */
  826. if (emptymatch)
  827. memset(ecc_code, 0xff, 6);
  828. #endif
  829. return 0;
  830. }
  831. static int doc200x_correct_data(struct mtd_info *mtd, u_char *dat,
  832. u_char *read_ecc, u_char *isnull)
  833. {
  834. int i, ret = 0;
  835. struct nand_chip *this = mtd->priv;
  836. struct doc_priv *doc = this->priv;
  837. void __iomem *docptr = doc->virtadr;
  838. uint8_t calc_ecc[6];
  839. volatile u_char dummy;
  840. int emptymatch = 1;
  841. /* flush the pipeline */
  842. if (DoC_is_2000(doc)) {
  843. dummy = ReadDOC(docptr, 2k_ECCStatus);
  844. dummy = ReadDOC(docptr, 2k_ECCStatus);
  845. dummy = ReadDOC(docptr, 2k_ECCStatus);
  846. } else if (DoC_is_MillenniumPlus(doc)) {
  847. dummy = ReadDOC(docptr, Mplus_ECCConf);
  848. dummy = ReadDOC(docptr, Mplus_ECCConf);
  849. dummy = ReadDOC(docptr, Mplus_ECCConf);
  850. } else {
  851. dummy = ReadDOC(docptr, ECCConf);
  852. dummy = ReadDOC(docptr, ECCConf);
  853. dummy = ReadDOC(docptr, ECCConf);
  854. }
  855. /* Error occurred ? */
  856. if (dummy & 0x80) {
  857. for (i = 0; i < 6; i++) {
  858. if (DoC_is_MillenniumPlus(doc))
  859. calc_ecc[i] = ReadDOC_(docptr, DoC_Mplus_ECCSyndrome0 + i);
  860. else
  861. calc_ecc[i] = ReadDOC_(docptr, DoC_ECCSyndrome0 + i);
  862. if (calc_ecc[i] != empty_read_syndrome[i])
  863. emptymatch = 0;
  864. }
  865. /* If emptymatch=1, the read syndrome is consistent with an
  866. all-0xff data and stored ecc block. Check the stored ecc. */
  867. if (emptymatch) {
  868. for (i = 0; i < 6; i++) {
  869. if (read_ecc[i] == 0xff)
  870. continue;
  871. emptymatch = 0;
  872. break;
  873. }
  874. }
  875. /* If emptymatch still =1, check the data block. */
  876. if (emptymatch) {
  877. /* Note: this somewhat expensive test should not be triggered
  878. often. It could be optimized away by examining the data in
  879. the readbuf routine, and remembering the result. */
  880. for (i = 0; i < 512; i++) {
  881. if (dat[i] == 0xff)
  882. continue;
  883. emptymatch = 0;
  884. break;
  885. }
  886. }
  887. /* If emptymatch still =1, this is almost certainly a freshly-
  888. erased block, in which case the ECC will not come out right.
  889. We'll suppress the error and tell the caller everything's
  890. OK. Because it is. */
  891. if (!emptymatch)
  892. ret = doc_ecc_decode(rs_decoder, dat, calc_ecc);
  893. if (ret > 0)
  894. printk(KERN_ERR "doc200x_correct_data corrected %d errors\n", ret);
  895. }
  896. if (DoC_is_MillenniumPlus(doc))
  897. WriteDOC(DOC_ECC_DIS, docptr, Mplus_ECCConf);
  898. else
  899. WriteDOC(DOC_ECC_DIS, docptr, ECCConf);
  900. if (no_ecc_failures && (ret == -EBADMSG)) {
  901. printk(KERN_ERR "suppressing ECC failure\n");
  902. ret = 0;
  903. }
  904. return ret;
  905. }
  906. //u_char mydatabuf[528];
  907. /* The strange out-of-order .oobfree list below is a (possibly unneeded)
  908. * attempt to retain compatibility. It used to read:
  909. * .oobfree = { {8, 8} }
  910. * Since that leaves two bytes unusable, it was changed. But the following
  911. * scheme might affect existing jffs2 installs by moving the cleanmarker:
  912. * .oobfree = { {6, 10} }
  913. * jffs2 seems to handle the above gracefully, but the current scheme seems
  914. * safer. The only problem with it is that any code that parses oobfree must
  915. * be able to handle out-of-order segments.
  916. */
  917. static struct nand_ecclayout doc200x_oobinfo = {
  918. .eccbytes = 6,
  919. .eccpos = {0, 1, 2, 3, 4, 5},
  920. .oobfree = {{8, 8}, {6, 2}}
  921. };
  922. /* Find the (I)NFTL Media Header, and optionally also the mirror media header.
  923. On successful return, buf will contain a copy of the media header for
  924. further processing. id is the string to scan for, and will presumably be
  925. either "ANAND" or "BNAND". If findmirror=1, also look for the mirror media
  926. header. The page #s of the found media headers are placed in mh0_page and
  927. mh1_page in the DOC private structure. */
  928. static int __init find_media_headers(struct mtd_info *mtd, u_char *buf, const char *id, int findmirror)
  929. {
  930. struct nand_chip *this = mtd->priv;
  931. struct doc_priv *doc = this->priv;
  932. unsigned offs;
  933. int ret;
  934. size_t retlen;
  935. for (offs = 0; offs < mtd->size; offs += mtd->erasesize) {
  936. ret = mtd->read(mtd, offs, mtd->writesize, &retlen, buf);
  937. if (retlen != mtd->writesize)
  938. continue;
  939. if (ret) {
  940. printk(KERN_WARNING "ECC error scanning DOC at 0x%x\n", offs);
  941. }
  942. if (memcmp(buf, id, 6))
  943. continue;
  944. printk(KERN_INFO "Found DiskOnChip %s Media Header at 0x%x\n", id, offs);
  945. if (doc->mh0_page == -1) {
  946. doc->mh0_page = offs >> this->page_shift;
  947. if (!findmirror)
  948. return 1;
  949. continue;
  950. }
  951. doc->mh1_page = offs >> this->page_shift;
  952. return 2;
  953. }
  954. if (doc->mh0_page == -1) {
  955. printk(KERN_WARNING "DiskOnChip %s Media Header not found.\n", id);
  956. return 0;
  957. }
  958. /* Only one mediaheader was found. We want buf to contain a
  959. mediaheader on return, so we'll have to re-read the one we found. */
  960. offs = doc->mh0_page << this->page_shift;
  961. ret = mtd->read(mtd, offs, mtd->writesize, &retlen, buf);
  962. if (retlen != mtd->writesize) {
  963. /* Insanity. Give up. */
  964. printk(KERN_ERR "Read DiskOnChip Media Header once, but can't reread it???\n");
  965. return 0;
  966. }
  967. return 1;
  968. }
  969. static inline int __init nftl_partscan(struct mtd_info *mtd, struct mtd_partition *parts)
  970. {
  971. struct nand_chip *this = mtd->priv;
  972. struct doc_priv *doc = this->priv;
  973. int ret = 0;
  974. u_char *buf;
  975. struct NFTLMediaHeader *mh;
  976. const unsigned psize = 1 << this->page_shift;
  977. int numparts = 0;
  978. unsigned blocks, maxblocks;
  979. int offs, numheaders;
  980. buf = kmalloc(mtd->writesize, GFP_KERNEL);
  981. if (!buf) {
  982. printk(KERN_ERR "DiskOnChip mediaheader kmalloc failed!\n");
  983. return 0;
  984. }
  985. if (!(numheaders = find_media_headers(mtd, buf, "ANAND", 1)))
  986. goto out;
  987. mh = (struct NFTLMediaHeader *)buf;
  988. le16_to_cpus(&mh->NumEraseUnits);
  989. le16_to_cpus(&mh->FirstPhysicalEUN);
  990. le32_to_cpus(&mh->FormattedSize);
  991. printk(KERN_INFO " DataOrgID = %s\n"
  992. " NumEraseUnits = %d\n"
  993. " FirstPhysicalEUN = %d\n"
  994. " FormattedSize = %d\n"
  995. " UnitSizeFactor = %d\n",
  996. mh->DataOrgID, mh->NumEraseUnits,
  997. mh->FirstPhysicalEUN, mh->FormattedSize,
  998. mh->UnitSizeFactor);
  999. blocks = mtd->size >> this->phys_erase_shift;
  1000. maxblocks = min(32768U, mtd->erasesize - psize);
  1001. if (mh->UnitSizeFactor == 0x00) {
  1002. /* Auto-determine UnitSizeFactor. The constraints are:
  1003. - There can be at most 32768 virtual blocks.
  1004. - There can be at most (virtual block size - page size)
  1005. virtual blocks (because MediaHeader+BBT must fit in 1).
  1006. */
  1007. mh->UnitSizeFactor = 0xff;
  1008. while (blocks > maxblocks) {
  1009. blocks >>= 1;
  1010. maxblocks = min(32768U, (maxblocks << 1) + psize);
  1011. mh->UnitSizeFactor--;
  1012. }
  1013. printk(KERN_WARNING "UnitSizeFactor=0x00 detected. Correct value is assumed to be 0x%02x.\n", mh->UnitSizeFactor);
  1014. }
  1015. /* NOTE: The lines below modify internal variables of the NAND and MTD
  1016. layers; variables with have already been configured by nand_scan.
  1017. Unfortunately, we didn't know before this point what these values
  1018. should be. Thus, this code is somewhat dependent on the exact
  1019. implementation of the NAND layer. */
  1020. if (mh->UnitSizeFactor != 0xff) {
  1021. this->bbt_erase_shift += (0xff - mh->UnitSizeFactor);
  1022. mtd->erasesize <<= (0xff - mh->UnitSizeFactor);
  1023. printk(KERN_INFO "Setting virtual erase size to %d\n", mtd->erasesize);
  1024. blocks = mtd->size >> this->bbt_erase_shift;
  1025. maxblocks = min(32768U, mtd->erasesize - psize);
  1026. }
  1027. if (blocks > maxblocks) {
  1028. printk(KERN_ERR "UnitSizeFactor of 0x%02x is inconsistent with device size. Aborting.\n", mh->UnitSizeFactor);
  1029. goto out;
  1030. }
  1031. /* Skip past the media headers. */
  1032. offs = max(doc->mh0_page, doc->mh1_page);
  1033. offs <<= this->page_shift;
  1034. offs += mtd->erasesize;
  1035. if (show_firmware_partition == 1) {
  1036. parts[0].name = " DiskOnChip Firmware / Media Header partition";
  1037. parts[0].offset = 0;
  1038. parts[0].size = offs;
  1039. numparts = 1;
  1040. }
  1041. parts[numparts].name = " DiskOnChip BDTL partition";
  1042. parts[numparts].offset = offs;
  1043. parts[numparts].size = (mh->NumEraseUnits - numheaders) << this->bbt_erase_shift;
  1044. offs += parts[numparts].size;
  1045. numparts++;
  1046. if (offs < mtd->size) {
  1047. parts[numparts].name = " DiskOnChip Remainder partition";
  1048. parts[numparts].offset = offs;
  1049. parts[numparts].size = mtd->size - offs;
  1050. numparts++;
  1051. }
  1052. ret = numparts;
  1053. out:
  1054. kfree(buf);
  1055. return ret;
  1056. }
  1057. /* This is a stripped-down copy of the code in inftlmount.c */
  1058. static inline int __init inftl_partscan(struct mtd_info *mtd, struct mtd_partition *parts)
  1059. {
  1060. struct nand_chip *this = mtd->priv;
  1061. struct doc_priv *doc = this->priv;
  1062. int ret = 0;
  1063. u_char *buf;
  1064. struct INFTLMediaHeader *mh;
  1065. struct INFTLPartition *ip;
  1066. int numparts = 0;
  1067. int blocks;
  1068. int vshift, lastvunit = 0;
  1069. int i;
  1070. int end = mtd->size;
  1071. if (inftl_bbt_write)
  1072. end -= (INFTL_BBT_RESERVED_BLOCKS << this->phys_erase_shift);
  1073. buf = kmalloc(mtd->writesize, GFP_KERNEL);
  1074. if (!buf) {
  1075. printk(KERN_ERR "DiskOnChip mediaheader kmalloc failed!\n");
  1076. return 0;
  1077. }
  1078. if (!find_media_headers(mtd, buf, "BNAND", 0))
  1079. goto out;
  1080. doc->mh1_page = doc->mh0_page + (4096 >> this->page_shift);
  1081. mh = (struct INFTLMediaHeader *)buf;
  1082. le32_to_cpus(&mh->NoOfBootImageBlocks);
  1083. le32_to_cpus(&mh->NoOfBinaryPartitions);
  1084. le32_to_cpus(&mh->NoOfBDTLPartitions);
  1085. le32_to_cpus(&mh->BlockMultiplierBits);
  1086. le32_to_cpus(&mh->FormatFlags);
  1087. le32_to_cpus(&mh->PercentUsed);
  1088. printk(KERN_INFO " bootRecordID = %s\n"
  1089. " NoOfBootImageBlocks = %d\n"
  1090. " NoOfBinaryPartitions = %d\n"
  1091. " NoOfBDTLPartitions = %d\n"
  1092. " BlockMultiplerBits = %d\n"
  1093. " FormatFlgs = %d\n"
  1094. " OsakVersion = %d.%d.%d.%d\n"
  1095. " PercentUsed = %d\n",
  1096. mh->bootRecordID, mh->NoOfBootImageBlocks,
  1097. mh->NoOfBinaryPartitions,
  1098. mh->NoOfBDTLPartitions,
  1099. mh->BlockMultiplierBits, mh->FormatFlags,
  1100. ((unsigned char *) &mh->OsakVersion)[0] & 0xf,
  1101. ((unsigned char *) &mh->OsakVersion)[1] & 0xf,
  1102. ((unsigned char *) &mh->OsakVersion)[2] & 0xf,
  1103. ((unsigned char *) &mh->OsakVersion)[3] & 0xf,
  1104. mh->PercentUsed);
  1105. vshift = this->phys_erase_shift + mh->BlockMultiplierBits;
  1106. blocks = mtd->size >> vshift;
  1107. if (blocks > 32768) {
  1108. printk(KERN_ERR "BlockMultiplierBits=%d is inconsistent with device size. Aborting.\n", mh->BlockMultiplierBits);
  1109. goto out;
  1110. }
  1111. blocks = doc->chips_per_floor << (this->chip_shift - this->phys_erase_shift);
  1112. if (inftl_bbt_write && (blocks > mtd->erasesize)) {
  1113. printk(KERN_ERR "Writeable BBTs spanning more than one erase block are not yet supported. FIX ME!\n");
  1114. goto out;
  1115. }
  1116. /* Scan the partitions */
  1117. for (i = 0; (i < 4); i++) {
  1118. ip = &(mh->Partitions[i]);
  1119. le32_to_cpus(&ip->virtualUnits);
  1120. le32_to_cpus(&ip->firstUnit);
  1121. le32_to_cpus(&ip->lastUnit);
  1122. le32_to_cpus(&ip->flags);
  1123. le32_to_cpus(&ip->spareUnits);
  1124. le32_to_cpus(&ip->Reserved0);
  1125. printk(KERN_INFO " PARTITION[%d] ->\n"
  1126. " virtualUnits = %d\n"
  1127. " firstUnit = %d\n"
  1128. " lastUnit = %d\n"
  1129. " flags = 0x%x\n"
  1130. " spareUnits = %d\n",
  1131. i, ip->virtualUnits, ip->firstUnit,
  1132. ip->lastUnit, ip->flags,
  1133. ip->spareUnits);
  1134. if ((show_firmware_partition == 1) &&
  1135. (i == 0) && (ip->firstUnit > 0)) {
  1136. parts[0].name = " DiskOnChip IPL / Media Header partition";
  1137. parts[0].offset = 0;
  1138. parts[0].size = mtd->erasesize * ip->firstUnit;
  1139. numparts = 1;
  1140. }
  1141. if (ip->flags & INFTL_BINARY)
  1142. parts[numparts].name = " DiskOnChip BDK partition";
  1143. else
  1144. parts[numparts].name = " DiskOnChip BDTL partition";
  1145. parts[numparts].offset = ip->firstUnit << vshift;
  1146. parts[numparts].size = (1 + ip->lastUnit - ip->firstUnit) << vshift;
  1147. numparts++;
  1148. if (ip->lastUnit > lastvunit)
  1149. lastvunit = ip->lastUnit;
  1150. if (ip->flags & INFTL_LAST)
  1151. break;
  1152. }
  1153. lastvunit++;
  1154. if ((lastvunit << vshift) < end) {
  1155. parts[numparts].name = " DiskOnChip Remainder partition";
  1156. parts[numparts].offset = lastvunit << vshift;
  1157. parts[numparts].size = end - parts[numparts].offset;
  1158. numparts++;
  1159. }
  1160. ret = numparts;
  1161. out:
  1162. kfree(buf);
  1163. return ret;
  1164. }
  1165. static int __init nftl_scan_bbt(struct mtd_info *mtd)
  1166. {
  1167. int ret, numparts;
  1168. struct nand_chip *this = mtd->priv;
  1169. struct doc_priv *doc = this->priv;
  1170. struct mtd_partition parts[2];
  1171. memset((char *)parts, 0, sizeof(parts));
  1172. /* On NFTL, we have to find the media headers before we can read the
  1173. BBTs, since they're stored in the media header eraseblocks. */
  1174. numparts = nftl_partscan(mtd, parts);
  1175. if (!numparts)
  1176. return -EIO;
  1177. this->bbt_td->options = NAND_BBT_ABSPAGE | NAND_BBT_8BIT |
  1178. NAND_BBT_SAVECONTENT | NAND_BBT_WRITE |
  1179. NAND_BBT_VERSION;
  1180. this->bbt_td->veroffs = 7;
  1181. this->bbt_td->pages[0] = doc->mh0_page + 1;
  1182. if (doc->mh1_page != -1) {
  1183. this->bbt_md->options = NAND_BBT_ABSPAGE | NAND_BBT_8BIT |
  1184. NAND_BBT_SAVECONTENT | NAND_BBT_WRITE |
  1185. NAND_BBT_VERSION;
  1186. this->bbt_md->veroffs = 7;
  1187. this->bbt_md->pages[0] = doc->mh1_page + 1;
  1188. } else {
  1189. this->bbt_md = NULL;
  1190. }
  1191. /* It's safe to set bd=NULL below because NAND_BBT_CREATE is not set.
  1192. At least as nand_bbt.c is currently written. */
  1193. if ((ret = nand_scan_bbt(mtd, NULL)))
  1194. return ret;
  1195. mtd_device_register(mtd, NULL, 0);
  1196. if (!no_autopart)
  1197. mtd_device_register(mtd, parts, numparts);
  1198. return 0;
  1199. }
  1200. static int __init inftl_scan_bbt(struct mtd_info *mtd)
  1201. {
  1202. int ret, numparts;
  1203. struct nand_chip *this = mtd->priv;
  1204. struct doc_priv *doc = this->priv;
  1205. struct mtd_partition parts[5];
  1206. if (this->numchips > doc->chips_per_floor) {
  1207. printk(KERN_ERR "Multi-floor INFTL devices not yet supported.\n");
  1208. return -EIO;
  1209. }
  1210. if (DoC_is_MillenniumPlus(doc)) {
  1211. this->bbt_td->options = NAND_BBT_2BIT | NAND_BBT_ABSPAGE;
  1212. if (inftl_bbt_write)
  1213. this->bbt_td->options |= NAND_BBT_WRITE;
  1214. this->bbt_td->pages[0] = 2;
  1215. this->bbt_md = NULL;
  1216. } else {
  1217. this->bbt_td->options = NAND_BBT_LASTBLOCK | NAND_BBT_8BIT | NAND_BBT_VERSION;
  1218. if (inftl_bbt_write)
  1219. this->bbt_td->options |= NAND_BBT_WRITE;
  1220. this->bbt_td->offs = 8;
  1221. this->bbt_td->len = 8;
  1222. this->bbt_td->veroffs = 7;
  1223. this->bbt_td->maxblocks = INFTL_BBT_RESERVED_BLOCKS;
  1224. this->bbt_td->reserved_block_code = 0x01;
  1225. this->bbt_td->pattern = "MSYS_BBT";
  1226. this->bbt_md->options = NAND_BBT_LASTBLOCK | NAND_BBT_8BIT | NAND_BBT_VERSION;
  1227. if (inftl_bbt_write)
  1228. this->bbt_md->options |= NAND_BBT_WRITE;
  1229. this->bbt_md->offs = 8;
  1230. this->bbt_md->len = 8;
  1231. this->bbt_md->veroffs = 7;
  1232. this->bbt_md->maxblocks = INFTL_BBT_RESERVED_BLOCKS;
  1233. this->bbt_md->reserved_block_code = 0x01;
  1234. this->bbt_md->pattern = "TBB_SYSM";
  1235. }
  1236. /* It's safe to set bd=NULL below because NAND_BBT_CREATE is not set.
  1237. At least as nand_bbt.c is currently written. */
  1238. if ((ret = nand_scan_bbt(mtd, NULL)))
  1239. return ret;
  1240. memset((char *)parts, 0, sizeof(parts));
  1241. numparts = inftl_partscan(mtd, parts);
  1242. /* At least for now, require the INFTL Media Header. We could probably
  1243. do without it for non-INFTL use, since all it gives us is
  1244. autopartitioning, but I want to give it more thought. */
  1245. if (!numparts)
  1246. return -EIO;
  1247. mtd_device_register(mtd, NULL, 0);
  1248. if (!no_autopart)
  1249. mtd_device_register(mtd, parts, numparts);
  1250. return 0;
  1251. }
  1252. static inline int __init doc2000_init(struct mtd_info *mtd)
  1253. {
  1254. struct nand_chip *this = mtd->priv;
  1255. struct doc_priv *doc = this->priv;
  1256. this->read_byte = doc2000_read_byte;
  1257. this->write_buf = doc2000_writebuf;
  1258. this->read_buf = doc2000_readbuf;
  1259. this->verify_buf = doc2000_verifybuf;
  1260. this->scan_bbt = nftl_scan_bbt;
  1261. doc->CDSNControl = CDSN_CTRL_FLASH_IO | CDSN_CTRL_ECC_IO;
  1262. doc2000_count_chips(mtd);
  1263. mtd->name = "DiskOnChip 2000 (NFTL Model)";
  1264. return (4 * doc->chips_per_floor);
  1265. }
  1266. static inline int __init doc2001_init(struct mtd_info *mtd)
  1267. {
  1268. struct nand_chip *this = mtd->priv;
  1269. struct doc_priv *doc = this->priv;
  1270. this->read_byte = doc2001_read_byte;
  1271. this->write_buf = doc2001_writebuf;
  1272. this->read_buf = doc2001_readbuf;
  1273. this->verify_buf = doc2001_verifybuf;
  1274. ReadDOC(doc->virtadr, ChipID);
  1275. ReadDOC(doc->virtadr, ChipID);
  1276. ReadDOC(doc->virtadr, ChipID);
  1277. if (ReadDOC(doc->virtadr, ChipID) != DOC_ChipID_DocMil) {
  1278. /* It's not a Millennium; it's one of the newer
  1279. DiskOnChip 2000 units with a similar ASIC.
  1280. Treat it like a Millennium, except that it
  1281. can have multiple chips. */
  1282. doc2000_count_chips(mtd);
  1283. mtd->name = "DiskOnChip 2000 (INFTL Model)";
  1284. this->scan_bbt = inftl_scan_bbt;
  1285. return (4 * doc->chips_per_floor);
  1286. } else {
  1287. /* Bog-standard Millennium */
  1288. doc->chips_per_floor = 1;
  1289. mtd->name = "DiskOnChip Millennium";
  1290. this->scan_bbt = nftl_scan_bbt;
  1291. return 1;
  1292. }
  1293. }
  1294. static inline int __init doc2001plus_init(struct mtd_info *mtd)
  1295. {
  1296. struct nand_chip *this = mtd->priv;
  1297. struct doc_priv *doc = this->priv;
  1298. this->read_byte = doc2001plus_read_byte;
  1299. this->write_buf = doc2001plus_writebuf;
  1300. this->read_buf = doc2001plus_readbuf;
  1301. this->verify_buf = doc2001plus_verifybuf;
  1302. this->scan_bbt = inftl_scan_bbt;
  1303. this->cmd_ctrl = NULL;
  1304. this->select_chip = doc2001plus_select_chip;
  1305. this->cmdfunc = doc2001plus_command;
  1306. this->ecc.hwctl = doc2001plus_enable_hwecc;
  1307. doc->chips_per_floor = 1;
  1308. mtd->name = "DiskOnChip Millennium Plus";
  1309. return 1;
  1310. }
  1311. static int __init doc_probe(unsigned long physadr)
  1312. {
  1313. unsigned char ChipID;
  1314. struct mtd_info *mtd;
  1315. struct nand_chip *nand;
  1316. struct doc_priv *doc;
  1317. void __iomem *virtadr;
  1318. unsigned char save_control;
  1319. unsigned char tmp, tmpb, tmpc;
  1320. int reg, len, numchips;
  1321. int ret = 0;
  1322. virtadr = ioremap(physadr, DOC_IOREMAP_LEN);
  1323. if (!virtadr) {
  1324. printk(KERN_ERR "Diskonchip ioremap failed: 0x%x bytes at 0x%lx\n", DOC_IOREMAP_LEN, physadr);
  1325. return -EIO;
  1326. }
  1327. /* It's not possible to cleanly detect the DiskOnChip - the
  1328. * bootup procedure will put the device into reset mode, and
  1329. * it's not possible to talk to it without actually writing
  1330. * to the DOCControl register. So we store the current contents
  1331. * of the DOCControl register's location, in case we later decide
  1332. * that it's not a DiskOnChip, and want to put it back how we
  1333. * found it.
  1334. */
  1335. save_control = ReadDOC(virtadr, DOCControl);
  1336. /* Reset the DiskOnChip ASIC */
  1337. WriteDOC(DOC_MODE_CLR_ERR | DOC_MODE_MDWREN | DOC_MODE_RESET, virtadr, DOCControl);
  1338. WriteDOC(DOC_MODE_CLR_ERR | DOC_MODE_MDWREN | DOC_MODE_RESET, virtadr, DOCControl);
  1339. /* Enable the DiskOnChip ASIC */
  1340. WriteDOC(DOC_MODE_CLR_ERR | DOC_MODE_MDWREN | DOC_MODE_NORMAL, virtadr, DOCControl);
  1341. WriteDOC(DOC_MODE_CLR_ERR | DOC_MODE_MDWREN | DOC_MODE_NORMAL, virtadr, DOCControl);
  1342. ChipID = ReadDOC(virtadr, ChipID);
  1343. switch (ChipID) {
  1344. case DOC_ChipID_Doc2k:
  1345. reg = DoC_2k_ECCStatus;
  1346. break;
  1347. case DOC_ChipID_DocMil:
  1348. reg = DoC_ECCConf;
  1349. break;
  1350. case DOC_ChipID_DocMilPlus16:
  1351. case DOC_ChipID_DocMilPlus32:
  1352. case 0:
  1353. /* Possible Millennium Plus, need to do more checks */
  1354. /* Possibly release from power down mode */
  1355. for (tmp = 0; (tmp < 4); tmp++)
  1356. ReadDOC(virtadr, Mplus_Power);
  1357. /* Reset the Millennium Plus ASIC */
  1358. tmp = DOC_MODE_RESET | DOC_MODE_MDWREN | DOC_MODE_RST_LAT | DOC_MODE_BDECT;
  1359. WriteDOC(tmp, virtadr, Mplus_DOCControl);
  1360. WriteDOC(~tmp, virtadr, Mplus_CtrlConfirm);
  1361. mdelay(1);
  1362. /* Enable the Millennium Plus ASIC */
  1363. tmp = DOC_MODE_NORMAL | DOC_MODE_MDWREN | DOC_MODE_RST_LAT | DOC_MODE_BDECT;
  1364. WriteDOC(tmp, virtadr, Mplus_DOCControl);
  1365. WriteDOC(~tmp, virtadr, Mplus_CtrlConfirm);
  1366. mdelay(1);
  1367. ChipID = ReadDOC(virtadr, ChipID);
  1368. switch (ChipID) {
  1369. case DOC_ChipID_DocMilPlus16:
  1370. reg = DoC_Mplus_Toggle;
  1371. break;
  1372. case DOC_ChipID_DocMilPlus32:
  1373. printk(KERN_ERR "DiskOnChip Millennium Plus 32MB is not supported, ignoring.\n");
  1374. default:
  1375. ret = -ENODEV;
  1376. goto notfound;
  1377. }
  1378. break;
  1379. default:
  1380. ret = -ENODEV;
  1381. goto notfound;
  1382. }
  1383. /* Check the TOGGLE bit in the ECC register */
  1384. tmp = ReadDOC_(virtadr, reg) & DOC_TOGGLE_BIT;
  1385. tmpb = ReadDOC_(virtadr, reg) & DOC_TOGGLE_BIT;
  1386. tmpc = ReadDOC_(virtadr, reg) & DOC_TOGGLE_BIT;
  1387. if ((tmp == tmpb) || (tmp != tmpc)) {
  1388. printk(KERN_WARNING "Possible DiskOnChip at 0x%lx failed TOGGLE test, dropping.\n", physadr);
  1389. ret = -ENODEV;
  1390. goto notfound;
  1391. }
  1392. for (mtd = doclist; mtd; mtd = doc->nextdoc) {
  1393. unsigned char oldval;
  1394. unsigned char newval;
  1395. nand = mtd->priv;
  1396. doc = nand->priv;
  1397. /* Use the alias resolution register to determine if this is
  1398. in fact the same DOC aliased to a new address. If writes
  1399. to one chip's alias resolution register change the value on
  1400. the other chip, they're the same chip. */
  1401. if (ChipID == DOC_ChipID_DocMilPlus16) {
  1402. oldval = ReadDOC(doc->virtadr, Mplus_AliasResolution);
  1403. newval = ReadDOC(virtadr, Mplus_AliasResolution);
  1404. } else {
  1405. oldval = ReadDOC(doc->virtadr, AliasResolution);
  1406. newval = ReadDOC(virtadr, AliasResolution);
  1407. }
  1408. if (oldval != newval)
  1409. continue;
  1410. if (ChipID == DOC_ChipID_DocMilPlus16) {
  1411. WriteDOC(~newval, virtadr, Mplus_AliasResolution);
  1412. oldval = ReadDOC(doc->virtadr, Mplus_AliasResolution);
  1413. WriteDOC(newval, virtadr, Mplus_AliasResolution); // restore it
  1414. } else {
  1415. WriteDOC(~newval, virtadr, AliasResolution);
  1416. oldval = ReadDOC(doc->virtadr, AliasResolution);
  1417. WriteDOC(newval, virtadr, AliasResolution); // restore it
  1418. }
  1419. newval = ~newval;
  1420. if (oldval == newval) {
  1421. printk(KERN_DEBUG "Found alias of DOC at 0x%lx to 0x%lx\n", doc->physadr, physadr);
  1422. goto notfound;
  1423. }
  1424. }
  1425. printk(KERN_NOTICE "DiskOnChip found at 0x%lx\n", physadr);
  1426. len = sizeof(struct mtd_info) +
  1427. sizeof(struct nand_chip) + sizeof(struct doc_priv) + (2 * sizeof(struct nand_bbt_descr));
  1428. mtd = kzalloc(len, GFP_KERNEL);
  1429. if (!mtd) {
  1430. printk(KERN_ERR "DiskOnChip kmalloc (%d bytes) failed!\n", len);
  1431. ret = -ENOMEM;
  1432. goto fail;
  1433. }
  1434. nand = (struct nand_chip *) (mtd + 1);
  1435. doc = (struct doc_priv *) (nand + 1);
  1436. nand->bbt_td = (struct nand_bbt_descr *) (doc + 1);
  1437. nand->bbt_md = nand->bbt_td + 1;
  1438. mtd->priv = nand;
  1439. mtd->owner = THIS_MODULE;
  1440. nand->priv = doc;
  1441. nand->select_chip = doc200x_select_chip;
  1442. nand->cmd_ctrl = doc200x_hwcontrol;
  1443. nand->dev_ready = doc200x_dev_ready;
  1444. nand->waitfunc = doc200x_wait;
  1445. nand->block_bad = doc200x_block_bad;
  1446. nand->ecc.hwctl = doc200x_enable_hwecc;
  1447. nand->ecc.calculate = doc200x_calculate_ecc;
  1448. nand->ecc.correct = doc200x_correct_data;
  1449. nand->ecc.layout = &doc200x_oobinfo;
  1450. nand->ecc.mode = NAND_ECC_HW_SYNDROME;
  1451. nand->ecc.size = 512;
  1452. nand->ecc.bytes = 6;
  1453. nand->options = NAND_USE_FLASH_BBT;
  1454. doc->physadr = physadr;
  1455. doc->virtadr = virtadr;
  1456. doc->ChipID = ChipID;
  1457. doc->curfloor = -1;
  1458. doc->curchip = -1;
  1459. doc->mh0_page = -1;
  1460. doc->mh1_page = -1;
  1461. doc->nextdoc = doclist;
  1462. if (ChipID == DOC_ChipID_Doc2k)
  1463. numchips = doc2000_init(mtd);
  1464. else if (ChipID == DOC_ChipID_DocMilPlus16)
  1465. numchips = doc2001plus_init(mtd);
  1466. else
  1467. numchips = doc2001_init(mtd);
  1468. if ((ret = nand_scan(mtd, numchips))) {
  1469. /* DBB note: i believe nand_release is necessary here, as
  1470. buffers may have been allocated in nand_base. Check with
  1471. Thomas. FIX ME! */
  1472. /* nand_release will call mtd_device_unregister, but we
  1473. haven't yet added it. This is handled without incident by
  1474. mtd_device_unregister, as far as I can tell. */
  1475. nand_release(mtd);
  1476. kfree(mtd);
  1477. goto fail;
  1478. }
  1479. /* Success! */
  1480. doclist = mtd;
  1481. return 0;
  1482. notfound:
  1483. /* Put back the contents of the DOCControl register, in case it's not
  1484. actually a DiskOnChip. */
  1485. WriteDOC(save_control, virtadr, DOCControl);
  1486. fail:
  1487. iounmap(virtadr);
  1488. return ret;
  1489. }
  1490. static void release_nanddoc(void)
  1491. {
  1492. struct mtd_info *mtd, *nextmtd;
  1493. struct nand_chip *nand;
  1494. struct doc_priv *doc;
  1495. for (mtd = doclist; mtd; mtd = nextmtd) {
  1496. nand = mtd->priv;
  1497. doc = nand->priv;
  1498. nextmtd = doc->nextdoc;
  1499. nand_release(mtd);
  1500. iounmap(doc->virtadr);
  1501. kfree(mtd);
  1502. }
  1503. }
  1504. static int __init init_nanddoc(void)
  1505. {
  1506. int i, ret = 0;
  1507. /* We could create the decoder on demand, if memory is a concern.
  1508. * This way we have it handy, if an error happens
  1509. *
  1510. * Symbolsize is 10 (bits)
  1511. * Primitve polynomial is x^10+x^3+1
  1512. * first consecutive root is 510
  1513. * primitve element to generate roots = 1
  1514. * generator polinomial degree = 4
  1515. */
  1516. rs_decoder = init_rs(10, 0x409, FCR, 1, NROOTS);
  1517. if (!rs_decoder) {
  1518. printk(KERN_ERR "DiskOnChip: Could not create a RS decoder\n");
  1519. return -ENOMEM;
  1520. }
  1521. if (doc_config_location) {
  1522. printk(KERN_INFO "Using configured DiskOnChip probe address 0x%lx\n", doc_config_location);
  1523. ret = doc_probe(doc_config_location);
  1524. if (ret < 0)
  1525. goto outerr;
  1526. } else {
  1527. for (i = 0; (doc_locations[i] != 0xffffffff); i++) {
  1528. doc_probe(doc_locations[i]);
  1529. }
  1530. }
  1531. /* No banner message any more. Print a message if no DiskOnChip
  1532. found, so the user knows we at least tried. */
  1533. if (!doclist) {
  1534. printk(KERN_INFO "No valid DiskOnChip devices found\n");
  1535. ret = -ENODEV;
  1536. goto outerr;
  1537. }
  1538. return 0;
  1539. outerr:
  1540. free_rs(rs_decoder);
  1541. return ret;
  1542. }
  1543. static void __exit cleanup_nanddoc(void)
  1544. {
  1545. /* Cleanup the nand/DoC resources */
  1546. release_nanddoc();
  1547. /* Free the reed solomon resources */
  1548. if (rs_decoder) {
  1549. free_rs(rs_decoder);
  1550. }
  1551. }
  1552. module_init(init_nanddoc);
  1553. module_exit(cleanup_nanddoc);
  1554. MODULE_LICENSE("GPL");
  1555. MODULE_AUTHOR("David Woodhouse <dwmw2@infradead.org>");
  1556. MODULE_DESCRIPTION("M-Systems DiskOnChip 2000, Millennium and Millennium Plus device driver");