VirtualBox

Ignore:
Timestamp:
Mar 31, 2025 11:31:09 AM (2 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168237
Message:

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, 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/DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoParser.h

    r99404 r108794  
    6161  );
    6262
     63/** Main dispatcher: sequentially call the parsers/dispatchers
     64    of the HwInfoParserTable.
     65
     66  A parser parses a Device Tree to populate a specific CmObj type. None,
     67  one or many CmObj can be created by the parser.
     68  The created CmObj are then handed to the parser's caller through the
     69  HW_INFO_ADD_OBJECT interface.
     70  This can also be a dispatcher. I.e. a function that not parsing a
     71  Device Tree but calling other parsers.
     72
     73  @param [in]  FdtParserHandle A handle to the parser instance.
     74  @param [in]  FdtBranch       When searching for DT node name, restrict
     75                               the search to this Device Tree branch.
     76
     77  @retval EFI_SUCCESS             The function completed successfully.
     78  @retval EFI_ABORTED             An error occurred.
     79  @retval EFI_INVALID_PARAMETER   Invalid parameter.
     80  @retval EFI_NOT_FOUND           Not found.
     81  @retval EFI_UNSUPPORTED         Unsupported.
     82**/
     83EFI_STATUS
     84EFIAPI
     85ArchFdtHwInfoMainDispatcher (
     86  IN  CONST FDT_HW_INFO_PARSER_HANDLE  FdtParserHandle,
     87  IN        INT32                      FdtBranch
     88  );
     89
    6390#endif // FDT_HW_INFO_PARSER_H_
Note: See TracChangeset for help on using the changeset viewer.

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