Searched refs:bootx_printf (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 28 #define DBG(fmt...) do { bootx_printf(fmt); } while(0) 48 static void __init bootx_printf(const char *format, ...) bootx_printf() function 89 static void __init bootx_printf(const char *format, ...) {} bootx_printf() function 140 bootx_printf("WARNING: Can't find string index for <%s>\n", bootx_dt_add_prop() 145 bootx_printf("WARNING: ignoring large property "); bootx_dt_add_prop() 146 bootx_printf("%s length 0x%x\n", name, size); bootx_dt_add_prop() 231 bootx_printf("Node without a full name !\n"); bootx_scan_dt_build_strings() 434 bootx_printf("Welcome to Linux, kernel " UTS_RELEASE "\n"); btext_welcome() 435 bootx_printf("\nlinked at : 0x%x", KERNELBASE); btext_welcome() 436 bootx_printf("\nframe buffer at : 0x%x", bi->dispDeviceBase); btext_welcome() 437 bootx_printf(" (phys), 0x%x", bi->logicalDisplayBase); btext_welcome() 438 bootx_printf(" (log)"); btext_welcome() 439 bootx_printf("\nklimit : 0x%x",(unsigned long)klimit); btext_welcome() 440 bootx_printf("\nboot_info at : 0x%x", bi); btext_welcome() 442 bootx_printf("\nMSR : 0x%x", flags); btext_welcome() 444 bootx_printf("\nPVR : 0x%x", pvr); btext_welcome() 448 bootx_printf("\nHID0 : 0x%x", flags); btext_welcome() 452 bootx_printf("\nICTC : 0x%x", flags); btext_welcome() 455 bootx_printf("\n\n"); btext_welcome() 456 bootx_printf("bi->deviceTreeOffset : 0x%x\n", btext_welcome() 458 bootx_printf("bi->deviceTreeSize : 0x%x\n", btext_welcome() 461 bootx_printf("\n\n"); btext_welcome() 515 bootx_printf(" !!! WARNING - Incompatible version" bootx_init() 521 bootx_printf(" !!! WARNING - Usupported machine" bootx_init() 543 bootx_printf("iMac,1 detected, shutting down USB\n"); bootx_init() 558 bootx_printf("Total space used by parameters & ramdisk: 0x%x\n", space); bootx_init() 564 bootx_printf("Touching pages...\n"); bootx_init() 579 bootx_printf("Preparing boot params...\n"); bootx_init() 585 bootx_printf("Preparing BAT...\n"); bootx_init()
|
Completed in 47 milliseconds