Changeset 1294
- Timestamp:
- 08/18/11 00:36:17 (22 months ago)
- Location:
- trunk/platform
- Files:
-
- 8 edited
-
g12/sub/100c/boot.c (modified) (1 diff)
-
g12/sub/100e/boot.c (modified) (1 diff)
-
g12/sub/100f/boot.c (modified) (1 diff)
-
sx30/sub/100e/boot.c (modified) (1 diff)
-
sx30/sub/100h/boot.c (modified) (1 diff)
-
sx30/sub/100l/boot.c (modified) (1 diff)
-
sx30/sub/100n/boot.c (modified) (1 diff)
-
sx30/sub/100p/boot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/g12/sub/100c/boot.c
r1274 r1294 574 574 "CMP R3, #0xB\n" // Is this a FAT32 partition? 575 575 "CMPNE R3, #0xC\n" // Not 0xB, is it 0xC (FAT32 LBA) then? 576 "CMPNE R3, #0x7\n" // exFat? 576 577 "BNE dg_sd_fat32\n" // No, it isn't. Loop again. 577 578 "CMP R2, #0x00\n" // It is, check the validity of the partition type -
trunk/platform/g12/sub/100e/boot.c
r1274 r1294 574 574 "CMP R3, #0xB\n" // Is this a FAT32 partition? 575 575 "CMPNE R3, #0xC\n" // Not 0xB, is it 0xC (FAT32 LBA) then? 576 "CMPNE R3, #0x7\n" // exFat? 576 577 "BNE dg_sd_fat32\n" // No, it isn't. Loop again. 577 578 "CMP R2, #0x00\n" // It is, check the validity of the partition type -
trunk/platform/g12/sub/100f/boot.c
r1274 r1294 582 582 "CMP R3, #0xB\n" // Is this a FAT32 partition? 583 583 "CMPNE R3, #0xC\n" // Not 0xB, is it 0xC (FAT32 LBA) then? 584 "CMPNE R3, #0x7\n" // exFat? 584 585 "BNE dg_sd_fat32\n" // No, it isn't. Loop again. 585 586 "CMP R2, #0x00\n" // It is, check the validity of the partition type -
trunk/platform/sx30/sub/100e/boot.c
r1274 r1294 567 567 "CMP R3, #0xB\n" // Is this a FAT32 partition? 568 568 "CMPNE R3, #0xC\n" // Not 0xB, is it 0xC (FAT32 LBA) then? 569 "CMPNE R3, #0x7\n" // exFat? 569 570 "BNE dg_sd_fat32\n" // No, it isn't. Loop again. 570 571 "CMP R2, #0x00\n" // It is, check the validity of the partition type -
trunk/platform/sx30/sub/100h/boot.c
r1274 r1294 567 567 "CMP R3, #0xB\n" // Is this a FAT32 partition? 568 568 "CMPNE R3, #0xC\n" // Not 0xB, is it 0xC (FAT32 LBA) then? 569 "CMPNE R3, #0x7\n" // exFat? 569 570 "BNE dg_sd_fat32\n" // No, it isn't. Loop again. 570 571 "CMP R2, #0x00\n" // It is, check the validity of the partition type -
trunk/platform/sx30/sub/100l/boot.c
r1274 r1294 567 567 "CMP R3, #0xB\n" // Is this a FAT32 partition? 568 568 "CMPNE R3, #0xC\n" // Not 0xB, is it 0xC (FAT32 LBA) then? 569 "CMPNE R3, #0x7\n" // exFat? 569 570 "BNE dg_sd_fat32\n" // No, it isn't. Loop again. 570 571 "CMP R2, #0x00\n" // It is, check the validity of the partition type -
trunk/platform/sx30/sub/100n/boot.c
r1274 r1294 577 577 "CMP R3, #0xB\n" // Is this a FAT32 partition? 578 578 "CMPNE R3, #0xC\n" // Not 0xB, is it 0xC (FAT32 LBA) then? 579 "CMPNE R3, #0x7\n" // exFat? 579 580 "BNE dg_sd_fat32\n" // No, it isn't. Loop again. 580 581 "CMP R2, #0x00\n" // It is, check the validity of the partition type -
trunk/platform/sx30/sub/100p/boot.c
r1293 r1294 577 577 "CMP R3, #0xB\n" // Is this a FAT32 partition? 578 578 "CMPNE R3, #0xC\n" // Not 0xB, is it 0xC (FAT32 LBA) then? 579 "CMPNE R3, #0x7\n" // exFat? 579 580 "BNE dg_sd_fat32\n" // No, it isn't. Loop again. 580 581 "CMP R2, #0x00\n" // It is, check the validity of the partition type
Note: See TracChangeset
for help on using the changeset viewer.