Announcement

Collapse
No announcement yet.

V5.1.0 test fail on Bay Trail

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #31
    An event created by the following functional call is passed to StartupAllAps()/StartupThisAp():

    Code:
    CreateEvent( 0, TPL_NOTIFY, NULL, NULL, &WaitEvent);
    Timeout is set to 0 to indicate that no timeout shall be used.

    Comment


    • #32
      What's final value from the function is passed to StartupAllAps()/StartupThisAp()?

      Comment


      • #33
        I'm not sure I understand the question but if you are referring to the last parameter (Finished) of StartupThisAp(), we pass NULL to indicate that we don't use the parameter:

        Code:
        EFI_STATUS StartupThisAp(
          IN  EFI_MP_SERVICES_PROTOCOL  *This,
          IN  EFI_AP_PROCEDURE          Procedure,
          IN  UINTN                     ProcessorNumber,
          IN  EFI_EVENT                 WaitEvent               OPTIONAL,
          IN  UINTN                     TimeoutInMicroseconds,
          IN  VOID                      *ProcedureArgument      OPTIONAL,
          OUT BOOLEAN                   *Finished               OPTIONAL
          );

        Comment


        • #34
          Hi Keith,
          Would you mind provide us your Email address? Our BIOS engineer wants to email you directly. Thanks a lot.

          Comment


          • #35
            Contact details are here,
            http://www.passmark.com/about/contact_us.htm

            Just reference this post in the E-mail.

            Comment

            Working...
            X