Changeset 108794 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoParser.h
- Timestamp:
- Mar 31, 2025 11:31:09 AM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168237
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-164365 /vendor/edk2/current 103735-103757,103769-103776,129194-168232
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/DynamicTablesPkg/Library/FdtHwInfoParserLib/FdtHwInfoParser.h
r99404 r108794 61 61 ); 62 62 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 **/ 83 EFI_STATUS 84 EFIAPI 85 ArchFdtHwInfoMainDispatcher ( 86 IN CONST FDT_HW_INFO_PARSER_HANDLE FdtParserHandle, 87 IN INT32 FdtBranch 88 ); 89 63 90 #endif // FDT_HW_INFO_PARSER_H_
Note:
See TracChangeset
for help on using the changeset viewer.