Changeset 401 for trunk/tools/bootloader_tsar
- Timestamp:
- Aug 17, 2017, 3:02:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bootloader_tsar/boot.c
r337 r401 824 824 825 825 // display address extensions 826 uint32_t cp2_data_ext;827 uint32_t cp2_ins_ext;828 asm volatile( "mfc2 %0, $24" : "=&r" (cp2_data_ext) );829 asm volatile( "mfc2 %0, $25" : "=&r" (cp2_ins_ext) );830 boot_printf("\n[BOOT] core[%x,%d] CP2_DATA_EXT = %x / CP2_INS_EXT = %x\n",831 826 // uint32_t cp2_data_ext; 827 // uint32_t cp2_ins_ext; 828 // asm volatile( "mfc2 %0, $24" : "=&r" (cp2_data_ext) ); 829 // asm volatile( "mfc2 %0, $25" : "=&r" (cp2_ins_ext) ); 830 // boot_printf("\n[BOOT] core[%x,%d] CP2_DATA_EXT = %x / CP2_INS_EXT = %x\n", 831 // cxy , lid , cp2_data_ext , cp2_ins_ext ); 832 832 833 833 // Wait until all local cores in cluster ready
Note: See TracChangeset
for help on using the changeset viewer.