VirtualBox

Ignore:
Timestamp:
Oct 28, 2015 8:17:18 PM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: 'svn merge /vendor/edk2/UDK2010.SR1 /vendor/edk2/current .', reverting and removing files+dirs listed in ReadMe.vbox, resolving conflicts with help from ../UDK2014.SP1/. This is a raw untested merge.

Location:
trunk/src/VBox/Devices/EFI/Firmware
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware

  • trunk/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/SecPeiDebugAgentLib.h

    r48674 r58459  
    22  Header file for Sec Core Debug Agent Library instance.
    33
    4   Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
     4  Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.<BR>
    55  This program and the accompanying materials
    66  are licensed and made available under the terms and conditions of the BSD License
     
    1717
    1818#include <PiPei.h>
    19 
     19#include <Ppi/MemoryDiscovered.h>
     20#include <Library/PeiServicesLib.h>
     21#include <Library/MemoryAllocationLib.h>
    2022#include "DebugAgent.h"
    2123
    2224typedef struct {
     25  UINT32                  InitFlag;
    2326  VOID                    *Context;
    2427  DEBUG_AGENT_CONTINUE    Function;
    2528} DEBUG_AGENT_PHASE2_CONTEXT;
    2629
     30/**
     31  Caller provided function to be invoked at the end of DebugPortInitialize().
     32
     33  Refer to the descrption for DebugPortInitialize() for more details.
     34
     35  @param[in] Context           The first input argument of DebugPortInitialize().
     36  @param[in] DebugPortHandle   Debug port handle created by Debug Communication Libary.
     37
     38**/
     39VOID
     40EFIAPI
     41InitializeDebugAgentPhase2 (
     42  IN VOID                  *Context,
     43  IN DEBUG_PORT_HANDLE     DebugPortHandle
     44  );
     45
     46/**
     47  Debug Agent provided notify callback function on Memory Discovered PPI.
     48
     49  @param[in] PeiServices      Indirect reference to the PEI Services Table.
     50  @param[in] NotifyDescriptor Address of the notification descriptor data structure.
     51  @param[in] Ppi              Address of the PPI that was installed.
     52
     53  @retval EFI_SUCCESS If the function completed successfully.
     54
     55**/
     56EFI_STATUS
     57EFIAPI
     58DebugAgentCallbackMemoryDiscoveredPpi (
     59  IN EFI_PEI_SERVICES                     **PeiServices,
     60  IN EFI_PEI_NOTIFY_DESCRIPTOR            *NotifyDescriptor,
     61  IN VOID                                 *Ppi
     62  );
     63
    2764#endif
    2865
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette