<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 3/26/2015 9:49 AM, Duncan Laurie wrote:<br>
    <blockquote
cite="mid:CADv6+07reeWLD2nk+Js_-owaMZMGM5Ak8gtDw9Q1Ope=LQaEMQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">On Wed, Mar 25, 2015 at 11:35 PM,
            Matt DeVillier <span dir="ltr"><<a
                moz-do-not-send="true"
                href="mailto:matt.devillier@gmail.com" target="_blank">matt.devillier@gmail.com</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">Greetings
              all!<br>
              <br>
              I was wondering if it's possible to have Panther (Asus
              ChromeBox - Haswell/Lynxpoint) power on when AC power
              connected regardless of the previous power state. 
              Currently, the box will power on if AC power is lost and
              the device was powered on, but not if powered off.  I have
              a use case where it would be convenient to be able to
              power on the boxes by toggling AC power (eg, the boxes are
              not within physical reach).  I modified the CMOS default
              setting for 'power_on_after_fail' to be enabled and
              verified its status with nvramtool.  I also tried
              modifying lpc.c/smihandler.c in the southbridge code to
              force MAINBOARD_POWER_ON (rather than
              MAINBOARD_POWER_KEEP) in all cases, to no avail.<br>
              <br>
              Am I approaching this from the wrong angle, or is it
              perhaps not possible with these boxes?<br>
              <br>
            </blockquote>
            <div><br>
            </div>
            <div><br>
            </div>
            <div>This might be due to the SuperIO instead of the
              Southbridge.  Panther does call
              it8772f_ac_resume_southbridge() which *should* be making
              the southbridge the one responsible for the power behavior
              when AC is applied, but as a first test you could try
              removing that call to see if the default SuperIO behavior
              is closer to what you want.</div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    Hi Duncan, I tried removing the call as suggested, but it didn't
    change the behavior at all.  Any thoughts as to where to look next?<br>
    <br>
    thanks!<br>
    -Matt<br>
    <br>
    <blockquote
cite="mid:CADv6+07reeWLD2nk+Js_-owaMZMGM5Ak8gtDw9Q1Ope=LQaEMQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">
            <div><br>
            </div>
            <div>-duncan</div>
            <div><br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>