⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 releasenote.log

📁 mtk系列手机升级平台(mp3、mp4手机)
💻 LOG
字号:
==== FlashTool Change History ====

--------------------------------------------------------------------------------------

[FlashTool v2.6.1005][New] Adapt new BROM_DLL&DA v2.4.1005 to fix MT6217 download fail problem.

 1. [FlashTool][New] Adapt new BROM_DLL&DA v2.4.1005 to fix MT6217 download fail problem.

--------------------------------------------------------------------------------------

[FlashTool v2.6.1004][New] Adapt new BROM_DLL&DA v2.4.1004 for MT6217 support.

 1. [FlashTool][New] Adapt new BROM_DLL&DA v2.4.1004 for MT6217 support.

--------------------------------------------------------------------------------------

[FlashTool v2.6.1003] Adapt new BROM_DLL&DA v2.4.1003 for bug fix.

 1. [FlashTool][New] Adapt new BROM_DLL&DA v2.4.1003 for bug fix.

--------------------------------------------------------------------------------------

[FlashTool v2.6.1002][New] Adapt with BROM_DLL v2.4.1002 and many enhancement.

 1. [FlashTool][New] Adapt new BROM_DLL v2.4.1002 for many features and bug fix.
 2. [FlashTool][Enhance] Display external SRAM size of target NOR flash MCP.

--------------------------------------------------------------------------------------

[FlashTool v2.6.1001][New] Adapt with BROM_DLL v2.4.1001 and many enhancement.

 1. [FlashTool][New] Adapt new BROM_DLL v2.4.1001 for many features and bug fix.
 2. [FlashTool][Enhance] Export COM port read/write timeout setting.
 3. [FlashTool][Enhance] Change EMI setting to 32 bits.









==== BROM_DLL Change History ====

--------------------------------------------------------------------------------------

[BROM_DLL v2.4.1005][BUG FIX] Fix MT6217 download fail problem and some enhancement.

 1. [BROM_DLL][BUG FIX] Change MT6217 EMI general control register to default value since it's different with MT6218B.
 2. [BROM_DLL][Enhance] Modify serial port enumeration to support FTDI USB-Serial cable.
 3. [DA][BUG FIX] Fix MT6217 download fail problem by implement internal SRAM auto-detection mechanism.
 4. [DA][Enhance] Enable readback chksum mechanism to ensure the download is successful.
 5. [DA][Enhance] Modify Flash Stress Test functions to detect address wrap bug on flash.
 6. [DA][Enhance] Return error when DA can not detect internal and external SRAM size correctly.
 7. [DA][New] Support SAMSUNG KAD060300B flash.

--------------------------------------------------------------------------------------

[BROM_DLL v2.4.1004][New] Add MT6217_BN, MT6219_CV and MT6219_EV support.

 1. [BROM_DLL][New] Add MT6217_BN, MT6219_CV and MT6219_EV support.
 2. [DA][Enhance] Modify ST flash to use unlock bypass program callback function set.

--------------------------------------------------------------------------------------

[BROM_DLL v2.4.1003] Fix AM49DL3208G sector layout error.

 1. [DA][BUG FIX] Fix AM49DL3208G sector layout error.

--------------------------------------------------------------------------------------

[BROM_DLL v2.4.1002] Merge all the DAs into all-in-one DA and fix many bugs and enhancement.

 1. [BROM_DLL][BUG FIX] Use timeout waiting instead of while(1) waiting to prevent FlashTool UI hang without any error message.
 2. [BROM_DLL][New] Add 12 new flash devices support.
 3. [BROM_DLL][New] Add external SRAM size into DA_REPORT_T structure.
 4. [BROM_DLL][Enhance] Skip old DA MT6205AB_DA.bin and MT6218AB_DA.bin in DA_HANDLE::AutoLoadByCustomName().
 5. [BROM_DLL][Enhance] Remove Sleep() delay when RX_BUFFER_FULL. It's no need to delay, since when DA return RX_BUFFER_FULL, it flushed RX buffer to flash already.
 6. [DA][BUG FIX] Invoke Board_Schematic()(old name is HW_Init()) before FUTL_CheckDevice(). Because FUTL_CheckDevice() must know the absolute address for each bank.
 7. [DA][New] Add 12 new flash devices support 
				[SAMSUNG]K5A3280YT,
				[TOSHIBA]TH50VPF6782AASB,
				[TOSHIBA]TH50VPF6783AASB,
				[TOSHIBA]TV00578002AABD,
				[TOSHIBA]TV00578003AABD,
				[Fujitsu]MB84VP24581HK,
				[INTEL]INTEL_28F640W30_B,
				[SPANSION]AM49PDL127BH,
				[SPANSION]AM49PDL129BH,
				[RENESAS]M6MGD13BW66CDG,
				[Winbond]W19B322TM,
				[Winbond]W19B323TM,
 8. [DA][New] Readback check after WORD program is done, so that DA won't have to keep the chksum.
 9. [DA][New] Auto-detect baseband chip type.
10. [DA][New] Auto-detect external SRAM size.
11. [DA][New] Merge MT6205B, MT6218B and MT6219 to an all-in-one DA.
12. [DA][New] Merge flash stress test module.
13. [DA][New] Modify makefile to build ARM or THUMB code.
14. [DA][New] Construct a customization kit for customers to add new flash or SOC checking algorithm by themselves.
15. [DA][Enhance] Split out AM29PDL128G function to improve the performance of general AMD callback functions.
16. [DA][Enhance] Enhance RX_BUFF_FULL behavior to prevent always retry two times.

--------------------------------------------------------------------------------------

[BROM_DLL v2.4.1001] Support Intel flash and fix many bugs.

 1. [BROM_DLL][BUG FIX] When bbchip_type is inconsistent with rom bbchip info, do not use rom bbchip info to compare with target bbchip id.
 2. [BROM_DLL][BUG FIX] Fix baudrate 921600 download fail under 13MHz external clock.
 	1. Add Sleep(0) to force context switch to flush UART TX data in BRom_Base::WriteData() and DA_cmd::WriteData().
        2. After target side baudrate changed command was issued, add Sleep() to delay sending SYNC_CHAR.
           This will prevent the interference of target side UART state machine during target side baudrate changed. 
        3. Purge PC side and target side UART TX & RX FIFO after baudrate changed.
        4. Use while(1) loop to avoid flash readback checksum timeout.
        5. Add baudrate full char sync mechanism to test if baudrate is stable.
 3. [BROM_DLL][CHANGE] Change GetJumpTableInfoFromBuf() to fit JumpTable definition changed in Maui.SW system.
 4. [BROM_DLL][Enhance] Remove unnecessary functions MT6205_MEM_config and MT6205B_MEM_config.
 5. [BROM_DLL][Enhance] Add MT6218B and MT6219 EMI general control register setting in BootROM stage.
 6. [BROM_DLL][Enhance] Change EMI setting to 32 bits.
 7. [DA][New] New flash table structure to support AMD and Intel family flash.
 8. [DA][New] New flash ID detection method to tell from single stack flash and daul stack flash with the same id.
 9. [DA][BUG FIX] Fix MB84VD23280FA id detection error.
10. [DA][BUG FIX] Fix baudrate 921600 download fail under 13MHz external clock, shift SAMPLE_POINT to 0x01 under 13MHz.

⌨️ 快捷键说明

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