Changeset 775
- Timestamp:
- 06/11/09 06:31:37 (9 months ago)
- Files:
-
- trunk/include/camera.h (modified) (1 diff)
- trunk/platform/a470/sub/101b/boot.c (modified) (3 diffs)
- trunk/platform/a470/sub/101b/stubs_entry_2.S (modified) (1 diff)
- trunk/platform/a470/sub/102c/boot.c (modified) (1 diff)
- trunk/platform/a470/sub/102c/stubs_entry_2.S (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/camera.h
r771 r775 227 227 #define CAM_EV_IN_VIDEO 1 228 228 #define DNG_SUPPORT 1 229 //#define CAM_MULTIPART 1229 #define CAM_MULTIPART 1 230 230 231 231 // pattern trunk/platform/a470/sub/101b/boot.c
r739 r775 1355 1355 "BL sub_FFCF8D9C\n" // Add FAT32 autodetect-code after this line\n" 1356 1356 1357 "MOV R1, R4\n" // pointer to MBR in R1 1358 "BL mbr_read_dryos\n" // total sectors count in R0 before and after call 1359 1357 1360 // Start of DataGhost's FAT32 autodetection code 1358 1361 // Policy: If there is a partition which has type W95 FAT32, use the first one of those for image storage … … 1391 1394 "LDRB R3, [R4,#0x1C7]\n" 1392 1395 "LDRB R2, [R4,#0x1BE]\n" 1393 "LDRB LR, [R4,#0x1FF]\n" // replaced, see below1396 //"LDRB LR, [R4,#0x1FF]\n" // replaced, see below 1394 1397 "ORR R1, R1, R3,LSL#8\n" 1395 1398 "LDRB R3, [R4,#0x1C6]\n" … … 1404 1407 "LDRB R12, [R4,#0x1CA]\n" 1405 1408 "ORR R3, R3, R12\n" 1406 "LDRB R12, [R4,#0x1FE]\n" // replaced, see below1407 //"LDRB R12, [LR,#0x1FE]\n" // New! First MBR signature byte (0x55)1408 //"LDRB LR, [LR,#0x1FF]\n" // Last MBR signature byte (0xAA)1409 //"LDRB R12, [R4,#0x1FE]\n" // replaced, see below 1410 "LDRB R12, [LR,#0x1FE]\n" // New! First MBR signature byte (0x55) 1411 "LDRB LR, [LR,#0x1FF]\n" // Last MBR signature byte (0xAA) 1409 1412 "MOV R4, #0\n" 1410 1413 "BNE loc_FFC3C230\n" trunk/platform/a470/sub/101b/stubs_entry_2.S
r770 r775 21 21 NHSTUB(PutInNdFilter, 0xFFE267B0) 22 22 NHSTUB(PutOutNdFilter, 0xFFE267E8) 23 NHSTUB(WriteSDCard, 0xFFCF8A00) 23 24 24 25 //NSTUB(AllocateMemory, 0xFFDF1D70) trunk/platform/a470/sub/102c/boot.c
r739 r775 1368 1368 "MOV R0, R8\n" 1369 1369 "BL sub_FFCF97DC\n" // Add FAT32 autodetect-code after this line\n" 1370 1371 "MOV R1, R4\n" // pointer to MBR in R1 1372 "BL mbr_read_dryos\n" // total sectors count in R0 before and after call 1370 1373 1371 1374 // Start of DataGhost's FAT32 autodetection code trunk/platform/a470/sub/102c/stubs_entry_2.S
r770 r775 21 21 NHSTUB(PutInNdFilter, 0xFFE271F0) 22 22 NHSTUB(PutOutNdFilter, 0xFFE27228) 23 NHSTUB(WriteSDCard, 0xFFCF9440) 23 24 24 25 //NSTUB(AllocateMemory, 0xFFDF1D70)