Changeset 2000
- Timestamp:
- 07/19/12 05:37:29 (11 months ago)
- Location:
- trunk/platform/ixus130_sd1400/sub
- Files:
-
- 4 edited
-
100a/stubs_entry.S (modified) (2 diffs)
-
100a/stubs_entry_2.S (modified) (1 diff)
-
100c/stubs_entry.S (modified) (2 diffs)
-
100c/stubs_entry_2.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/ixus130_sd1400/sub/100a/stubs_entry.S
r1985 r2000 16 16 // Stubs below should be checked. Stub not matched 100%, or difference found to current 'stubs_entry_2.S' 17 17 // Name Address Rule % Comp to stubs_entry_2.S 18 //NSTUB(GetDrive_FreeClusters ,0xff834280) // 3 *** != 0xff86f510 19 // ALT: NSTUB(GetDrive_FreeClusters, 0xff86f510) // 4 9/0 18 20 //NSTUB(kbd_pwr_off ,0xff85fb28) // 2 64% *** != 0xff811800 19 21 // ERROR: kbd_pwr_on is not found. //--- --- *** != 0xff811800 … … 119 121 NSTUB(GetCurrentAvValue ,0xff953154) //102 120 122 NSTUB(GetDrive_ClusterSize ,0xff86f4b0) // 4 121 NSTUB(GetDrive_FreeClusters ,0xff834280) // 3122 // ALT: NSTUB(GetDrive_FreeClusters, 0xff86f510) // 4 9/0123 123 NSTUB(GetDrive_TotalClusters ,0xff86f4e4) // 3 124 124 NSTUB(GetFocusLensSubjectDistance ,0xff9523e4) //102 -
trunk/platform/ixus130_sd1400/sub/100a/stubs_entry_2.S
r1985 r2000 2 2 3 3 // 0xff811800 is a nullsub (points to a "bx lr" instruction) 4 5 NHSTUB(GetDrive_FreeClusters, 0xff86f510) // use the 2nd choice found by the sigfinder 4 6 5 7 NHSTUB(MakeAFScan, 0xFF95D2C8) // "SsPrepareSeqBase.c" -
trunk/platform/ixus130_sd1400/sub/100c/stubs_entry.S
r1985 r2000 16 16 // Stubs below should be checked. Stub not matched 100%, or difference found to current 'stubs_entry_2.S' 17 17 // Name Address Rule % Comp to stubs_entry_2.S 18 //NSTUB(GetDrive_FreeClusters ,0xff834280) // 3 *** != 0xff86f510 19 // ALT: NSTUB(GetDrive_FreeClusters, 0xff86f510) // 4 9/0 18 20 //NSTUB(kbd_pwr_off ,0xff85fb28) // 2 64% *** != 0xff811800 19 21 // ERROR: kbd_pwr_on is not found. //--- --- *** != 0xff811800 … … 119 121 NSTUB(GetCurrentAvValue ,0xff953204) //102 120 122 NSTUB(GetDrive_ClusterSize ,0xff86f4b0) // 4 121 NSTUB(GetDrive_FreeClusters ,0xff834280) // 3122 // ALT: NSTUB(GetDrive_FreeClusters, 0xff86f510) // 4 9/0123 123 NSTUB(GetDrive_TotalClusters ,0xff86f4e4) // 3 124 124 NSTUB(GetFocusLensSubjectDistance ,0xff952494) //102 -
trunk/platform/ixus130_sd1400/sub/100c/stubs_entry_2.S
r1985 r2000 2 2 3 3 // 0xff811800 is a nullsub (points to a "bx lr" instruction) 4 5 NHSTUB(GetDrive_FreeClusters, 0xff86f510) // use the 2nd choice found by the sigfinder 4 6 5 7 NHSTUB(MakeAFScan, 0xff95d380) // "SsPrepareSeqBase.c"
Note: See TracChangeset
for help on using the changeset viewer.