[coreboot] Broadwell-U hangs at VGA init (update)

Nico Huber nico.huber at secunet.com
Wed Aug 2 12:58:32 CEST 2017


On 02.08.2017 04:23, Zheng Bao wrote:
> src/soc/intel/broadwell/lpc.c
>     /* Initialize power management */
> //    pch_power_options(dev);
> //    pch_pm_init(dev);
>     printk(BIOS_INFO, "%s,%d.\n", __func__, __LINE__);
> //    pch_cg_init(dev);
>     printk(BIOS_INFO, "%s,%d.\n", __func__, __LINE__);
> 
> //    pch_set_acpi_mode();
> 
> 
> I need to skip all these 4 functions to run through, otherwise it hangs. What causes this? or what setting is not right?

Did you fix your ME issue yet? it might be futile to make assumptions
about the hardware if the ME is no running correctly.

If you are sure your ME is doing well and all four functions above fail
individually, there may be multiple issues. I'd start by diving deeper
into those function and find the first hardware access that makes it
hang.

The first function enables SMIs based on devicetree settings. Make sure
these settings match your hardware (or set them to zero if in doubt, to
rule them out).

Nico

> 
> 
> Zheng
> 
> 
> ________________________________
> From: coreboot <coreboot-bounces at coreboot.org> on behalf of Zheng Bao <fishbaoz at hotmail.com>
> Sent: Tuesday, August 1, 2017 1:51 PM
> To: Matt DeVillier
> Cc: Nico Huber; stefan.reinauer at coreboot.org; coreboot at coreboot.org
> Subject: Re: [coreboot] Broadwell-U hangs at VGA init (update)
> 
> 
> Refcode is added and VGA BIOS passes.
> hangs at "Set power off after power failure. "
> 
> It seems that the ME is not 100% right.
> 
> 
> Zheng
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0x138B3CE3.asc
Type: application/pgp-keys
Size: 5129 bytes
Desc: not available
URL: <http://mail.coreboot.org/pipermail/coreboot/attachments/20170802/b3338ebf/attachment.skr>


More information about the coreboot mailing list