VirtualBox

Ignore:
Timestamp:
Jul 1, 2021 8:17:41 AM (4 years ago)
Author:
vboxsync
Message:

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

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

Legend:

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

  • trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiView.h

    r85718 r89983  
    2323**/
    2424#define RSDP_LENGTH_OFFSET   20
    25 
    26 /**
    27   The EREPORT_OPTION enum describes ACPI table Reporting options.
    28 **/
    29 typedef enum ReportOption {
    30   ReportAll,            ///< Report All tables.
    31   ReportSelected,       ///< Report Selected table.
    32   ReportTableList,      ///< Report List of tables.
    33   ReportDumpBinFile,    ///< Dump selected table to a file.
    34   ReportMax,
    35 } EREPORT_OPTION;
    3625
    3726/**
     
    7261
    7362/**
    74   This function returns the colour highlighting status.
    75 
    76   @retval TRUE if colour highlighting is enabled.
    77 **/
    78 BOOLEAN
    79 GetColourHighlighting (
    80   VOID
    81   );
    82 
    83 /**
    84   This function sets the colour highlighting status.
    85 
    86   @param  Highlight       The Highlight status.
    87 
    88 **/
    89 VOID
    90 SetColourHighlighting (
    91   BOOLEAN Highlight
    92   );
    93 
    94 /**
    95   This function returns the consistency checking status.
    96 
    97   @retval TRUE if consistency checking is enabled.
    98 **/
    99 BOOLEAN
    100 GetConsistencyChecking (
    101   VOID
    102   );
    103 
    104 /**
    105   This function sets the consistency checking status.
    106 
    107   @param  ConsistencyChecking   The consistency checking status.
    108 
    109 **/
    110 VOID
    111 SetConsistencyChecking (
    112   BOOLEAN ConsistencyChecking
    113   );
    114 
    115 /**
    116   This function returns the ACPI table requirements validation flag.
    117 
    118   @retval TRUE if check for mandatory table presence should be performed.
    119 **/
    120 BOOLEAN
    121 GetMandatoryTableValidate (
    122   VOID
    123   );
    124 
    125 /**
    126   This function sets the ACPI table requirements validation flag.
    127 
    128   @param  Validate    Enable/Disable ACPI table requirements validation.
    129 **/
    130 VOID
    131 SetMandatoryTableValidate (
    132   BOOLEAN Validate
    133   );
    134 
    135 /**
    136   This function returns the identifier of specification to validate ACPI table
    137   requirements against.
    138 
    139   @return   ID of specification listing mandatory tables.
    140 **/
    141 UINTN
    142 GetMandatoryTableSpec (
    143   VOID
    144   );
    145 
    146 /**
    147   This function sets the identifier of specification to validate ACPI table
    148   requirements against.
    149 
    150   @param  Spec      ID of specification listing mandatory tables.
    151 **/
    152 VOID
    153 SetMandatoryTableSpec (
    154   UINTN Spec
    155   );
    156 
    157 /**
    15863  This function processes the table reporting options for the ACPI table.
    15964
    16065  @param [in] Signature The ACPI table Signature.
    16166  @param [in] TablePtr  Pointer to the ACPI table data.
    162   @param [in] Length    The length fo the ACPI table.
     67  @param [in] Length    The length of the ACPI table.
    16368
    16469  @retval Returns TRUE if the ACPI table should be traced.
     
    17176  );
    17277
     78/**
     79  This function iterates the configuration table entries in the
     80  system table, retrieves the RSDP pointer and starts parsing the ACPI tables.
     81
     82  @param [in] SystemTable Pointer to the EFI system table.
     83
     84  @retval EFI_NOT_FOUND   The RSDP pointer was not found.
     85  @retval EFI_UNSUPPORTED The RSDP version was less than 2.
     86  @retval EFI_SUCCESS     The command was successful.
     87**/
     88EFI_STATUS
     89EFIAPI
     90AcpiView (
     91  IN EFI_SYSTEM_TABLE* SystemTable
     92  );
     93
    17394#endif // ACPIVIEW_H_
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