Home
last modified time | relevance | path

Searched refs:log_debug (Results 1 – 25 of 193) sorted by relevance

12345678

/u-boot/board/purism/librem5/
A Dlibrem5.c58 log_debug("%s: starting\n", __func__); in tps65982_wait_for_app()
92 log_debug("%s: starting\n", __func__); in tps65982_clear_dead_battery()
145 log_debug("%s: starting\n", __func__); in tps65982_get_max_current()
249 log_debug("REG00 0x%x\n", val); in bq25895_set_iinlim()
309 log_debug("REG0B 0x%x\n", val); in init_charger_bq25895()
314 log_debug("VBUS not detected\n"); in init_charger_bq25895()
317 log_debug("USB SDP IINLIM 500mA\n"); in init_charger_bq25895()
329 log_debug("Unknown IINLIM 500mA\n"); in init_charger_bq25895()
335 log_debug("OTG\n"); in init_charger_bq25895()
345 log_debug("REG00 0x%x\n", val); in init_charger_bq25895()
[all …]
/u-boot/drivers/serial/
A Dserial_coreboot.c28 log_debug("Looking for DBG2 in ACPI tables\n"); in read_dbg2()
30 log_debug("No ACPI tables\n"); in read_dbg2()
36 log_debug("No DBG2 table\n"); in read_dbg2()
43 log_debug("No devices\n"); in read_dbg2()
47 log_debug("Invalid offset\n"); in read_dbg2()
52 log_debug("Invalid revision %d\n", dbg->revision); in read_dbg2()
56 log_debug("No addresses\n"); in read_dbg2()
60 log_debug("Not a serial port\n"); in read_dbg2()
64 log_debug("Incompatible serial port\n"); in read_dbg2()
75 log_debug("Zero address size\n"); in read_dbg2()
[all …]
/u-boot/boot/
A Dvbe_simple_fw.c55 log_debug("media=%s\n", media->name); in vbe_simple_read_bootflow_fw()
59 log_debug("blk=%s\n", blk->name); in vbe_simple_read_bootflow_fw()
66 log_debug("read at %lx, blknum %lx\n", offset, blknum); in vbe_simple_read_bootflow_fw()
77 log_debug("FIT size %lx\n", size); in vbe_simple_read_bootflow_fw()
103 log_debug("loading FIT\n"); in vbe_simple_read_bootflow_fw()
111 log_debug("loaded to %lx\n", load_addr); in vbe_simple_read_bootflow_fw()
135 log_debug("read %lx %lx, %lx blocks to %lx / %p: ret=%d\n", in vbe_simple_read_bootflow_fw()
172 log_debug("vbe dev %s\n", meth->name); in simple_load_from_image()
178 log_debug("simple %s\n", priv->storage); in simple_load_from_image()
182 log_debug("bootdev %s\n", bdev->name); in simple_load_from_image()
[all …]
A Dbootflow.c168 log_debug("entry: err=%d\n", iter->err); in iter_incr()
225 log_debug("inc_dev=%d\n", inc_dev); in iter_incr()
234 log_debug("finished uclass %s\n", in iter_incr()
240 log_debug("next in single\n"); in iter_incr()
249 log_debug("- next %s\n", in iter_incr()
254 log_debug("finished uclass %s\n", in iter_incr()
259 log_debug("labels %p\n", iter->labels); in iter_incr()
374 log_debug("check - ret=%d\n", ret); in bootflow_scan_first()
394 log_debug("iter_incr: ret=%d\n", ret); in bootflow_scan_next()
400 log_debug("check - ret=%d\n", ret); in bootflow_scan_next()
[all …]
A Dbootdev-uclass.c239 log_debug("Cannot access bootdev device\n"); in bootdev_setup_for_dev()
245 log_debug("Cannot create bootdev device\n"); in bootdev_setup_for_dev()
281 log_debug("Cannot access bootdev device\n"); in bootdev_setup_sibling_blk()
290 log_debug("Cannot create bootdev device\n"); in bootdev_setup_sibling_blk()
454 log_debug("- found %s\n", bdev->name); in bootdev_find_by_label()
585 log_debug("next\n"); in bootdev_next_label()
590 log_debug("Scanning: %s\n", label); in bootdev_next_label()
663 log_debug("- hunt ret %d\n", ret); in bootdev_next_prio()
670 log_debug("Device '%s' failed to probe\n", in bootdev_next_prio()
766 log_debug("Hunting with: %s\n", name); in bootdev_hunt_drv()
[all …]
/u-boot/drivers/sound/
A Drockchip_sound.c58 log_debug("Failed to find /cpu subnode\n"); in rockchip_sound_probe()
64 log_debug("Cannot find i2s phandle: %d\n", ret); in rockchip_sound_probe()
69 log_debug("Cannot find i2s: %d\n", ret); in rockchip_sound_probe()
75 log_debug("Failed to find /codec subnode\n"); in rockchip_sound_probe()
81 log_debug("Cannot find codec phandle: %d\n", ret); in rockchip_sound_probe()
87 log_debug("Cannot find audio codec: %d\n", ret); in rockchip_sound_probe()
92 log_debug("Cannot find clock: %d\n", ret); in rockchip_sound_probe()
97 log_debug("Cannot find clock: %d\n", ret); in rockchip_sound_probe()
111 log_debug("Probed sound '%s' with codec '%s' and i2s '%s'\n", dev->name, in rockchip_sound_probe()
A Drt5677.c144 log_debug("\nMX%02x: ", i); in debug_dump_5677_regs()
148 log_debug("%04x ", swap_bytes16(reg_word)); in debug_dump_5677_regs()
150 log_debug("%04x ", reg_word); in debug_dump_5677_regs()
152 log_debug("\n"); in debug_dump_5677_regs()
157 log_debug("\nPR%02x: ", i); in debug_dump_5677_regs()
162 log_debug("%04x ", swap_bytes16(reg_word)); in debug_dump_5677_regs()
164 log_debug("%04x ", reg_word); in debug_dump_5677_regs()
166 log_debug("\n"); in debug_dump_5677_regs()
179 log_debug("Error updating I2S1 Interface Ctrl reg\n"); in rt5677_hw_params()
275 log_debug("Hardware ID: %0xX\n", ret); in rt5677_device_init()
[all …]
A Dhda_codec.c172 log_debug("No codec\n"); in hda_codec_detect()
186 log_debug("Cannot get IDs for '%s'\n", in find_verb_data()
212 log_debug("No verb data\n"); in send_verbs()
220 log_debug(" codec ready timeout\n"); in send_verbs()
228 log_debug(" codec valid timeout\n"); in send_verbs()
245 log_debug(" codec not ready\n"); in codec_init()
255 log_debug(" codec not valid\n"); in codec_init()
260 log_debug("codec vid/did: %08x\n", id); in codec_init()
263 log_debug("No verb (err=%d)\n", ret); in codec_init()
271 log_debug("verb loaded\n"); in codec_init()
[all …]
A Divybridge_sound.c39 log_debug("Cannot set up HDA codec (err=%d)\n", ret); in bd82x6x_azalia_probe()
45 log_debug("PCH %p %s\n", pch, pch->name); in bd82x6x_azalia_probe()
50 log_debug("conf = %x\n", conf); in bd82x6x_azalia_probe()
58 log_debug("V1CTL disabled\n"); in bd82x6x_azalia_probe()
85 log_debug("codec_mask = %02x\n", codec_mask); in bd82x6x_azalia_probe()
100 log_debug("Cannot set up HDA codec (err=%d)\n", ret); in bd82x6x_azalia_probe()
A Dtegra_sound.c60 log_debug("Failed to probe audio codec\n"); in tegra_sound_probe()
67 log_debug("Cannot find i2s: %d\n", ret); in tegra_sound_probe()
75 log_debug("Cannot set i2c: %d\n", ret); in tegra_sound_probe()
79 log_debug("Probed sound '%s' with codec '%s' and i2s '%s'\n", dev->name, in tegra_sound_probe()
/u-boot/common/spl/
A Dspl_semihosting.c35 log_debug("could not open %s: %ld\n", filename, fd); in spl_smh_load_image()
41 log_debug("could not get length of image: %d\n", ret); in spl_smh_load_image()
48 log_debug("could not read image header: %d\n", ret); in spl_smh_load_image()
54 log_debug("failed to parse image header: %d\n", ret); in spl_smh_load_image()
60 log_debug("could not seek to start of image: %d\n", ret); in spl_smh_load_image()
66 log_debug("could not read %s: %d\n", filename, ret); in spl_smh_load_image()
/u-boot/arch/x86/lib/fsp2/
A Dfsp_support.c40 log_debug("offset=%x buf=%x, use_spi_flash=%d\n", (uint)offset, in fsp_get_header()
58 log_debug("offset=%x sign=%x\n", (uint)offset, (uint)fv->sign); in fsp_get_header()
63 log_debug("fv->ext_hdr_off = %x\n", fv->ext_hdr_off); in fsp_get_header()
67 log_debug("ptr=%x\n", ptr - (void *)buf); in fsp_get_header()
77 log_debug("raw->type = %x\n", raw->type); in fsp_get_header()
86 log_debug("fsp %x, fsp-buf=%x, si=%x\n", (uint)fsp, ptr - (void *)buf, in fsp_get_header()
92 log_debug("image base %x\n", (uint)base); in fsp_get_header()
94 log_debug("mem_init offset %x\n", (uint)fsp->fsp_mem_init); in fsp_get_header()
96 log_debug("silicon_init offset %x\n", in fsp_get_header()
A Dfsp_dram.c41 log_debug("Memory init failed (err=%x)\n", ret); in dram_init()
57 log_debug("normal %x, var %x\n", in dram_init()
66 log_debug("No SPL handoff found\n"); in dram_init()
88 log_debug("usable_ram_top = %lx\n", ho->arch.usable_ram_top); in board_get_usable_ram_top()
/u-boot/drivers/extcon/
A Dextcon-max14526.c51 log_debug("cp-uart > ap failed (%d)\n", ret); in max14526_set_mode()
58 log_debug("cp-uart > dp2t failed (%d)\n", ret); in max14526_set_mode()
65 log_debug("usb-vbus-gpio enable failed (%d)\n", ret); in max14526_set_mode()
69 log_debug("cp-usb > muic-uart failed (%d)\n", ret); in max14526_set_mode()
76 log_debug("cp-uart > muic-uart failed (%d)\n", ret); in max14526_set_mode()
83 log_debug("USB path set failed: %d\n", ret); in max14526_set_mode()
90 log_debug("UART path set failed: %d\n", ret); in max14526_set_mode()
96 log_debug("200K, Charger Pump, and ADC set failed: %d\n", ret); in max14526_set_mode()
/u-boot/drivers/fwu-mdata/
A Dgpt_blk.c51 log_debug("Expect two copies of the FWU metadata instead of %d\n", in gpt_get_mdata_partitions()
105 log_debug("Block count exceeds FWU metadata partition size\n"); in gpt_read_write_mdata()
112 log_debug("Error reading FWU metadata from the device\n"); in gpt_read_write_mdata()
118 log_debug("Error writing FWU metadata to the device\n"); in gpt_read_write_mdata()
137 log_debug("Error getting the FWU metadata partitions\n"); in fwu_gpt_update_mdata()
144 log_debug("Updating primary FWU metadata partition failed\n"); in fwu_gpt_update_mdata()
151 log_debug("Updating secondary FWU metadata partition failed\n"); in fwu_gpt_update_mdata()
166 log_debug("Error getting the FWU metadata partitions\n"); in gpt_get_mdata()
172 log_debug("Failed to read the FWU metadata from the device\n"); in gpt_get_mdata()
187 log_debug("Failed to read the FWU metadata from the device\n"); in gpt_get_mdata()
[all …]
A Dfwu-mdata-uclass.c35 log_debug("get_mdata_part_num() method not defined\n"); in fwu_get_mdata_part_num()
59 log_debug("read_mdata_partition() method not defined\n"); in fwu_read_mdata_partition()
83 log_debug("write_mdata_partition() method not defined\n"); in fwu_write_mdata_partition()
105 log_debug("check_mdata() method not defined\n"); in fwu_mdata_check()
132 log_debug("get_mdata() method not defined\n"); in fwu_get_mdata()
168 log_debug("get_mdata() method not defined\n"); in fwu_update_mdata()
/u-boot/disk/
A Dpart_efi.c161 log_debug("%s: %#x != %#x\n", in validate_gpt_entries()
266 log_debug("Invalid Argument(s)\n"); in part_get_info_efi()
332 log_debug("calloc failed!\n"); in set_protective_mbr()
453 log_debug("Partition overlap\n"); in gpt_fill_pte()
610 log_debug("calloc failed!\n"); in gpt_restore()
619 log_debug("calloc failed!\n"); in gpt_restore()
677 log_debug("Invalid GPT\n"); in gpt_verify_headers()
694 log_debug("Invalid Backup GPT\n"); in gpt_verify_headers()
1016 log_debug("Invalid Argument(s)\n"); in is_gpt_valid()
1088 log_debug("Invalid GPT\n"); in find_valid_gpt()
[all …]
/u-boot/lib/fwu_updates/
A Dfwu.c42 log_debug("Cannot find fwu device\n"); in fwu_get_dev_mdata()
51 log_debug("Unable to get valid FWU metadata\n"); in fwu_get_dev_mdata()
106 log_debug("Unable to read trial_state_ctr\n"); in fwu_trial_count_update()
233 log_debug("Error getting the FWU metadata partitions\n"); in fwu_check_mdata_validity()
286 log_debug("Restoring %s FWU metadata partition failed\n", in fwu_check_mdata_validity()
320 log_debug("Active index value read is incorrect\n"); in fwu_get_active_index()
343 log_debug("Invalid active index value\n"); in fwu_set_active_index()
364 log_debug("Failed to update FWU metadata partitions\n"); in fwu_set_active_index()
403 log_debug("Failed to get the FWU update bank\n"); in fwu_get_image_index()
430 log_debug("alt_num %d for partition %pUs\n", in fwu_get_image_index()
[all …]
/u-boot/arch/arm/mach-stm32mp/
A Dboot_params.c23 log_debug("%s: nt_fw_dtb=%lx\n", __func__, nt_fw_dtb); in board_fdt_blob_setup()
30 log_debug("%s: DTB not found.\n", __func__); in board_fdt_blob_setup()
32 log_debug("%s: fall back to builtin DTB, %p\n", __func__, &_end); in board_fdt_blob_setup()
/u-boot/lib/acpi/
A Ddsdt.c30 log_debug("DSDT starts at %p, hdr ends at %p\n", dsdt, ctx->current); in acpi_write_dsdt()
41 log_debug("Added %lx bytes from inject_dsdt, now at %p\n", in acpi_write_dsdt()
43 log_debug("Copy AML code size %x to %p\n", aml_len, in acpi_write_dsdt()
51 log_debug("Updated DSDT length to %x\n", dsdt->length); in acpi_write_dsdt()
/u-boot/drivers/core/
A Dacpi.c163 log_debug("* %s: Added type %d, %p, size %x\n", in add_item()
236 log_debug("Failed to find ordering, leaving as is\n"); in sort_acpi_item_type()
258 log_debug(" - add %s\n", item->dev->name); in sort_acpi_item_type()
337 log_debug("Writing SSDT tables\n"); in acpi_fill_ssdt()
339 log_debug("Writing SSDT finished, err=%d\n", ret); in acpi_fill_ssdt()
352 log_debug("Writing DSDT tables\n"); in acpi_inject_dsdt()
355 log_debug("Writing DSDT finished, err=%d\n", ret); in acpi_inject_dsdt()
372 log_debug("Writing device tables\n"); in acpi_write_dev_tables()
375 log_debug("Writing finished, err=%d\n", ret); in acpi_write_dev_tables()
384 log_debug("Setup NHLT\n"); in acpi_setup_nhlt()
[all …]
/u-boot/board/st/stm32mp1/
A Dstm32mp1.c162 log_debug("no /config node?\n"); in board_key_check()
224 log_debug("dwc2_udc_otg init failed\n"); in g_dnl_board_usb_cable_connected()
263 log_debug("get=%d\n", ret); in get_led()
351 log_debug("%s[%02d] = %u, %d uV\n", in adc_measurement()
376 log_debug("no /config node?\n"); in board_check_usb_power()
542 log_debug("VDD unknown"); in sysconf_init()
572 log_debug("no hdmi-transmitter@39 ?\n"); in board_stm32mp15x_dk2_init()
584 log_debug("no cs42l51@4a ?\n"); in board_stm32mp15x_dk2_init()
770 log_debug("PHY_INTERFACE_MODE_MII\n"); in board_interface_eth_init()
778 log_debug("PHY_INTERFACE_MODE_GMII\n"); in board_interface_eth_init()
[all …]
/u-boot/drivers/fpga/
A Dcyclon2.c41 log_debug("Launching Passive Serial Loader\n"); in CYC2_load()
50 log_debug("Launching Fast Passive Parallel Loader\n"); in CYC2_load()
70 log_debug("Launching Passive Serial Dump\n"); in CYC2_dump()
97 log_debug("start with interface functions @ 0x%p\n", fn); in CYC2_ps_load()
103 log_debug("Function Table:\n" in CYC2_ps_load()
/u-boot/drivers/block/
A Dide.c268 log_debug("1 returned sense key %x status %02x\n", in atapi_issue()
301 log_debug("Write to device\n"); in atapi_issue()
361 log_debug("ATAPI_CMD_REQ_SENSE returned %x\n", res); in atapi_issue_autoreq()
387 log_debug("Media not present\n"); in atapi_issue_autoreq()
467 log_debug("ATAPI_CMD_INQUIRY returned %x\n", c); in atapi_inquiry()
494 log_debug("ATAPI_CMD_START_STOP returned %x\n", c); in atapi_inquiry()
510 log_debug("ATAPI_CMD_READ_CAP returned %x\n", c); in atapi_inquiry()
593 log_debug("Retrying...\n"); in ide_ident()
702 log_debug("Status = %#02X ", c); in ide_init_one()
707 log_debug("Status = %#02X ", c); in ide_init_one()
[all …]
/u-boot/drivers/video/
A Dpwm_backlight.c98 log_debug("Enable '%s', regulator '%s'/'%s'\n", in enable_sequence()
102 log_debug("Cannot enable regulator for PWM '%s'\n", in enable_sequence()
199 log_debug("start\n"); in pwm_backlight_of_to_plat()
203 log_debug("Cannot get power supply: ret=%d\n", ret); in pwm_backlight_of_to_plat()
207 log_debug("Warning: cannot get enable GPIO: ret=%d\n", ret); in pwm_backlight_of_to_plat()
214 log_debug("Cannot get PWM phandle: ret=%d\n", ret); in pwm_backlight_of_to_plat()
220 log_debug("Cannot get PWM: ret=%d\n", ret); in pwm_backlight_of_to_plat()
250 log_debug("done\n"); in pwm_backlight_of_to_plat()

Completed in 50 milliseconds

12345678