📄 nand_dev_tbl.c
字号:
/*******************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or disclosed except with the written
* permission of MediaTek Inc. (C) 2005
*
*******************************************************************************/
/*******************************************************************************
*
* Filename:
* ---------
* nand_dev_tbl.c
*
* Project:
* --------
* FlashTool Download Agent
*
* Description:
* ------------
* NAND flash device table
*
* Author:
* -------
* Amos Hsu
*
*==============================================================================
* HISTORY
* Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*------------------------------------------------------------------------------
* $Revision: 1.3 $
* $Modtime: Jan 03 2006 15:14:40 $
* $Log: //mtkvs01/vmdata/new_flash_tool/archives/DA/SRC/nand_dev_tbl.c-arc $
*
* Mar 8 2006 mtk00539
* [STP100000625] FlashTool v2.7.1016
* 1. [DA] Supports new NOR flash device.
* [INTEL] PF48F50xxM0x1xx
* [INTEL] PF48F40xxM0x0xx
* [INTEL] PF48F40xxM0x1xx
* 2. [DA] Supports new NAND flash device.
* [MICRON] MT29F2G08AAC
* [MICRON] MT29F4G08BAB
* [RENESAS] superAND 512Mb/8bits
* [RENESAS] superAND 512Mb/16bits
* [Infineon] HYF33DS51280
* [Infineon] HYF33DS1G80
* [Infineon] HYF33DS1G16
*
*
* Mar 8 2006 mtk00539
* [STP100000669] [DA] Support RENESAS superAND flash read back and format operation.
*
*
* Feb 26 2006 mtk00539
* [STP100000633] [BROM_DLL] Using local DA_REPORT_T variable to avoid multithread unsafe problem.
*
*
* Feb 23 2006 mtk00539
* [STP100000625] FlashTool v2.7.1016
*
*
* Rev 1.3 Jan 04 2006 14:40:10 mtk00539
* Bug fixes:
* 1. [DA] Fix Spansion S71PLXXXN detection problem by reading CFI info.
* 2. [DA] Fix TOSHIBA NAND flash callback function set, because TOSHIBA NAND flash doesn't support CopyBack command.
*
* New features:
* 1. [DA] Supports Spansion MirrorBit Buffer-Program method.
* 2. [DA] Supports new NOR flash device.
* [SPANSION] S71PL129N
*
* Enhancements:
* 1. [DA] Halt program when external RAM is less than 128KB.
* Resolution for 158: [FlashTool v2.7.1014][New] Support Spansion MirrorBit Buffer-Program method.
*
* Rev 1.2 Dec 29 2005 10:51:18 mtk00539
* 1. [DA] Supports new NOR flash device.
* [SPANSION] S71PL127N
* [SILICON7] SV6D2832UTA
* [SILICON7] SV6D2832UBA
* [SILICON7] SV6C2832UTA
* [SILICON7] SV6C2832UBA
* [SHARP] LH28F16
* [TOSHIBA] TV00578002DABD
* [TOSHIBA] TV00578003DABD
* 2. [DA] Supports new NAND flash device.
* [TOSHIBA] TH58NVG1S8BFT
*
* Resolution for 156: [FlashTool v2.7.1013][BUG FIX] Fix BootROM start command failure while manually selecting NMT6226 or MT6227 baseband chip.
*
* Rev 1.1 Nov 19 2005 00:46:12 mtk00539
* 1. [BROM_DLL&DA][New] Add UID Secure Booting feature.
* 2. [BROM_DLL&DA][BUG FIX] Fix RTC date-time value could not be initialized problem.
* 3. [DA][New] Supports new NOR flash device.
* [INTEL] 38F1010C0ZBL0
* [INTEL] 28F1602C3BD70
* [TOSHIBA] TY0068B012APGG
* [TOSHIBA] TY0068B013APGG
* 4. [DA][New] Supports new NAND flash device.
* [HYNIX] HY27XG082G2M
* 5. [DA][BUF FIX] Refill BootLoader header for BootROM to identify NAND flash organization.
* Resolution for 149: [BROM_DLL v2.7.1011][New] Add UID Secure Booting feature and Bug Fix.
*
* Rev 1.0 Oct 19 2005 14:41:06 mtk00539
* Initial revision.
* Resolution for 140: [BROM_DLL v2.7.1008][New] Support NFB download and many new features.
*
*------------------------------------------------------------------------------
* Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*==============================================================================
*******************************************************************************/
#include "nand_dev_tbl.h"
#include "nand_drv_COMMON.h"
#include "nand_drv_SAMSUNG.h"
#include "nand_drv_TOSHIBA.h"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -