nand_ids.c

来自「freescale atk source code」· C语言 代码 · 共 36 行

C
36
字号
/*****************************************************************************
** nand_ids.c
**
** Copyright 2008 Freescale Semiconductor, Inc. All Rights Reserved.
**
** This file contains copyrighted material. Use of this file is
** restricted by the provisions of a Freescale Software License
** Agreement, which has either been electronically accepted by
** you or has been expressly executed between the parties.
**
** Description: Explanation for the usage of this file.
**
** Revision History:
** -----------------
*****************************************************************************/
#include "nand_flash.h"

nand_t __attribute__ ((aligned(8))) nand_type[] = {
   /*man  dev io  ps   oob  mo po scan row  blks    ppb  name */
  {0xEC, 0x76, 8, 512,  16, 5, 0,   1,  3,    4096, 32,  "NAND K9F1208U0M" }, 
  {0xEC, 0x36, 8, 512,	16, 5, 0,   1,  3,    4096, 32,  "NAND K9K1208Q0C" }, 
  {0xEC, 0x75, 8, 512,  16, 5, 0,   1,  2,    2048, 32,  "NAND K9F5608U0D" }, 
  {0xEC, 0x79, 8, 512,  16, 5, 0,   1,  3,    8192, 32,  "NAND K9K1G08U0B" },
  {0xEC, 0x78, 8, 512,  16, 5, 0,   1,  3,    8192, 32,  "NAND K9K1G08R0B" }, 
  {0xEC, 0x45, 16,512,  16, 11,0,   1,  2,    2048, 32,  "NAND K9F5616Q0C" }, 
  {0x98, 0x79, 8, 512,  16, 5, 0,   1,  3,    8192, 32,  "NAND TC58DVG02A1FT00" }, 
  {0xEC, 0xAA, 8, 2048, 64, 0, 0,   2,  3,    2048, 64,  "NAND K9K2G08R0A" },
  {0xEC, 0xAA, 8, 2048, 64, 0, 0,   2,  3,    2048, 64,  "NAND K9F2G08R0A" },
  {0xEC, 0xDC, 8, 2048, 64, 0, 0,   2,  3,    4096, 64,  "NAND K9F4G08U0M" },
  {0xEC, 0xD5, 8, 2048, 64, 0, 127, 1,  3,    8192, 128, "NAND K9LAG08U0M" },
  {0xEC, 0xD7, 8, 4096, 128,0, 127, 1,  3,    8192, 128, "NAND K9LBG08U0M" },
  {0x2C, 0xAc, 8, 2048, 64, 0, 0,   2,  3,    4096, 64,  "NAND MT29F4G08ABC"},
  {0xEC, 0xD3, 8, 2048, 64,0, 127, 1,  3,    4096, 128, "NAND K9G8G08U0M" },
  {0}
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?