-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00019e6
commit 8435112
Showing
18 changed files
with
168 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
127 changes: 63 additions & 64 deletions
127
FlashGBX/config/fc_AGB_M36L0R7050T.txt → FlashGBX/config/fc_AGB_M36L0R705.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,63 @@ | ||
{ | ||
"type":"AGB", | ||
"names":[ | ||
"4455_4400_4000_4350_36L0R_V3 with M36L0R7050T", | ||
"4050_4400_4000_4350_36L0R_V5 with M36L0R7050T" | ||
], | ||
"flash_ids":[ | ||
[ 0x20, 0x00, 0xC4, 0x88 ], | ||
[ 0x20, 0x00, 0xC4, 0x88 ] | ||
], | ||
"voltage":3.3, | ||
"flash_size":0x1000000, | ||
"sector_size":[ | ||
[0x20000, 127], | ||
[0x08000, 4] | ||
], | ||
"reset_every":0x100000, | ||
"command_set":"INTEL", | ||
"commands":{ | ||
"reset":[ | ||
[ 0, 0x50 ], | ||
[ 0, 0xFF ] | ||
], | ||
"read_identifier":[ | ||
[ 0, 0x90 ] | ||
], | ||
"sector_erase":[ | ||
[ "SA", 0x60 ], | ||
[ "SA", 0xD0 ], | ||
[ "SA", 0x20 ], | ||
[ "SA", 0xD0 ] | ||
], | ||
"sector_erase_wait_for":[ | ||
[ null, null, null ], | ||
[ null, null, null ], | ||
[ null, null, null ], | ||
[ "SA", 0x80, 0xFFFF ] | ||
], | ||
"buffer_write":[ | ||
[ "SA", 0xE8 ], | ||
[ "SA", "BS" ], | ||
[ "PA", "PD" ], | ||
[ "SA", 0xD0 ], | ||
[ "SA", 0xFF ] | ||
], | ||
"buffer_write_wait_for":[ | ||
[ "SA", 0x80, 0xFFFF ], | ||
[ null, null, null ], | ||
[ null, null, null ], | ||
[ "SA", 0x80, 0xFFFF ], | ||
[ null, null, null ] | ||
], | ||
"single_write":[ | ||
[ 0, 0x70 ], | ||
[ 0, 0x10 ], | ||
[ "PA", "PD" ] | ||
], | ||
"single_write_wait_for":[ | ||
[ 0, 0x80, 0x80 ], | ||
[ null, null, null ], | ||
[ null, null, null ] | ||
] | ||
} | ||
} | ||
{ | ||
"type":"AGB", | ||
"names":[ | ||
"4455_4400_4000_4350_36L0R_V3 with M36L0R7050T", | ||
"4050_4400_4000_4350_36L0R_V5 with M36L0R7050T", | ||
"4050_4400_4000_4350_36L0R_6108 with M36L0R7050B" | ||
], | ||
"flash_ids":[ | ||
[ 0x20, 0x00, 0xC4, 0x88 ], | ||
[ 0x20, 0x00, 0xC4, 0x88 ], | ||
[ 0x20, 0x00, 0xC6, 0x88 ] | ||
], | ||
"voltage":3.3, | ||
"flash_size":0x1000000, | ||
"sector_size_from_cfi":true, | ||
"reset_every":0x100000, | ||
"command_set":"INTEL", | ||
"commands":{ | ||
"reset":[ | ||
[ 0, 0x50 ], | ||
[ 0, 0xFF ] | ||
], | ||
"read_identifier":[ | ||
[ 0, 0x90 ] | ||
], | ||
"sector_erase":[ | ||
[ "SA", 0x60 ], | ||
[ "SA", 0xD0 ], | ||
[ "SA", 0x20 ], | ||
[ "SA", 0xD0 ] | ||
], | ||
"sector_erase_wait_for":[ | ||
[ null, null, null ], | ||
[ null, null, null ], | ||
[ null, null, null ], | ||
[ "SA", 0x80, 0xFFFF ] | ||
], | ||
"buffer_write":[ | ||
[ "SA", 0xE8 ], | ||
[ "SA", "BS" ], | ||
[ "PA", "PD" ], | ||
[ "SA", 0xD0 ], | ||
[ "SA", 0xFF ] | ||
], | ||
"buffer_write_wait_for":[ | ||
[ "SA", 0x80, 0xFFFF ], | ||
[ null, null, null ], | ||
[ null, null, null ], | ||
[ "SA", 0x80, 0xFFFF ], | ||
[ null, null, null ] | ||
], | ||
"single_write":[ | ||
[ 0, 0x70 ], | ||
[ 0, 0x10 ], | ||
[ "PA", "PD" ] | ||
], | ||
"single_write_wait_for":[ | ||
[ 0, 0x80, 0x80 ], | ||
[ null, null, null ], | ||
[ null, null, null ] | ||
] | ||
} | ||
} |
133 changes: 67 additions & 66 deletions
133
FlashGBX/config/fc_AGB_M36L0R8060T.txt → FlashGBX/config/fc_AGB_M36L0R806.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,67 @@ | ||
{ | ||
"type":"AGB", | ||
"names":[ | ||
"4050_4400_4000_4350_36L0R_V5 with M36L0R8060T", | ||
"36L0R8-39VF512 with M36L0R8060T", | ||
"4050_4400_4000_4350_36L0R_V5 with 4050L0YTQ2" | ||
], | ||
"flash_ids":[ | ||
[ 0x20, 0x00, 0x0E, 0x88 ], | ||
[ 0x20, 0x00, 0x0E, 0x88 ], | ||
[ 0x8A, 0x00, 0x0E, 0x88 ] | ||
], | ||
"voltage":3.3, | ||
"flash_size":0x2000000, | ||
"sector_size":[ | ||
[0x20000, 255], | ||
[0x08000, 4] | ||
], | ||
"reset_every":0x100000, | ||
"command_set":"INTEL", | ||
"commands":{ | ||
"reset":[ | ||
[ 0, 0x50 ], | ||
[ 0, 0xFF ] | ||
], | ||
"read_identifier":[ | ||
[ 0, 0x90 ] | ||
], | ||
"sector_erase":[ | ||
[ "SA", 0x60 ], | ||
[ "SA", 0xD0 ], | ||
[ "SA", 0x20 ], | ||
[ "SA", 0xD0 ] | ||
], | ||
"sector_erase_wait_for":[ | ||
[ null, null, null ], | ||
[ null, null, null ], | ||
[ null, null, null ], | ||
[ "SA", 0x80, 0xFFFF ] | ||
], | ||
"buffer_write":[ | ||
[ "SA", 0xE8 ], | ||
[ "SA", "BS" ], | ||
[ "PA", "PD" ], | ||
[ "SA", 0xD0 ], | ||
[ "SA", 0xFF ] | ||
], | ||
"buffer_write_wait_for":[ | ||
[ "SA", 0x80, 0xFFFF ], | ||
[ null, null, null ], | ||
[ null, null, null ], | ||
[ "SA", 0x80, 0xFFFF ], | ||
[ null, null, null ] | ||
], | ||
"single_write":[ | ||
[ 0, 0x70 ], | ||
[ 0, 0x10 ], | ||
[ "PA", "PD" ] | ||
], | ||
"single_write_wait_for":[ | ||
[ 0, 0x80, 0x80 ], | ||
[ null, null, null ], | ||
[ null, null, null ] | ||
] | ||
} | ||
} | ||
{ | ||
"type":"AGB", | ||
"names":[ | ||
"36L0R8-39VF512 with M36L0R8060B", | ||
"4350Q2 with 4350LLYBQ2", | ||
"4050_4400_4000_4350_36L0R_V5 with M36L0R8060T", | ||
"36L0R8-39VF512 with M36L0R8060T", | ||
"4050_4400_4000_4350_36L0R_V5 with 4050L0YTQ2" | ||
], | ||
"flash_ids":[ | ||
[ 0x20, 0x00, 0x0D, 0x88 ], | ||
[ 0x8A, 0x00, 0x10, 0x88 ], | ||
[ 0x20, 0x00, 0x0E, 0x88 ], | ||
[ 0x20, 0x00, 0x0E, 0x88 ], | ||
[ 0x8A, 0x00, 0x0E, 0x88 ] | ||
], | ||
"voltage":3.3, | ||
"flash_size":0x2000000, | ||
"sector_size_from_cfi":true, | ||
"reset_every":0x100000, | ||
"command_set":"INTEL", | ||
"commands":{ | ||
"reset":[ | ||
[ 0, 0x50 ], | ||
[ 0, 0xFF ] | ||
], | ||
"read_identifier":[ | ||
[ 0, 0x90 ] | ||
], | ||
"sector_erase":[ | ||
[ "SA", 0x60 ], | ||
[ "SA", 0xD0 ], | ||
[ "SA", 0x20 ], | ||
[ "SA", 0xD0 ] | ||
], | ||
"sector_erase_wait_for":[ | ||
[ null, null, null ], | ||
[ null, null, null ], | ||
[ null, null, null ], | ||
[ "SA", 0x80, 0xFFFF ] | ||
], | ||
"buffer_write":[ | ||
[ "SA", 0xE8 ], | ||
[ "SA", "BS" ], | ||
[ "PA", "PD" ], | ||
[ "SA", 0xD0 ], | ||
[ "SA", 0xFF ] | ||
], | ||
"buffer_write_wait_for":[ | ||
[ "SA", 0x80, 0xFFFF ], | ||
[ null, null, null ], | ||
[ null, null, null ], | ||
[ "SA", 0x80, 0xFFFF ], | ||
[ null, null, null ] | ||
], | ||
"single_write":[ | ||
[ 0, 0x70 ], | ||
[ 0, 0x10 ], | ||
[ "PA", "PD" ] | ||
], | ||
"single_write_wait_for":[ | ||
[ 0, 0x80, 0x80 ], | ||
[ null, null, null ], | ||
[ null, null, null ] | ||
] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.