<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p dir="ltr">i just replace the bios region with my coreboot and other parts of ibv image untouched. is it a right way?what kinds of issue do you mean?<br>
</p>
<div class="quote">2017年8月2日 18:58于 Nico Huber <nico.huber@secunet.com>写道:<br type="attribution">
<blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><font size="2"><span style="font-size:10pt"></span></font>
<div>On 02.08.2017 04:23, Zheng Bao wrote:<br>
> src/soc/intel/broadwell/lpc.c<br>
>     /* Initialize power management */<br>
> //    pch_power_options(dev);<br>
> //    pch_pm_init(dev);<br>
>     printk(BIOS_INFO, "%s,%d.\n", __func__, __LINE__);<br>
> //    pch_cg_init(dev);<br>
>     printk(BIOS_INFO, "%s,%d.\n", __func__, __LINE__);<br>
> <br>
> //    pch_set_acpi_mode();<br>
> <br>
> <br>
> I need to skip all these 4 functions to run through, otherwise it hangs. What causes this? or what setting is not right?<br>
<br>
Did you fix your ME issue yet? it might be futile to make assumptions<br>
about the hardware if the ME is no running correctly.<br>
<br>
If you are sure your ME is doing well and all four functions above fail<br>
individually, there may be multiple issues. I'd start by diving deeper<br>
into those function and find the first hardware access that makes it<br>
hang.<br>
<br>
The first function enables SMIs based on devicetree settings. Make sure<br>
these settings match your hardware (or set them to zero if in doubt, to<br>
rule them out).<br>
<br>
Nico<br>
<br>
> <br>
> <br>
> Zheng<br>
> <br>
> <br>
> ________________________________<br>
> From: coreboot <coreboot-bounces@coreboot.org> on behalf of Zheng Bao <fishbaoz@hotmail.com><br>
> Sent: Tuesday, August 1, 2017 1:51 PM<br>
> To: Matt DeVillier<br>
> Cc: Nico Huber; stefan.reinauer@coreboot.org; coreboot@coreboot.org<br>
> Subject: Re: [coreboot] Broadwell-U hangs at VGA init (update)<br>
> <br>
> <br>
> Refcode is added and VGA BIOS passes.<br>
> hangs at "Set power off after power failure. "<br>
> <br>
> It seems that the ME is not 100% right.<br>
> <br>
> <br>
> Zheng<br>
</div>
</div>
</blockquote>
</div>
</body>
</html>