Lines Matching full:debug
45 debug("Boot device %s\n", bootdev); in spl_boot_device()
51 debug("node=%d\n", node); in spl_boot_device()
56 debug("device at node %s/%d not found: %d\n", bootdev, node, in spl_boot_device()
60 debug("Found device %s\n", dev->name); in spl_boot_device()
67 debug("Booting from device uclass '%s' not supported\n", in spl_boot_device()
112 /* Example code showing how to enable the debug UART on RK3288 */ in board_init_f()
123 * Debug UART can be used from here if required: in board_init_f()
131 debug("\nspl:debug uart enabled in %s\n", __func__); in board_init_f()
134 debug("spl_early_init() failed: %d\n", ret); in board_init_f()
143 debug("CLK init failed: %d\n", ret); in board_init_f()
151 debug("Failed to set up phycore power settings: %d\n", in board_init_f()
159 debug("\nspl:init dram\n"); in board_init_f()
162 debug("DRAM init failed: %d\n", ret); in board_init_f()
184 debug("%s: get=%d\n", __func__, ret); in setup_led()
201 debug("LED ret=%d\n", ret); in spl_board_init()