Lines Matching +full:stdout +full:- +full:path
5 * Copyright (C) 1996-2005 Paul Mackerras.
43 #include <asm/pci-bridge.h>
56 char *stdout; variable
68 p = of_get_flat_dt_prop(node, "linux,stdout-path", &l); in early_init_dt_scan_chosen_serial()
70 stdout = p; /* store pointer to stdout-path */ in early_init_dt_scan_chosen_serial()
73 if (stdout && strstr(stdout, uname)) { in early_init_dt_scan_chosen_serial()
77 if ((strncmp(p, "xlnx,xps-uart16550", 18) == 0) || in early_init_dt_scan_chosen_serial()
78 (strncmp(p, "xlnx,axi-uart16550", 18) == 0)) { in early_init_dt_scan_chosen_serial()
85 "reg-offset", &l); in early_init_dt_scan_chosen_serial()
89 if ((strncmp(p, "xlnx,xps-uartlite", 17) == 0) || in early_init_dt_scan_chosen_serial()
90 (strncmp(p, "xlnx,opb-uartlite", 17) == 0) || in early_init_dt_scan_chosen_serial()
91 (strncmp(p, "xlnx,axi-uartlite", 17) == 0) || in early_init_dt_scan_chosen_serial()
104 /* this function is looking for early console - Microblaze specific */
113 pr_debug(" -> early_init_devtree(%p)\n", params); in early_init_devtree()
115 /* Setup flat device-tree pointer */ in early_init_devtree()
119 * device-tree, including the platform type, initrd location and in early_init_devtree()
136 pr_debug(" <- early_init_devtree()\n"); in early_init_devtree()
168 flat_dt_blob.size = initial_boot_params->totalsize; in export_flat_device_tree()
170 d = debugfs_create_blob("flat-device-tree", S_IFREG | S_IRUSR, in export_flat_device_tree()