Lines Matching refs:debug

64 		debug("Cannot find RTC: err=%d\n", ret);  in read_seed_from_cmos()
80 debug("Failed to read from RTC %s\n", dev->name); in read_seed_from_cmos()
84 debug("Read scrambler seed 0x%08x from CMOS 0x%02x\n", in read_seed_from_cmos()
86 debug("Read S3 scrambler seed 0x%08x from CMOS 0x%02x\n", in read_seed_from_cmos()
100 debug("%s: invalid seed checksum\n", __func__); in read_seed_from_cmos()
127 debug("%s: at %p, size %x checksum %04x\n", __func__, in prepare_mrc_cache()
142 debug("Cannot find RTC: err=%d\n", ret); in write_seeds_to_cmos()
148 debug("Save scrambler seed 0x%08x to CMOS 0x%02x\n", in write_seeds_to_cmos()
152 debug("Save s3 scrambler seed 0x%08x to CMOS 0x%02x\n", in write_seeds_to_cmos()
213 debug("%s: Could not locate SPD (ret=%d)\n", __func__, ret); in copy_spd()
281 debug("TOUUD %llx TOLUD %08x TOM %llx\n", touud, tolud, tom); in sdram_find()
289 debug("MEBASE %llx\n", me_base); in sdram_find()
300 debug("ME UMA base %llx size %uM\n", me_base, uma_size >> 10); in sdram_find()
306 debug("IGD decoded, subtracting "); in sdram_find()
310 debug("%uM UMA", uma_size >> 10); in sdram_find()
318 debug(" and %uM GTT\n", uma_size >> 10); in sdram_find()
326 debug("TSEG base 0x%08x size %uM\n", tseg_base, uma_size >> 10); in sdram_find()
328 debug("Available memory below 4GB: %lluM\n", tomk >> 10); in sdram_find()
349 debug("Available memory above 4GB: %lluM\n", in sdram_find()
463 debug("%s: Could not get pinconf (ret=%d)\n", __func__, ret); in dram_init()
469 debug("%s: Could not get northbridge (ret=%d)\n", __func__, in dram_init()
475 debug("%s: Could not get ME (ret=%d)\n", __func__, ret); in dram_init()
480 debug("%s: Could not get SPD (ret=%d)\n", __func__, ret); in dram_init()
484 debug("Boot mode %d\n", gd->arch.pei_boot_mode); in dram_init()
485 debug("mrc_input %p\n", pei_data->mrc_input); in dram_init()
495 debug("prepare_mrc_cache failed: %d\n", ret); in dram_init()
500 debug("Giving up in sdram_initialize: No MRC data\n"); in dram_init()
510 debug("%s: Could not init ME (ret=%d)\n", __func__, ret); in dram_init()
515 debug("%s: Could not get UMA size (ret=%d)\n", __func__, ret); in dram_init()
521 debug("%s: mrc_common_init() failed (ret=%d)\n", __func__, ret); in dram_init()
527 debug("%s: sdram_find() failed (ret=%d)\n", __func__, ret); in dram_init()
532 debug("MRC output data length %#x at %p\n", pei_data->mrc_output_len, in dram_init()
548 debug("Failed to write seeds to CMOS: %d\n", ret); in dram_init()