Home
last modified time | relevance | path

Searched refs:bootx_printf (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dbootx_init.c25 #define DBG(fmt...) do { bootx_printf(fmt); } while(0)
45 static void __init bootx_printf(const char *format, ...) in bootx_printf() function
87 static void __init bootx_printf(const char *format, ...) {} in bootx_printf() function
138 bootx_printf("WARNING: Can't find string index for <%s>\n", in bootx_dt_add_prop()
143 bootx_printf("WARNING: ignoring large property "); in bootx_dt_add_prop()
144 bootx_printf("%s length 0x%x\n", name, size); in bootx_dt_add_prop()
229 bootx_printf("Node without a full name !\n"); in bootx_scan_dt_build_strings()
432 bootx_printf("Welcome to Linux, kernel " UTS_RELEASE "\n"); in btext_welcome()
433 bootx_printf("\nlinked at : 0x%x", KERNELBASE); in btext_welcome()
434 bootx_printf("\nframe buffer at : 0x%x", bi->dispDeviceBase); in btext_welcome()
[all …]