Changeset 329 for soft/giet_vm/giet_boot
- Timestamp:
- Jun 19, 2014, 1:25:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_boot/boot.c
r321 r329 1525 1525 _puts(","); 1526 1526 _putd( y ); 1527 _puts(", [");1527 _puts(","); 1528 1528 _putd( lpid ); 1529 1529 _puts("]\n"); … … 2146 2146 2147 2147 #if BOOT_DEBUG_PERI 2148 _puts("\n[BOOT DEBUG] ****** peripherals initialisation in cluster[");2148 _puts("\n[BOOT DEBUG] Peripherals initialisation in cluster["); 2149 2149 _putd( x ); 2150 2150 _puts(","); 2151 2151 _putd( y ); 2152 _puts("] ******\n");2152 _puts("]\n"); 2153 2153 #endif 2154 2154 … … 2216 2216 case PERIPH_TYPE_IOB: // vci_io_bridge component 2217 2217 { 2218 #if 02219 2218 // initialize r_xicu_base & r_xicu_size registers 2220 2219 unsigned int base = (unsigned int)SEG_XCU_BASE; … … 2241 2240 // pseg_base[IOB_IOMMU_ACTIVE] = 1; 2242 2241 } 2243 #endif2244 2242 break; 2245 2243 } … … 2250 2248 _puts("- PIC : channels = "); 2251 2249 _putd(channels); 2252 _puts(" at cycle ");2253 _putd(_get_proctime());2254 2250 _puts("\n"); 2255 2251 #endif … … 2288 2284 2289 2285 #if BOOT_DEBUG_PERI 2290 _puts("\n[BOOT DEBUG] ****** coprocessors initialisation in cluster[");2286 _puts("\n[BOOT DEBUG] Coprocessors initialisation in cluster["); 2291 2287 _putd( x ); 2292 2288 _puts(","); 2293 2289 _putd( y ); 2294 _puts("] ******\n");2290 _puts("]\n"); 2295 2291 #endif 2296 2292
Note: See TracChangeset
for help on using the changeset viewer.