Changeset 89983 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers
- Timestamp:
- Jul 1, 2021 8:17:41 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145450
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 7 added
- 6 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-139864 /vendor/edk2/current 103735-103757,103769-103776,129194-145445
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Gtdt/GtdtParser.c
r85718 r89983 13 13 #include "AcpiParser.h" 14 14 #include "AcpiTableParser.h" 15 #include "AcpiViewConfig.h" 15 16 16 17 // "The number of GT Block Timers must be less than or equal to 8" -
trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Iort/IortParser.c
r85718 r89983 14 14 #include "AcpiParser.h" 15 15 #include "AcpiTableParser.h" 16 #include "AcpiViewConfig.h" 16 17 17 18 // Local variables -
trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Madt/MadtParser.c
r85718 r89983 16 16 #include "AcpiParser.h" 17 17 #include "AcpiTableParser.h" 18 #include "AcpiViewConfig.h" 18 19 #include "MadtParser.h" 19 20 -
trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pptt/PpttParser.c
r85718 r89983 14 14 #include "AcpiParser.h" 15 15 #include "AcpiView.h" 16 #include "AcpiViewConfig.h" 16 17 #include "PpttParser.h" 17 18 -
trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Srat/SratParser.c
r85718 r89983 14 14 #include "AcpiParser.h" 15 15 #include "AcpiTableParser.h" 16 #include "AcpiViewConfig.h" 16 17 17 18 // Local Variables
Note:
See TracChangeset
for help on using the changeset viewer.