Changeset 1636 for trunk/platform/g11/sub/100l/stubs_entry.S
- Timestamp:
- 02/04/12 00:09:24 (16 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
platform/g11/sub/100l/stubs_entry.S (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/release-1_0 merged: 1635
- Property svn:mergeinfo changed
-
trunk/platform/g11/sub/100l/stubs_entry.S
r1612 r1636 47 47 48 48 // Values below go in 'lib.c': 49 //void *vid_get_bitmap_fb() { return (void*)0x40471000; } // Found @0xff85a4c0 50 //void *vid_get_viewport_fb() { return (void*)0x40587700; } // Found @0xffb0696c 51 //char *camera_jpeg_count_str() { return (char*)0x00097234; } // Found @0xffa012ac 52 //long hook_raw_size() { return 0x00ee9200; } // Found @0xffb09c24 53 //int get_flash_params_count(void) { return 0x84; } // Found @0xff996a78 49 //void *vid_get_bitmap_fb() { return (void*)0x40471000; } // Found @0xff85a4c0 50 //void *vid_get_viewport_fb() { return (void*)0x40587700; } // Found @0xffb0696c 51 //void *vid_get_viewport_fb_d() { return (void*)(*(int*)(0x2a50+0x58)); } // Found @0xff871348 & 0xff871380 52 //char *camera_jpeg_count_str() { return (char*)0x00097234; } // Found @0xffa012ac 53 //long hook_raw_size() { return 0x00ee9200; } // Found @0xffb09c24 54 //int get_flash_params_count(void) { return 0x84; } // Found @0xff996a78 54 55 55 56 // Bitmap masks and physw_status index values for SD_READONLY and USB power flags (for kbd.c). … … 86 87 // Misc stuff 87 88 DEF(ctypes, 0xffb40586) 89 90 // For capt_seq.c 91 //static long *nrflag = (long*)(0x7298-0x08); // Found @ ff9689d8 & ff9689f4 88 92 89 93 // Stubs below matched 100%.
Note: See TracChangeset
for help on using the changeset viewer.