blob: a4f0f9253d830c9a099affc49e635e4cc2e6a26a [file] [log] [blame]
Wolfgang Denk932394a2005-08-17 12:55:25 +02001/*
2 * (C) Copyright 2005
3 * 2N Telekomunikace, a.s. <www.2n.cz>
4 * Ladislav Michl <michl@2n.cz>
5 *
Tom Rini5b8031c2016-01-14 22:05:13 -05006 * SPDX-License-Identifier: GPL-2.0
Wolfgang Denk932394a2005-08-17 12:55:25 +02007 */
8
9#ifndef _NAND_H_
10#define _NAND_H_
11
Scott Woodc1783472012-01-12 19:42:58 -060012#include <config.h>
13
14/*
15 * All boards using a given driver must convert to self-init
16 * at the same time, so do it here. When all drivers are
17 * converted, this will go away.
18 */
Bo Shen0b0b4f52014-03-03 14:47:16 +080019#ifdef CONFIG_SPL_BUILD
20#if defined(CONFIG_NAND_FSL_ELBC) || defined(CONFIG_NAND_FSL_IFC)
21#define CONFIG_SYS_NAND_SELF_INIT
22#endif
23#else
Prabhakar Kushwahaa1b81ab2013-04-04 18:44:06 +000024#if defined(CONFIG_NAND_FSL_ELBC) || defined(CONFIG_NAND_ATMEL)\
25 || defined(CONFIG_NAND_FSL_IFC)
Scott Woodc1783472012-01-12 19:42:58 -060026#define CONFIG_SYS_NAND_SELF_INIT
27#endif
Bo Shen0b0b4f52014-03-03 14:47:16 +080028#endif
Scott Woodc1783472012-01-12 19:42:58 -060029
Scott Wood9d2e3942008-07-09 17:47:52 -050030extern void nand_init(void);
31
Mike Frysinger7b15e2b2012-04-09 13:39:55 +000032#include <linux/compat.h>
Wolfgang Denk932394a2005-08-17 12:55:25 +020033#include <linux/mtd/mtd.h>
34#include <linux/mtd/nand.h>
35
Scott Woodb616d9b2016-05-30 13:57:55 -050036int nand_mtd_to_devnum(struct mtd_info *mtd);
37
Scott Wood578931b2012-01-12 19:07:23 -060038#ifdef CONFIG_SYS_NAND_SELF_INIT
39void board_nand_init(void);
Scott Woodb616d9b2016-05-30 13:57:55 -050040int nand_register(int devnum, struct mtd_info *mtd);
Scott Wood578931b2012-01-12 19:07:23 -060041#else
Mike Frysinger69fb8be2008-12-06 02:40:55 -050042extern int board_nand_init(struct nand_chip *nand);
Scott Wood578931b2012-01-12 19:07:23 -060043#endif
Mike Frysinger69fb8be2008-12-06 02:40:55 -050044
Wolfgang Denk932394a2005-08-17 12:55:25 +020045extern int nand_curr_device;
Scott Woodb616d9b2016-05-30 13:57:55 -050046extern struct mtd_info *nand_info[];
Wolfgang Denk932394a2005-08-17 12:55:25 +020047
Scott Wood151c06e2016-05-30 13:57:54 -050048static inline int nand_read(struct mtd_info *info, loff_t ofs, size_t *len,
49 u_char *buf)
Wolfgang Denk932394a2005-08-17 12:55:25 +020050{
Sergey Lapindfe64e22013-01-14 03:46:50 +000051 return mtd_read(info, ofs, *len, (size_t *)len, buf);
Wolfgang Denk932394a2005-08-17 12:55:25 +020052}
53
Scott Wood151c06e2016-05-30 13:57:54 -050054static inline int nand_write(struct mtd_info *info, loff_t ofs, size_t *len,
55 u_char *buf)
Wolfgang Denk932394a2005-08-17 12:55:25 +020056{
Sergey Lapindfe64e22013-01-14 03:46:50 +000057 return mtd_write(info, ofs, *len, (size_t *)len, buf);
Wolfgang Denk932394a2005-08-17 12:55:25 +020058}
59
Scott Wood151c06e2016-05-30 13:57:54 -050060static inline int nand_block_isbad(struct mtd_info *info, loff_t ofs)
Wolfgang Denk932394a2005-08-17 12:55:25 +020061{
Sergey Lapindfe64e22013-01-14 03:46:50 +000062 return mtd_block_isbad(info, ofs);
Wolfgang Denk932394a2005-08-17 12:55:25 +020063}
64
Scott Wood151c06e2016-05-30 13:57:54 -050065static inline int nand_erase(struct mtd_info *info, loff_t off, size_t size)
Wolfgang Denk932394a2005-08-17 12:55:25 +020066{
Wolfgang Denk8e9655f2005-11-02 14:29:12 +010067 struct erase_info instr;
68
69 instr.mtd = info;
70 instr.addr = off;
71 instr.len = size;
72 instr.callback = 0;
73
Sergey Lapindfe64e22013-01-14 03:46:50 +000074 return mtd_erase(info, &instr);
Wolfgang Denk932394a2005-08-17 12:55:25 +020075}
76
Stefan Roese2255b2d2006-10-10 12:36:02 +020077
78/*****************************************************************************
79 * declarations from nand_util.c
80 ****************************************************************************/
81
William Juulcfa460a2007-10-31 13:53:06 +010082typedef struct mtd_oob_ops mtd_oob_ops_t;
Stefan Roese2255b2d2006-10-10 12:36:02 +020083
Stefan Roese2255b2d2006-10-10 12:36:02 +020084struct nand_erase_options {
Scott Wood30486322010-08-25 14:43:29 -050085 loff_t length; /* number of bytes to erase */
86 loff_t offset; /* first address in NAND to erase */
Stefan Roese2255b2d2006-10-10 12:36:02 +020087 int quiet; /* don't display progress messages */
88 int jffs2; /* if true: format for jffs2 usage
89 * (write appropriate cleanmarker blocks) */
90 int scrub; /* if true, really clean NAND by erasing
91 * bad blocks (UNSAFE) */
Scott Wood30486322010-08-25 14:43:29 -050092
93 /* Don't include skipped bad blocks in size to be erased */
94 int spread;
Heiko Schochera67cc372013-06-24 18:50:40 +020095 /* maximum size that actual may be in order to not exceed the buf */
96 loff_t lim;
Stefan Roese2255b2d2006-10-10 12:36:02 +020097};
98
99typedef struct nand_erase_options nand_erase_options_t;
100
Scott Wood151c06e2016-05-30 13:57:54 -0500101int nand_read_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length,
Tom Rinic39d6a02013-03-14 05:32:50 +0000102 size_t *actual, loff_t lim, u_char *buffer);
Ben Gardinera6c9aa12011-05-24 10:18:35 -0400103
Peter Tyser004a1fd2015-02-03 11:58:16 -0600104#define WITH_DROP_FFS (1 << 0) /* drop trailing all-0xff pages */
105#define WITH_WR_VERIFY (1 << 1) /* verify data was written correctly */
Ben Gardinera6c9aa12011-05-24 10:18:35 -0400106
Scott Wood151c06e2016-05-30 13:57:54 -0500107int nand_write_skip_bad(struct mtd_info *mtd, loff_t offset, size_t *length,
Tom Rinic39d6a02013-03-14 05:32:50 +0000108 size_t *actual, loff_t lim, u_char *buffer, int flags);
Scott Wood151c06e2016-05-30 13:57:54 -0500109int nand_erase_opts(struct mtd_info *mtd,
110 const nand_erase_options_t *opts);
111int nand_torture(struct mtd_info *mtd, loff_t offset);
112int nand_verify_page_oob(struct mtd_info *mtd, struct mtd_oob_ops *ops,
113 loff_t ofs);
114int nand_verify(struct mtd_info *mtd, loff_t ofs, size_t len, u_char *buf);
Stefan Roese2255b2d2006-10-10 12:36:02 +0200115
116#define NAND_LOCK_STATUS_TIGHT 0x01
Stefan Roese2255b2d2006-10-10 12:36:02 +0200117#define NAND_LOCK_STATUS_UNLOCK 0x04
118
Scott Wood151c06e2016-05-30 13:57:54 -0500119int nand_lock(struct mtd_info *mtd, int tight);
120int nand_unlock(struct mtd_info *mtd, loff_t start, size_t length,
121 int allexcept);
122int nand_get_lock_status(struct mtd_info *mtd, loff_t offset);
Stefan Roese2255b2d2006-10-10 12:36:02 +0200123
Simon Schwarz12c2f1e2011-09-14 15:30:16 -0400124int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst);
Simon Schwarzbb085b82011-09-14 15:29:26 -0400125void nand_deselect(void);
126
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200127#ifdef CONFIG_SYS_NAND_SELECT_DEVICE
Stefan Roese43a2b0e2006-10-20 14:28:52 +0200128void board_nand_select_device(struct nand_chip *nand, int chip);
129#endif
130
Scott Woode4c09502008-06-30 14:13:28 -0500131__attribute__((noreturn)) void nand_boot(void);
132
Wolfgang Denk932394a2005-08-17 12:55:25 +0200133#endif
Ben Gardinerc9f73512010-07-05 13:27:07 -0400134
135#ifdef CONFIG_ENV_OFFSET_OOB
136#define ENV_OOB_MARKER 0x30425645 /*"EVB0" in little-endian -- offset is stored
137 as block number*/
138#define ENV_OOB_MARKER_OLD 0x30564e45 /*"ENV0" in little-endian -- offset is
139 stored as byte number */
140#define ENV_OFFSET_SIZE 8
Scott Wood151c06e2016-05-30 13:57:54 -0500141int get_nand_env_oob(struct mtd_info *mtd, unsigned long *result);
Ben Gardinerc9f73512010-07-05 13:27:07 -0400142#endif
Heiko Schocher4dfd3602014-10-31 08:31:02 +0100143int spl_nand_erase_one(int block, int page);