jKeys IRD and Flash Definitions =============================== !!!!!!!!!!!!!!!!!!!!!!! A NOTE ON MODIFYING THE JKEYS.DEF FILE !!!!!!!!!!!!!!!!!!!!!! Feel free to add definitions to the jkeys.def file and re-distribute, it is precisely why it was designed for. However, when adding a new Micro, IRD, FLASH, Flash Manufacture, etc.... add it in the next numerical sequence. It may look nicer if you move a few definitions around to insert a new one you've found but there are some relations (such as Micro used in IRD definitions) which must also then be changed. This makes it difficult later when trying to combine modifications from several people into a single file for new distributions. jKeys IRD and flash definitions are now detailed in the jKeys.def file. Upon start up, jKeys will parse this file to read in all possible IRD configurations and flash IC definitions, thus making it more accessible to everyone to add new entries as required. The format of the file is straight forward. There are syntax tests performed on entries as they are read and conformity tests once completed. If there is an error detected while loading, jKeys will indicate the error and may abort loading the particular definition, or abort operation completely all depending on the nature of the problem. Lines may have white space at the beginning, between parameters, or at the end of the line. Remarks can be used by using the double forward slash // A remark is assumed from the // to the end of the line. Release ------- A single entry made for release information used for jKeys to identify version changes. Release 1,0,0 Signifies release 1.0.0. Microprocessor JTAG Identification Codes ---------------------------------------- The ID Codes are used to identify the associated processor. The following shows the definition for the STi5500. Micro, 1, 1, "STi5500", 0xd4c9041, 0xfffffff Where: Micro - indicates the line contains microprocessor ID information 1 - is an index number used for cross referencing 1 - JTAG device 1 - for JTAG and STiXX00 (STi based micro) 2 - for EJTAG and LSI SC2000 "STi5500" - name of microprocessor 0xd4c9041 - JTAG Identifier 0xfffffff - JTAG ID mask NOTE - valid identifications must be made prior to specifying that in the IRD definitions below. IRD Defintions -------------- IRD Definitions indicate how jKeys should identify the device and various default settings. For each IRD there are a fixed set of parameters. If one is missing, then an error will occur. Each of the parameters are comma seperated and must be on a single line The following is the definition for the 2700. IRD, 1, "2700", 1, 1, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFEFFC4, 0x7FFEFFC7, "10G", 1, 1 Where: IRD - indicates the line is an IRD definition 1 - is an index number used for referencing other components (ie flash chips), must be unique, sequential numbering "2700" - name of IRD, used to represent in various fields 1 - micro definition cross reference (see above) 1 - JTAG IO connections 1 - x7/8/9xx series IRDs, has BS1 and IRD Reset (also used for generic) 2 - 3100/301 IRD (LSi microprocessor) 3 - 5100/501 IRD, has BS1 and IRD Reset 4 - 6000 IRD 1 - IRD manufacturer 1 - for E* mfg 2 - for Dir3ctTV 1 - JTAG device 1 - for JTAG and STiXX00 (STi based micro) 2 - for EJTAG and LSI SC2000 2 - Data width in bytes (typically 2, being 16 bits) 2 - Data delta in bytes 0x7FFFFFC0 - Absolute memory address of IRD number 0x7FFFFFC4 - Absolute memory address of Box Keys 0x7FFFFFA0 - Absolute memory address of Boot Strap 0x7FFFFFA8 - Absolute memory address of Build Config 0x7FFEFFC4 - Absolute memory address of Model ID 0x7FFEFFC7 - Absolute memory address of Software Version "10G" - Model ID (assists in identifying IRD) 1 - EEPROM Type 0 - None 1 - 24LC16 2 - 24C32 3 - 24C64 4 - 24C65 5 - 24C128 1 - EEPROM Interface to microprocessor 0 - None 1 - STI micros using Pio1:7,2,0 for Enable, SCL, SDA 2 - STi micros using Pio2:6, Pio3:2,0 for Enable, SCL, SDA 3 - LSI based DP301 4 - STi micros using Pio1:2,0 for SCL, SDA 5 - STi5516 using Pio3:1,0 for SCL, SDA IRD Flash Defintions -------------------- IRD Flash definitions provide jKeys with the default flash chip(s) for a previously defined IRD. There can be multiple flash chips per IRD definition. The following is a flash definition for the above defined 2700: IRDFlash, 1, "Flash 1(29F400)", 0x2223, 0x7FF80000, 0x80000, 2, 2, 0 Where: IRDFlash - Indicates the line is an IRD definition 1 - References the IRD definition, in this case the 2700 defined above (must be previously defined) "Flash 1(29F400)" - Name of the flash 0x2223 - Flash ID 0x7FF80000 - Absolute memory starting address 0x80000 - Size in bytes 2 - Data Width of flash in bytes 2 - Data Delta of flash in bytes 0 - Data Offset of flash in bytes Flash Definitions ----------------- Flash definitions identify the Flash ID and associated programming algorythms and memory structure. The following is the definition used for a 29F400BT Flash, 1, "29F400BT", 0x2223, 0x80000, 1, 1, 0, 1, 11, 1 Where: Flash - Indicates the line is a Flash definition 1 - Index number used for referencing other parameters of this flash (ie sector definitions), must be unique, sequential numbering "29F400BT" - Name used to represent the flash 0x2223 - Flash ID 0x80000 - Flash size in bytes 1 - 8 bit data width possible, 1 - TRUE, 0 - FALSE 1 - 16 bit data width possible, 1 - TRUE, 0 - FALSE 0 - 32 bit data width possible, 1 - TRUE, 0 - FALSE 1 - Flash algorythms 1 - those commonly used by 29x flash 2 - those commonly used by 28x flash 11 - number of sectors 1 - Whole flash erasable (as opposed to sector by sector only), 1 - TRUE, 0 - FALSE Flash Sector Definitions ------------------------ Flash sector definitions provide the sector organization of a previously defined flash. The following sector definitions are for a 29F400BT. Sector, 1, 8, 0x00000, 0x10000 Sector, 1, 1, 0x70000, 0x8000 Sector, 1, 1, 0x78000, 0x2000 Sector, 1, 1, 0x7A000, 0x2000 Sector, 1, 1, 0x7C000, 0x4000 For the first definition, the following parameters are: Sector - Indicates the line is a Sector definition 1 - References the Flash definition, in this case the 29F400BT above 8 - The number of sectors 0x00000 - The offset of the sector or beginning offset for multiple sectors 0x10000 - Sector size (if multiple all will be the same size) NOTE - sector definitions must be in order of increasing memory offset and the number of sectors and total size must match that of the referenced flash definition. Flash Manufacturer Code Definitions ----------------------------------- Flash manufacturer codes are defined to enable jKeys to identify then and then display the name to the user. The following is the flash manufacturer code defintion for AMD. FlashMfg, 0x01, "AMD" Where: FlashMfg - Indicates the line is a Flash Manufacturer Code definition 0x01 - Is the corresponding code read from the flash to identify this manufacturer "AMD" - Name of the manufacturer =========================================================== // jKeys IRD and Flash Definitions // Original entries by Dave2 // // !!!!!!!!!!!!!!!!!!!!!!! A NOTE ON MODIFYING THIS FILE !!!!!!!!!!!!!!!!!!!!!! // Feel free to add definitions to this file and re-distribute, it is precisely // why it was designed for. However, when adding a new Micro, IRD, FLASH, Flash // Manufacture, etc.... add it in the next numerical sequence. It may look nicer // if you move a few definitions around to insert a new one you've found but // there are some relations (such as Micro used in IRD definitions) which then must // be changed. This makes it difficult later when trying to combine modifications // into a single file for new distributions. // // Release Notes (chronological starting with newest) // dd-Mmm-YYYY Subsequent release notes (author) // 03-Feb-2003 Initial Release with jKeys 2.9.9 (Dave2) // 30-Mar-2003 Added by Juno. Added M28W320CB flash to DRD430 IRD // and consolidated DRD431RG into DRD43x Menu. // Fixed Flash ID (0x22CB) in IRDFlash and Flash // definitions for M29W320DB // 21-Apr-2003 Added by KiLLBoY. Added ST20TP3, GLA IRD's and 28F410. // Thanks to Ronson for some GLA IRD definitions. // 30-May-2003 Added by Juno. Added DRD435/455RH support. // 31-May-2003 Release By Dave2. Combined modifications, release with jKeys 2.9.10 // Build 018 // 20-Jan-2004 Mod. by D2 DRD435/455 support in relation to new STi5516 // Added by Sofleo Added COMAG IRD, SST39VF160 and SST SST39VF800A Flash // 16-Apr-2004 Added by stupen2. Added Thomson DSI22, DSI23 y DSI30 IRD. // 31-aug-2004 some INTEL flash's added by oxygen007m and some duplication removed and some minor bugs fixed // you can contact me at following address oxygen007m@icqmail.com or in ICQ# 171449237 // and also you can find the latest version of jkeys.def in software section of my web page // at http://www.geocities.com/oxygen007m // 24-oct-2004 important modification by oxygen007m two manufactures & some IRD/IRDFLASH & flash definitions // added . see my pages at : www.oxygen007m.tk or oxygen007m.freeserverhost.com for // the latest updates . :o) // 11-jan-2005 An special and important modification by oxygen007m // now 51 IRD/IRDFlash & 76 Flash definitions . // Great time for Jtagging !!! wow ! very complete ! // 11-apr-2005 new release by oxygen007m ( some sorting included! ) // ---------------------------------------------------------------------------------------------------- // 18-sep-2005 Definitions are more than 80 IRD/IRDFlash and 83 Flash types with additional sorting by name // and some bug fixes . // ( Note about intel flashes and equivalents : To avoid encountering problems you may want to // learn how to unlock these flashes - see my pages at www.oxygen007m.tk for experimental and // useful tutorials - also you may find some useful tools there ! ) // Have a good time !!! and enjoy // // ============================================================================ // ============================================================================ //Microprocessor JTAG Identification Codes // // Note: Micros do not have to be sequentially numbered in this section. This makes // it convenient to add new ones without having to renumber the entire list // Which would also require changing the IRD cross reference to the Micro. It // is important however that the "Unknown" types be at the end of the list. // // ST Micros // Micro, 1, 1, "STi5500", 0xd4c9041, 0xfffffff Micro, 2, 1, "ST20-TP2", 0x5193041, 0xfffffff Micro, 13, 1, "ST20-TP3", 0x5194041, 0xfffffff Micro, 3, 1, "ST20-TP4", 0x5198041, 0xfffffff Micro, 4, 1, "ST20-GP6", 0x5196041, 0xfffffff Micro, 5, 1, "STi5505", 0xd4cb041, 0xfffffff Micro, 6, 1, "STi5508", 0xd402041, 0xfffffff Micro, 7, 1, "STi5518", 0xd502041, 0xfffffff Micro, 8, 1, "STi5518MVB-X", 0xd405041, 0xfffffff Micro, 9, 1, "STi5510", 0xd4cd041, 0xfffffff Micro, 14, 1, "STi5516FWB-X", 0xD41D041, 0xfffffff Micro, 15, 1, "STi5512", 0xD407041, 0xfffffff Micro, 16, 1, "STi5518BVC-X", 0xd405041, 0xfffffff Micro, 17, 1, "STi5512AWE", 0xD406041, 0xfffffff // // LSI Micros // Micro, 11, 2, "LSI SC2000",0x400006d,0xfffffff // // Unknowns // Micro, 10, 1, "Unknown ST device", 0x041,0xfff Micro, 12, 2, "Unknown LSI device", 0x06d, 0xfff Micro, 18, 2, "SAA7219", 0x1A34602B, 0xffffffff // ============================================================================ // ============================================================================ // ============================================================================ // ============================================================================ // IRD Defintions/IRD Flash Defintions IRD, 1, "2700", 1, 1, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFEFFC4, 0x7FFEFFC8, "10G", 1, 1 IRDFlash, 1, "Flash 1(29F400)", 0x2223, 0x7FF80000, 0x80000, 2, 2, 0 IRD, 2, "2800", 1, 1, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFEFFC4, 0x7FFEFFC8, "11R", 1, 1 IRDFlash, 2, "Flash 1(29F400)", 0x2223, 0x7FF80000, 0x80000, 2, 2, 0 IRD, 3, "3700", 1, 1, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFEFFC4, 0x7FFEFFC8, "10G", 1, 1 IRDFlash, 3, "Flash 1(29F400)", 0x2223, 0x7FF80000, 0x80000, 2, 2, 0 IRD, 4, "3800", 1, 1, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFEFFC4, 0x7FFEFFC8, "10L", 1, 1 IRDFlash, 4, "Flash 1(29LV160)", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 5, "3900", 1, 1, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFEFFF4, 0x7FFEFFF8, "11L", 1, 1 IRDFlash, 5, "Flash 1(29LV160)", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 6, "4700", 1, 1, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFEFFC4, 0x7FFEFFC8, "10H", 1, 1 IRDFlash, 6, "Flash 1(29LV160)", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 7, "4900", 1, 1, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFEFFF4, 0x7FFEFFF8, "11H", 1, 1 IRDFlash, 7, "Flash 1(29LV160)", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 8, "501-5100", 6, 3, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFDFFF4, 0x7FFDFFF8, "10S", 3, 4 IRDFlash, 8, "Flash 1(U6-29DL323)", 0x2250, 0x7F800000, 0x400000, 2, 2, 0 IRDFlash, 8, "Flash 2(U7-29DL323)", 0x2250, 0x7FC00000, 0x400000, 2, 2, 0 IRD, 9, "301-3100", 7, 3, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFDFFF4, 0x7FFDFFF8, "10E", 3, 4 IRDFlash, 9, "Flash 1(U10-M29W160)", 0x22C4, 0x7FC00000, 0x200000, 2, 2, 0 IRDFlash, 9, "Flash 2(U11-M29W160)", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 10, "6000", 3, 4, 1, 1, 2, 4, 0x7FFFFFC0, 0x7FFFFFC8, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFDFFF4, 0x7FFDFFF8, "12N", 4, 2 IRDFlash, 10, "Flash 1 Hi(U45-29LV160)", 0x22C4, 0x7FC00000, 0x200000, 2, 4, 2 IRDFlash, 10, "Flash 2 Lo(U41-29LV160)", 0x22C4, 0x7FC00000, 0x200000, 2, 4, 0 IRD, 11, "301-3100", 11, 2, 1, 2, 2, 2, 0x1FC0FFF0, 0x1FC0FFF4, 0x1FC0FFC0, 0x1FC0FFC8, 0x1FFEFFF4, 0x1FFEFFF8, "10U", 1, 3 IRDFlash, 11, "Flash 1(IC22-29LV160)", 0x2250, 0x1FE00000, 0x200000, 2, 2, 0 IRDFlash, 11, "Flash 2(IC23-29LV160)", 0x2250, 0x1FC00000, 0x200000, 2, 2, 0 IRD, 12, "DRD420RE", 1, 1, 2, 1, 2, 2, 0, 0, 0, 0, 0, 0x5000003D , "XXX", 3, 1 IRDFlash, 12, "Flash 1(28F160)", 0xd0, 0x50000000, 0x200000, 2, 2, 0 IRD, 13, "DRD43x", 7, 1, 2, 1, 2, 2, 0, 0, 0, 0, 0, 0x5000003D , "XXX", 5, 4 IRDFlash, 13, "Flash 1(M29W320DB)", 0x22CB, 0x7FC00000, 0x400000, 2, 2, 0 IRDFlash, 13, "Flash 2(28F320J3A)", 0x16, 0x7FC00000, 0x400000, 2, 2, 0 IRDFlash, 13, "Flash 3(M28W320CB)", 0x88BB, 0x7FC00000, 0x400000, 2, 2, 0 IRD, 14, "DRD220", 1, 1, 2, 1, 2, 2, 0, 0, 0, 0, 0, 0x5000003D , "XXX", 2, 1 IRDFlash, 14, "Flash 1(28F160)", 0xd0, 0x50000000, 0x200000, 2, 2, 0 IRD, 15, "DRD43x MVB-X", 8, 1, 2, 1, 2, 2, 0, 0, 0, 0, 0, 0x5000003D , "XXX", 5, 4 IRDFlash, 15, "Flash 1(M28W320CB)", 0x88BB, 0x7FC00000, 0x400000, 2, 2, 0 IRD, 16, "DXD426RD(1Chip-GLA)", 1, 1, 2, 1, 2, 2, 0, 0, 0, 0, 0x7FE00035, 0x7FE0003B , "GLA", 2, 1 IRDFlash, 16, "Flash 1(28F160)", 0xd0, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 17, "DXD426RD(2Chip-GLA)", 1, 1, 1, 1, 2, 2, 0, 0, 0x7FFFA653, 0, 0x7FE00032, 0x7FE00038 , "GLA", 2, 1 IRDFlash, 17, "Flash 1(28F160)", 0xd0, 0x7FE00000, 0x200000, 2, 2, 0 IRDFlash, 17, "Flash 2(28F800)", 0x889d, 0x50000000, 0x100000, 2, 2, 0 IRD, 18, "DXD436RE(2Chip-GLA)", 1, 1, 2, 1, 2, 2, 0, 0, 0, 0, 0x7FE00037, 0x7FC0003D , "GLA", 2, 1 IRDFlash, 18, "Flash 1(28F320J3A)", 0x16, 0x7FC00000, 0x400000, 2, 2, 0 IRDFlash, 18, "Flash 2(28F800)", 0x889d, 0x50000000, 0x100000, 2, 2, 0 IRD, 19, "DXD506RA(2Chip-GLA)", 1, 1, 1, 1, 2, 2, 0, 0, 0x7FFFA653, 0, 0x7FE00034, 0x7FE0003A , "GLA", 2, 1 IRDFlash, 19, "Flash 1(28F160)", 0xd0, 0x7FE00000, 0x200000, 2, 2, 0 IRDFlash, 19, "Flash 2(28F800)", 0x889d, 0x50000000, 0x100000, 2, 2, 0 IRD, 20, "DSI22", 1, 1, 1, 1, 2, 2, 0x7FFFFC50, 0x7FFFFC54, , , 0x7FFFFC01, , "501", 3, 1 IRDFlash, 20, "Flash 1(AM29LV160)", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRDFlash, 20, "Flash 2(AM29LV800)", 0x22DA, 0x60000000, 0x100000, 2, 2, 0 IRD, 21, "DSI23", 1, 1, 1, 1, 2, 2, 0x7FFFFC50, 0x7FFFFC54, , , 0x7FFFFC01, , "502", 3, 1 IRDFlash, 21, "Flash 1(TC58FVT160)", 0xC2, 0x7FE00000, 0x200000, 2, 2, 0 IRDFlash, 21, "Flash 2(TC58FVT800)", 0x4F, 0x60000000, 0x100000, 2, 2, 0 IRDFlash, 21, "Flash 3(AM29LV160)", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRDFlash, 21, "Flash 4(AM29LV800)", 0x22DA, 0x60000000, 0x100000, 2, 2, 0 IRD, 22, "DSI30", 1, 1, 1, 1, 2, 2, 0x7FFFFC60, 0x7FFFFC64, , , 0x7FFFFC01, , "506", 3, 1 IRDFlash, 22, "Flash 1(E28F320J3A)", 0x16, 0x7FC00000, 0x400000, 2, 2, 0 IRD, 23, "301-3100 (P17x 2 Flash)", 7, 3, 1, 1, 2, 2, 0x7FFFFF40, 0x7FFFFF44, 0x7FFFBFE0, 0x7FFFFFA8, 0x7FFDFFF4, 0x7FFDFFF8, "10E", 3, 4 IRDFlash, 23, "Flash 1(U10-M29W160)", 0x22C4, 0x7FC00000, 0x200000, 2, 2, 0 IRDFlash, 23, "Flash 2(U12-M29W160)", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 24, "301-3100 (Single Flash)", 7, 3, 1, 1, 2, 2, 0x7FFFFF40, 0x7FFFFF44, 0x7FFFBFE0, 0x7FFFFFA8, 0x7FFDFFF4, 0x7FFDFFF8, "10E", 3, 4 IRDFlash, 24, "Flash 1(U12-M29W320DT)", 0x22CA, 0x7FC00000, 0x400000, 2, 2, 0 IRD, 25, "301.13 (Changed Amd Flash)", 7, 3, 1, 1, 2, 2, 0x7FFFFF40, 0x7FFFFF44, 0x7FFFBFE0, 0x7FFFFFA8, 0x7FFDFFF4, 0x7FFDFFF8, "10E", 3, 4 IRDFlash, 25, "Flash (1U-12AM29LV320DT)", 0x22F6, 0x7FC00000, 0x400000, 2, 2, 0 IRD, 26, "301.13 (REPLACED Amd Flash)", 7, 3, 1, 1, 2, 2, 0x7FFFFF40, 0x7FFFFF44, 0x7FFFBFE0, 0x7FFFFFA8, 0x7FFDFFF4, 0x7FFDFFF8, "10E", 3, 4 IRDFlash, 26, "Flash (1U-12AM29LV320DT)", 0x22F9, 0x7FC00000, 0x400000, 2, 2, 0 IRD, 27, "301-013 (1-chip TSOP)", 8, 3, 1, 1, 2, 2, 0x7FFFFF40, 0x7FFFFF44, 0x7FFFBFE0, 0x7FFFFFA8, 0x7FFDFFF4, 0x7FFDFFF8, "10E", 3, 4 IRDFlash, 27, "Flash 1(U12-M29W320DT)", 0x22CA, 0x7FC00000, 0x400000, 2, 2, 0 IRD, 28, "Arion 8100E", 16, 1, 1, 1, 2, 2, 0x7FE00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "810", 0, 1 IRDFlash, 28, "M29W160DT", 0x90, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 29, "acc9800", 1, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 29, "TE28F800B3T", 0x8892, 0x7FF00000, 0x100000, 2, 2, 0 IRDFlash, 29, "TE28F800B3B", 0x8893, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 30, "acc9800-cpu5518", 8, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 30, "TE28F800B3B", 0x8893, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 31, "ASTRASAT SKY BOX 3200", 1, 1, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFEFFC4, 0x7FFEFFC8, "xxx", 1, 1 IRDFlash, 31, "TE28F160", 0x88C3, 0x7FC00000, 0x200000, 2, 2, 0 IRDFlash, 31, "AM29LV160B", 0x2249, 0x7FC00000, 0x200000, 2, 2, 0 IRD, 32, "ASTRAVOX 2500-2600 ", 8, 1, 1, 1, 2, 2, 0x7FE00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "Fre", 0, 0 IRDFlash, 32, "39VF800A", 0x2781, 0x7FF00000, 0x100000, 2, 2, 0 IRDFlash, 32, "39VF160A", 0x2782, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 33, "Aztech AZ-1000", 15, 1, 1, 1, 2, 2, 0x7FF00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "EUR", 0, 0 IRDFlash, 33, "te28f800", 0x88C0, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 34, "COMAG", 8, 1, 1, 1, 2, 2, 0x7FE00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "Fre", 0, 0 IRDFlash, 34, "39VF160", 0x2782, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 35, "Coship", 8, 1, 1, 1, 2, 2, 0x7FE00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "Fre", 0, 0 IRDFlash, 35, "39VF160", 0x2782, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 36, "deawoo9230", 8, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 36, "29LV800T", 0x22DA, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 37, "DG-SAT-BOX-Beau", 8, 1, 1, 1, 2, 2, 0x7FF00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "Fre", 0, 0 IRDFlash, 37, "39VF800A", 0x2781, 0x7FF00000, 0x100000, 2, 2, 0 IRDFlash, 37, "39VF160", 0x2782, 0x7FE00000, 0x200000, 2, 2, 0 //IRDFlash definition with fake device ID (real ID = 22C4) IRD, 38, "diora", 8, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 38, "MX29LV160AT", 0x6C69 , 0x7FE00000, 0x200000, 2, 2, 0 IRD, 39, "echosat 5000 via", 15, 1, 1, 1, 2, 2, 0x7FF00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "dtr", 0, 0 IRDFlash, 39, "M29W800DT", 0x22D7, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 40, "EURO-BOX90002CI", 1, 1, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFEFFF4, 0x7FFEFFF8, "EURO", 1, 1 IRDFlash, 40, "29LV160", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 41, "EURO-STAR 9700 PLus", 15, 1, 1, 1, 2, 2, 0x7FF00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "EUR", 0, 0 IRDFlash, 41, "29LV800BT", 0x22DA, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 42, "EUROSTAR-9900V-CI", 13, 1, 1, 1, 2, 2, 0x7FFFFC50, 0x7FFFFC54, , , 0x7FFFFC01, , "EURO", 0, 0 IRDFlash, 42, "29LV800BT", 0x22DA, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 43, "Fortec-LifeTime", 8, 1, 1, 1, 2, 2, 0x7FF00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "Fre", 0, 0 IRDFlash, 43, "39VF800A", 0x2781, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 44, "FortecStar 5100", 8, 1, 1, 1, 2, 2, 0x7FE00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "Fre", 0, 0 IRDFlash, 44, "AM29LV160B", 0x2249, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 45, "homecast em-150", 8, 1, 1, 1, 2, 2, 0x7FF00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "Fre", 0, 0 IRDFlash, 45, "39VF800A", 0x2781, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 46, "LAZER 2003CX", 1, 1, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFEFFF4, 0x7FFEFFF8, "11H", 1, 1 IRDFlash, 46, "AM29LV160", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD,47,"Lazer2003fta" , 8, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 47, "HY29F800T", 0x22D6, 0x7FF00000, 0x100000, 2, 2, 0 IRD,48,"Kaon 2meg" , 8, 1, 1, 1, 2, 2, 0x7FFFE3B2, 0x7FFFE3B2, 0x7FE00001, 0x7FE00001, 0x7FE00001, 0x7FE00001, "XXX", 1, 4 IRDFlash, 48, "39VF160 (default)", 0x2782, 0x7FE00000, 0x200000, 2, 2, 0 IRDFlash, 48, "M29W160ET", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD,49,"Kaon 1meg" , 8, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 49, "39VF800", 0x2781, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 50, "MAJESTIC MS-5000", 8, 1, 1, 1, 2, 2, 0x7FE00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "xxx", 0, 0 IRDFlash, 50, "M29LV160", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD,51,"Metabox" , 8, 1, 1, 1, 2, 2, 0x7FE00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "Fre", 0, 0 IRDFlash, 51, "29LV160", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD,52,"Max12-1a" , 17, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 52, "TE28F800C3-T" , 0x88C0 , 0x7FF00000, 0x100000, 2, 2, 0 IRD,53,"Max12-2a" , 17, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 53, "TE28F160C3-T" , 0x88c2 , 0x7FE00000, 0x200000, 2, 2, 0 IRD,54,"Max12-1b" , 17, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 54, "M29W800DT" , 0x22D7, 0x7FF00000, 0x100000, 2, 2, 0 IRD,55,"Max18-1b" , 8, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 55, "M29W800DT" , 0x22D7, 0x7FF00000, 0x100000, 2, 2, 0 IRD,56,"Max18-2a" , 8, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 56, "TE28F160C3-T" , 0x88c2 , 0x7FE00000, 0x200000, 2, 2, 0 IRD, 57, "mediacom-excel", 8, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 57, "M29W160ET", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 58, "MicroX WDM 4000", 16, 1, 1, 1, 2, 2, 0x7FE00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "WDM", 0, 0 IRDFlash, 58, "39VF160", 0x2782, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 59, "MUTECH 8800", 8, 1, 1, 1, 2, 2, 0x7FE00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "xxx", 0, 0 IRDFlash, 59, "A29L160FTV-70", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 60, "NASA MEDIA", 1, 1, 1, 1, 2, 2, 0, 0, 0x7FFFA653, 0, 0x7FE00034, 0x7FE0003A , "NSA", 0, 0 IRDFlash, 60, "TE28F800C3T", 0x88C0, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 61, "OPENTEL 2000 CIV", 8, 1, 1, 1, 2, 2, 0x7FF00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "ODS", 0, 0 IRDFlash, 61, "39VF160", 0x2782, 0x7FE00000, 0x200000, 2, 2, 0 IRDFlash, 61, "39VF800A", 0x2781, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 62, "PowerSky 8210", 16, 1, 1, 1, 2, 2, 0x7FE00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "SPR", 0, 1 IRDFlash, 62, "M29LV160", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 63, "next5000", 8, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 63, "M28W160CT", 0x88CE , 0x7FE00000, 0x200000, 2, 2, 0 IRD, 64, "REX3000", 8, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 64, "M29W800AT", 0xd7, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 65, "SAMSUNG_9500", 17, 1, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFEFFF4, 0x7FFEFFF8, "11H", 1, 1 IRDFlash, 65, "AM29LV160DT", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 66, "Samsung 303", 1, 1, 1, 1, 2, 2, 0x7FF00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "xxx", 0, 0 IRDFlash, 66, "TE28F800C3T", 0x88C0, 0x7FF00000, 0x100000, 2, 2, 0 IRDFlash, 66, "TE28F800B3T", 0x8892, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 67, "SIGNAL-Sr-444", 18, 1, 1, 1, 2, 2, 0x7FF00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "Fre", 0, 0 IRDFlash, 67, "SST39VF800A", 0x2781, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 68, "skybox", 8, 1, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFEFFC4, 0x7FFEFFC8, "xxx", 1, 1 IRDFlash, 68, "29LV160", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 69, "STARSAT", 8, 1, 1, 1, 2, 2, 0x7FE00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "Fre", 0, 0 IRDFlash, 69, "39VF800A", 0x2781, 0x7FF00000, 0x100000, 2, 2, 0 IRDFlash, 69, "39VF160", 0x2782, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 70, "STARSAT 550 ultra", 8, 1, 1, 1, 2, 2, 0x7FE00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "Fre", 0, 0 IRDFlash, 70, "M29W160ET", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 71, "STRONG 4155", 1, 1, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFEFFC4, 0x7FFEFFC8, "10L", 3, 4 IRDFlash, 71, "28LW160", 0x88ce, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 72, "Strong 4620 II", 1, 1, 1, 1, 2, 2, 0x7FFFFFC0, 0x7FFFFFC4, 0x7FFFFFA0, 0x7FFFFFA8, 0x7FFEFFF4, 0x7FFEFFF8, "11H", 0, 0 IRDFlash, 72, "29LV160DT", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 73, "sunny4010", 17, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 73, "TE28F800C3T", 0x88C0, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 74, "supermax9950st", 8, 1, 1, 1, 2, 2, , , , , , 0x7ff0000b, "Fre", 0, 0 IRDFlash, 74, "TE28F160C3T", 0x88c2, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 75, "supermax6000", 17, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 75, "TE28F160C3T", 0x88c2, 0x7FE00000, 0x200000, 2, 2, 0 IRDFlash, 75, "TE28F800C3T", 0x88c0, 0x7FF00000, 0x100000, 2, 2, 0 IRD, 76, "Super smart-5500", 16, 1, 1, 1, 2, 2, 0x7FE00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "CXC", 0, 0 IRDFlash, 76, "29LV160AT", 0x6C69, 0x7FE00000, 0x200000, 2, 2, 0 IRDFlash, 76, "29L160FT", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 77, "TECHNOCOMS 650 FTA", 8, 1, 1, 1, 2, 2, 0x7FE00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "AFH", 0, 0 IRDFlash, 77, "TE28F160", 0x88C2, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 78, "TechnoSat 1100 Plus", 8, 1, 1, 1, 2, 2, 0x7FE00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "xxx", 0, 0 IRDFlash, 78, "29LV160", 0x22C4, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 79, "TECHNO smart", 16, 1, 1, 1, 2, 2, 0x7FE00000, 0x7FFFFFC4, 0x7FFFFFFE, 0x7FFFFFA8, 0x7FF74FF4, 0x7FFEFFC7, "CXI", 0, 0 IRDFlash, 79, "39VF160", 0x2782, 0x7FE00000, 0x200000, 2, 2, 0 IRD, 80, "vision9800", 8, 1, 1, 1, 2, 2, , , , , , , "Fre", 0, 0 IRDFlash, 80, "39vf800A", 0x2781, 0x7FF00000, 0x100000, 2, 2, 0 // ============================================================================ // ============================================================================ // Flash Definitions/Flash Sector Definitions Flash, 1, "29F400BT", 0x2223, 0x80000, 1, 1, 0, 1, 11, 1 Sector, 1, 7, 0x00000, 0x10000 Sector, 1, 1, 0x70000, 0x8000 Sector, 1, 1, 0x78000, 0x2000 Sector, 1, 1, 0x7A000, 0x2000 Sector, 1, 1, 0x7C000, 0x4000 // STMicro M29W320DB - 32MBit Flash, 2, "M29W320DB", 0x22CB, 0x400000, 1, 1, 0, 1, 67, 1 Sector, 2, 1, 0, 0x4000 // 16 KByte Sector, 2, 1, 0x4000, 0x2000 // 8 KByte Sector, 2, 1, 0x6000, 0x2000 // 8 KByte Sector, 2, 1, 0x8000, 0x8000 // 32 KByte Sector, 2, 63,0x10000, 0x10000 // 64 KByte 63 sectors Flash, 3, "29DL323T", 0x2250, 0x400000, 1, 1, 0, 1, 71, 1 Sector, 3, 63,0 ,0x10000 Sector, 3, 8, 0x3f0000,0x2000 Flash, 4, "29F400BB", 0x22AB, 0x80000, 1, 1, 0, 1, 11, 1 Sector, 4, 1, 0, 0x4000 Sector, 4, 1, 0x4000, 0x2000 Sector, 4, 1, 0x6000, 0x2000 Sector, 4, 1, 0x8000, 0x8000 Sector, 4, 7, 0x10000, 0x10000 Flash, 5, "29LV160DT", 0x22C4, 0x200000, 1, 1, 0, 1, 35, 1 Sector, 5, 31,0x0 , 0x10000 Sector, 5, 1, 0x1F0000, 0x8000 Sector, 5, 1, 0x1F8000, 0x2000 Sector, 5, 1, 0x1FA000, 0x2000 Sector, 5, 1, 0x1FC000, 0x4000 Flash, 6, "29LV160DB", 0x2249, 0x200000, 1, 1, 0, 1, 35, 1 Sector, 6, 1, 0 , 0x4000 Sector, 6, 1, 0x4000 , 0x2000 Sector, 6, 1, 0x6000 , 0x2000 Sector, 6, 1, 0x8000 , 0x8000 Sector, 6, 31,0x10000, 0x10000 Flash, 7, "M29F400T", 0xd5, 0x80000, 1, 1, 0, 1, 11, 1 Sector, 7, 7, 0, 0x10000 Sector, 7, 1, 0x70000, 0x8000 Sector, 7, 1, 0x78000, 0x2000 Sector, 7, 1, 0x7A000, 0x2000 Sector, 7, 1, 0x7C000, 0x4000 // STMicro, M29W800AT, 1 MByte, Top Boot Flash, 8, "M29W800AT", 0xd7, 0x100000, 1, 1, 0, 1, 19, 1 Sector, 8, 15,0, 0x10000 Sector, 8, 1, 0xF0000, 0x8000 Sector, 8, 1, 0xF8000, 0x2000 Sector, 8, 1, 0xFA000, 0x2000 Sector, 8, 1, 0xFC000, 0x4000 // Intel, 28F320J5, 32MByte, 32-128KByte Blocks Flash, 9, "28F320J5", 0x14, 0x400000, 1, 1, 0, 2, 32, 0 Sector, 9, 32, 0, 0x20000 // Intel, 28F320J3A, 32MByte, 32-128KByte Blocks Flash, 10, "28F320J3A", 0x16, 0x400000, 1, 1, 0, 2, 32, 0 Sector, 10, 32, 0, 0x20000 Flash, 11, "28F160", 0xd0, 0x200000, 1, 1, 0, 2, 32, 1 Sector, 11, 32, 0, 0x10000 Flash, 12, "28F800B", 0xd5, 0x100000, 1, 1, 0, 2, 11, 1 Sector, 12, 1, 0, 0x4000 Sector, 12, 1, 0x4000, 0x2000 Sector, 12, 1, 0x6000, 0x2000 Sector, 12, 1, 0x8000, 0x18000 Sector, 12, 7, 0x20000,0x20000 Flash, 13, "28F800B5-B", 0x889d, 0x100000, 1, 1, 0, 2, 11, 0 Sector, 13, 1, 0, 0x4000 Sector, 13, 1, 0x4000, 0x2000 Sector, 13, 1, 0x6000, 0x2000 Sector, 13, 1, 0x8000, 0x18000 Sector, 13, 7, 0x20000,0x20000 Flash, 14, "28F320S3/5", 0xd4, 0x400000, 1, 1, 0, 2, 64, 1 Sector, 14, 63, i * 0x10000, 0x10000 // STMicro M29W320DT - 32MBit Flash, 15, "M29W320DT", 0x22CA, 0x400000, 1, 1, 0, 1, 67, 1 Sector, 15, 63,0x0, 0x10000 // 64 KByte 63 sectors Sector, 15, 1, 0x3F0000, 0x8000 // 32 KByte Sector, 15, 1, 0x3F8000, 0x2000 // 8 KByte Sector, 15, 1, 0x3FA000, 0x2000 // 8 KByte Sector, 15, 1, 0x3FC000, 0x4000 // 16 KByte // AMD AM29LV320DT - 32 MBit Flash, 16, "AM29LV320DT", 0x22F6, 0x400000, 1, 1, 0, 1, 71, 1 Sector, 16, 63,0x0, 0x10000 // 64 KByte 63 sectors Sector, 16, 8, 0x3F0000, 0x2000 // 8 KByte // STMicro M28W320CB - 32MBit Flash, 17, "M28W320CB", 0x88BB, 0x400000, 1, 1, 0, 2, 71, 0 Sector, 17, 8, 0, 0x2000 // 8 KByte 8 Sectors Sector, 17, 63,0x10000, 0x10000 // 64 KByte 63 sectors Flash, 18, "28F410", 0xf2, 0x80000, 1, 1, 0, 2, 11, 0 Sector, 18, 7, 0, 0x10000 Sector, 18, 1, 0x70000, 0x8000 Sector, 18, 1, 0x78000, 0x2000 Sector, 18, 1, 0x7A000, 0x2000 Sector, 18, 1, 0x7C000, 0x4000 // SST SST39VF160 - 16 Mbit Flash, 19, "39VF160", 0x2782, 0x200000, 0, 1, 0, 1, 512, 1 Sector, 19, 512, 0, 0x1000 // SST SST39VF800A - 8 Mbit Flash, 20, "39VF800A", 0x2781, 0x100000, 0, 1, 0, 1, 256, 1 Sector, 20, 256, 0, 0x1000 Flash, 21, "TC58FVT800FB", 0xCE, 0x100000, 1, 1, 0, 1, 19, 1 Sector, 21, 1, 0x0 , 0x4000 Sector, 21, 1, 0x4000, 0x2000 Sector, 21, 1, 0x6000, 0x2000 Sector, 21, 1, 0x8000, 0x8000 Sector, 21, 15, 0x10000, 0x10000 Flash, 22, "TC58FVT800FT", 0x4F, 0x100000, 1, 1, 0, 1, 19, 1 Sector, 22, 15, 0x0 , 0x10000 Sector, 22, 1, 0xF0000, 0x8000 Sector, 22, 1, 0xF8000, 0x2000 Sector, 22, 1, 0xFA000, 0x2000 Sector, 22, 1, 0xFC000, 0x4000 Flash, 23, "29LV800BT", 0x22DA, 0x100000, 1, 1, 0, 1, 19, 1 Sector, 23, 15,0x0 , 0x10000 Sector, 23, 1, 0xF0000, 0x8000 Sector, 23, 1, 0xF8000, 0x2000 Sector, 23, 1, 0xFA000, 0x2000 Sector, 23, 1, 0xFC000, 0x4000 // Flash, 24, "39VF160", 0x2782, 0x200000, 0, 1, 0, 1, 1024, 1 // Sector, 24, 1024, 0, 0x500 // space reserved for further expansion Flash, 26, "39VF160", 0x2782, 0x200000, 0, 1, 0, 1, 256, 1 Sector, 26, 256, 0, 0x2000 //--added by oxygen007m Flash, 27, "29LV800B", 0x225B, 0x100000, 1, 1, 0, 1, 19, 1 Sector, 27, 1, 0x00000, 0x4000 Sector, 27, 2, 0x4000, 0x2000 Sector, 27, 1, 0x8000, 0x8000 Sector, 27, 15, 0x10000, 0x10000 // STMicro, M29W800AB, 1 MByte, Bottom Boot Flash, 28, "M29W800AB", 0x5b, 0x100000, 1, 1, 0, 1, 19, 1 Sector, 28, 1, 0x00000, 0x4000 Sector, 28, 1, 0x04000, 0x2000 Sector, 28, 1, 0x06000, 0x2000 Sector, 28, 1, 0x08000, 0x8000 Sector, 28, 15,0x10000, 0x10000 //--added by oxygen007m Flash, 29, "TE28F160C3T", 0x88c2, 0x200000, 1, 1, 0, 2, 39, 0 Sector, 29, 31, 0x00000, 0x10000 Sector, 29, 8, 0x1F0000, 0x2000 Flash, 30," M29W160DT", 0x90, 0x200000, 1, 1, 0, 1, 35, 1 Sector, 30, 31,0x0 , 0x10000 Sector, 30, 1, 0x1F0000, 0x8000 Sector, 30, 1, 0x1F8000, 0x2000 Sector, 30, 1, 0x1FA000, 0x2000 Sector, 30, 1, 0x1FC000, 0x4000 Flash, 31, "28F800", 0xd5, 0x100000, 1, 1, 0, 2, 11, 1 Sector, 31, 1, 0, 0x4000 Sector, 31, 1, 0x4000, 0x2000 Sector, 31, 1, 0x6000, 0x2000 Sector, 31, 1, 0x8000, 0x18000 Sector, 31, 7, 0x20000,0x20000 Flash, 32, "28F800", 0x889, 0x100000, 1, 1, 0, 2, 11, 0 Sector, 32, 1, 0, 0x4000 Sector, 32, 1, 0x4000, 0x2000 Sector, 32, 1, 0x6000, 0x2000 Sector, 32, 1, 0x8000, 0x18000 Sector, 32, 7, 0x20000,0x20000 //--added by oxygen007m Flash, 33, "M28W160CT", 0x88CE, 0x200000, 1, 1, 0, 2, 39, 0 Sector, 33, 31, 0x00000, 0x10000 Sector, 33, 8, 0x1F0000, 0x2000 Flash, 34, "39VF160", 0x2782, 0x200000, 0, 1, 0, 1, 512, 1 Sector, 34, 512, 0, 0x1000 //--added by oxygen007m Flash, 35, "TE28F800C3T", 0x88C0, 0x100000, 1, 1, 0, 2, 23, 0 Sector, 35, 15, 0x00000, 0x10000 Sector, 35, 8, 0xF0000, 0x2000 // SST SST39VF160 - 16 Mbit Flash, 36, "39VF160", 0x454C, 0x200000, 0, 1, 0, 1, 512, 1 Sector, 36, 512, 0, 0x1000 // SST SST39VF160 - 16 Mbit Flash, 37, "39VF160", 0x4554, 0x200000, 0, 1, 0, 1, 512, 1 Sector, 37, 512, 0, 0x1000 // Sharp LH28F800BVE - 8 Mbit Flash, 38, "LH28F800BVE", 0x00001, 0x100000, 1, 1, 0, 2, 11, 0 Sector, 38, 1, 0, 0x4000 Sector, 38, 1, 0x4000, 0x2000 Sector, 38, 1, 0x6000, 0x2000 Sector, 38, 1, 0x8000, 0x18000 Sector, 38, 7, 0x20000,0x20000 //--added by oxygen007m Flash, 39, "TE28F320C3T", 0x88C4, 0x400000, 1, 1, 0, 2, 71, 0 Sector, 39, 63, 0x00000, 0x10000 Sector, 39, 8, 0x3F0000, 0x2000 //--added by oxygen007m // reserved for further expansion to avoid devive ID confliction with some other flashes // (for use remove double back slashes from defenition beginning) // Flash, 40, "TE28F640C3T", 0x88CC, 0x800000, 1, 1, 0, 2, 135, 0 // Sector, 40, 127, 0x00000, 0x10000 // Sector, 40, 8, 0x7F0000, 0x2000 //--added by oxygen007m Flash, 41, "TE28F800C3B", 0x88C1, 0x100000, 1, 1, 0, 2, 23, 0 Sector, 41, 8, 0x00000, 0x2000 Sector, 41, 15, 0x10000, 0x10000 //--added by oxygen007m Flash, 42, "TE28F160C3B", 0x88C3, 0x200000, 1, 1, 0, 2, 39, 0 Sector, 42, 8, 0x00000, 0x2000 Sector, 42, 31, 0x10000, 0x10000 //--added by oxygen007m Flash, 43, "TE28F320C3B", 0x88C5, 0x400000, 1, 1, 0, 2, 71, 0 Sector, 43, 8, 0x00000, 0x2000 Sector, 43, 63, 0x10000, 0x10000 // Reserved for further expansion //Flash, 44, "28F800", 0x8893, 0x100000, 1, 1, 0, 2, 11, 0 // Sector, 44, 1, 0, 0x4000 // Sector, 44, 1, 0x4000, 0x2000 // Sector, 44, 1, 0x6000, 0x2000 // Sector, 44, 1, 0x8000, 0x18000 // Sector, 44, 7, 0x20000,0x20000 Flash, 45, "28F800", 0x889, 0x100000, 1, 1, 0, 2, 11, 0 Sector, 45, 1, 0, 0x4000 Sector, 45, 1, 0x4000, 0x2000 Sector, 45, 1, 0x6000, 0x2000 Sector, 45, 1, 0x8000, 0x18000 Sector, 45, 7, 0x20000,0x20000 Flash, 46, "TE28F160", 0xd0, 0x200000, 1, 1, 0, 2, 32, 1 Sector, 46, 32, 0, 0x10000 Flash, 47, "TE28F160", 0x90, 0x200000, 1, 1, 0, 2, 32, 1 Sector, 47, 32, 0, 0x10000 Flash, 48, "TE28F160", 0x8890, 0x200000, 1, 1, 0, 2, 32, 1 Sector, 48, 32, 0, 0x10000 Flash, 49, "TE28F160", 0x8891, 0x200000, 1, 1, 0, 2, 32, 1 Sector, 49, 32, 0, 0x10000 //--added by oxygen007m Flash, 50, "M29W160EB", 0x2249, 0x200000, 1, 1, 0, 1, 35, 0 Sector, 50, 1, 0x00000, 0x4000 Sector, 50, 2, 0x04000, 0x2000 Sector, 50, 1, 0x08000, 0x8000 Sector, 50, 31, 0x10000, 0x10000 Flash, 51, "TE28F160", 0x91, 0x200000, 1, 1, 0, 2, 32, 1 Sector, 51, 32, 0, 0x10000 //--added by oxygen007m // reserved for further expansion to avoid devive ID confliction with some other flashes // (for use remove double back slashes from defenition beginning) // Flash, 52, "TE28F640C3B", 0x88CD, 0x800000, 1, 1, 0, 2, 135, 0 // Sector, 52, 8, 0x00000, 0x2000 // Sector, 52, 127, 0x10000, 0x10000 //--added by oxygen007m Flash, 53, "M28W800CT", 0x88CC, 0x100000, 1, 1, 0, 2, 23, 0 Sector, 53, 15, 0x00000, 0x10000 sector, 53, 8, 0xF0000, 0x2000 //--added by oxygen007m Flash, 54, "M28W800CB", 0x88CB, 0x100000, 1, 1, 0, 2, 23, 0 Sector, 54, 8, 0x00000, 0x2000 sector, 54, 15, 0x10000, 0x10000 // STMicro, M29W800DT, 1 MByte, Top Boot Flash, 55, "M29W800DT", 0x22D7, 0x100000, 1, 1, 0, 1, 19, 1 Sector, 55, 15,0, 0x10000 Sector, 55, 1, 0xF0000, 0x8000 Sector, 55, 1, 0xF8000, 0x2000 Sector, 55, 1, 0xFA000, 0x2000 Sector, 55, 1, 0xFC000, 0x4000 // STMicro, M29W800DB, 1 MByte, Bottom Boot Flash, 56, "M29W800DB", 0x225B, 0x100000, 1, 1, 0, 1, 19, 1 Sector, 56, 15,0, 0x10000 Sector, 56, 1, 0xF0000, 0x8000 Sector, 56, 1, 0xF8000, 0x2000 Sector, 56, 1, 0xFA000, 0x2000 Sector, 56, 1, 0xFC000, 0x4000 // AMD AM29LV320DT - 32 MBit Flash, 57, AM29LV320DT", 0x22F9, 0x400000, 1, 1, 0, 1, 71, 1 Sector, 57, 63,0x0, 0x10000 // 64 KByte 63 sectors Sector, 57, 8, 0x3F0000, 0x2000 // 8 KByte //--added by oxygen007m Flash, 58, "TE28F800B3T", 0x8892, 0x100000, 1, 1, 0, 2, 23, 0 Sector, 58, 15, 0x00000, 0x10000 Sector, 58, 8, 0xF0000, 0x2000 //--added by oxygen007m Flash, 59, "TE28F800B3B", 0x8893, 0x100000, 1, 1, 0, 2, 23, 0 Sector, 59, 8, 0x00000, 0x2000 Sector, 59, 15, 0x10000, 0x10000 //--added by oxygen007m Flash, 60, "TE28F160B3T", 0x8890, 0x200000, 1, 1, 0, 2, 39, 0 Sector, 60, 31, 0x00000, 0x10000 Sector, 60, 8, 0x1F0000, 0x2000 //--added by oxygen007m Flash, 61, "TE28F160B3B", 0x8891, 0x200000, 1, 1, 0, 2, 39, 0 Sector, 61, 8, 0x00000, 0x2000 Sector, 61, 31, 0x10000, 0x10000 //--added by oxygen007m Flash, 62, "TE28F320B3T", 0x8896, 0x400000, 1, 1, 0, 2, 71, 0 Sector, 62, 63, 0x00000, 0x10000 Sector, 62, 8, 0x3F0000, 0x2000 //--added by oxygen007m Flash, 63, "TE28F320B3B", 0x8897, 0x400000, 1, 1, 0, 2, 71, 0 Sector, 63, 8, 0x00000, 0x2000 Sector, 63, 63, 0x10000, 0x10000 //--added by oxygen007m Flash, 64, "HY29F800T", 0x22D6, 0x100000, 1, 1, 0, 1, 19, 0 Sector, 64, 15, 0x00000, 0x10000 Sector, 64, 1, 0xF0000, 0x8000 Sector, 64, 2, 0xF8000, 0x2000 Sector, 64, 1, 0xFC000, 0x4000 //--added by oxygen007m Flash, 65, "HY29F800B", 0x2258, 0x100000, 1, 1, 0, 1, 19, 0 Sector, 65, 1, 0x00000, 0x4000 Sector, 65, 2, 0x04000, 0x2000 Sector, 65, 1, 0x08000, 0x8000 Sector, 65, 15, 0x10000, 0x10000 //--added by oxygen007m Flash, 66, "M29W160ET", 0x22C4, 0x200000, 1, 1, 0, 1, 35, 0 Sector, 66, 31, 0x0000, 0x10000 Sector, 66, 1, 0x1F0000, 0x8000 Sector, 66, 2, 0x1F8000, 0x2000 Sector, 66, 1, 0x1FC000, 0x4000 //--added by oxygen007m Flash, 67, "M28W160CB", 0x88CF, 0x200000, 1, 1, 0, 2, 39, 0 Sector, 67, 8, 0x00000, 0x2000 Sector, 67, 31, 0x10000, 0x10000 //--added by oxygen007m Flash, 68, "29LV800T", 0x22DA, 0x100000, 1, 1, 0, 1, 19, 1 Sector, 68, 15, 0x00000, 0x10000 Sector, 68, 1, 0xF0000, 0x8000 Sector, 68, 2, 0xF8000, 0x2000 Sector, 68, 1, 0xFC000, 0x4000 //--added by oxygen007m Flash, 69, "AT49BV16X4T", 0xC0, 0x200000, 1, 1, 0, 1, 40, 1 Sector, 69, 30, 0x00000, 0x10000 Sector, 69, 2, 0x1E0000, 0x8000 Sector, 69, 8, 0x1F0000, 0x2000 //--added by oxygen007m Flash, 70, "AT49BV16X4", 0xC0, 0x200000, 1, 1, 0, 1, 40, 1 Sector, 70, 8, 0x00000, 0x2000 Sector, 70, 2, 0x10000, 0x8000 Sector, 70, 30, 0x20000, 0x10000 //--added by oxygen007m Flash, 71, "AT49BV162AT", 0xC2, 0x200000, 1, 1, 0, 1, 39, 1 Sector, 71, 31, 0x00000, 0x10000 Sector, 71, 8, 0x1F0000, 0x2000 //--added by oxygen007m Flash, 72, "AT49BV162A", 0xC0, 0x200000, 1, 1, 0, 1, 39, 1 Sector, 72, 8, 0x00000, 0x2000 Sector, 72, 31, 0x10000, 0x10000 //--added by oxygen007m Flash, 73, "TC58FVT160", 0xC2, 0x200000, 1, 1, 0, 2, 35, 1 Sector, 73, 31, 0x00000, 0x10000 Sector, 73, 1, 0x1F0000, 0x8000 Sector, 73, 2, 0x1F8000, 0x2000 Sector, 73, 1, 0x1FC000, 0x4000 //--added by oxygen007m Flash, 74, "TC58FVB160", 0x43, 0x200000, 1, 1, 0, 2, 35, 1 Sector, 74, 1, 0x0000, 0x4000 Sector, 74, 2, 0x4000, 0x2000 Sector, 74, 1, 0x8000, 0x8000 Sector, 74, 31, 0x10000, 0x10000 //--added by oxygen007m Flash, 75, "TC58FVB321", 0x9C, 0x400000, 1, 1, 0, 2, 71, 1 Sector, 75, 8, 0x0000, 0x2000 Sector, 75, 63, 0x10000, 0x10000 //--added by oxygen007m Flash, 76, "TC58FVT321", 0x9A, 0x400000, 1, 1, 0, 2, 71, 1 Sector, 76, 63, 0x0000, 0x10000 Sector, 76, 8, 0x3F0000, 0x2000 //--added by oxygen007m ( Device ID fake=6C69 real=22C4) Flash, 77, "MX29LV160AT", 0x6C69, 0x200000, 1, 1, 0, 1, 35, 1 Sector, 77, 31, 0 , 0x10000 Sector, 77, 1, 0x1F0000 , 0x8000 Sector, 77, 2, 0x1F8000 , 0x2000 Sector, 77, 1, 0x1FC000 , 0x4000 //--added by oxygen007m Flash, 78, "M28W800CB", 0x88CD,0x100000, 1, 1, 0, 2, 23, 0 Sector, 78, 8, 0x00000, 0x2000 Sector, 78, 15, 0x10000, 0x10000 //--added by oxygen007m Flash, 79, "MX29F1610A", 0x22F8, 0x200000, 1, 1, 0, 1, 32, 1 Sector, 79, 32, 0x00000, 0x10000 //--added by oxygen007m Flash, 80, "MX29L1611", 0x22FA, 0x200000, 1, 1, 0, 1, 16, 1 Sector, 80, 16, 0x00000, 0x20000 //--added by oxygen007m Flash, 81, "MX29L3211", 0x22F9, 0x400000, 1, 1, 0, 1, 32, 1 Sector, 81, 32, 0x00000, 0x20000 //--added by oxygen007m Flash, 82, "DT28F160F3B", 0x88F4, 0x200000, 1, 1, 0, 2, 39, 0 Sector, 82, 8, 0x00000, 0x2000 Sector, 82, 31, 0x10000, 0x10000 // fake ID for test only Flash, 83, "test", 0xffff, 0x100000, 0, 1, 0, 1, 256, 1 Sector, 83, 256, 0, 0x1000 // ============================================================================ // ============================================================================ // Flash Manufacturer Codes FlashMfg, 0x002C, "Micron" FlashMfg, 0x52, "Alliance" FlashMfg, 0x01, "AMD" FlashMfg, 0x1F, "ATMEL" FlashMfg, 0x04, "FUJITSU" FlashMfg, 0x20, "STMicro" FlashMfg, 0x89, "Intel" FlashMfg, 0x98, "Toshiba" FlashMfg, 0xAD, "Hynix" FlashMfg, 0xB0, "Intel" FlashMfg, 0xBF, "SST" FlashMfg, 0x00000, "Sharp" FlashMfg, 0xC2, "Macronix" // ============================================================================ // Thanks to Dave for this great project @--}--}-- // For further expansions feel free to contact me at ICQ #171449237 or Email : oxygen007m@icqmail.com // ============================================================================