From 1ce3c672e49dba730b528aa346bb522c0150567c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 03:47:04 +0200 Subject: Adding upstream version 7.0.18-dfsg. Signed-off-by: Daniel Baumann --- .../Firmware/BaseTools/Scripts/GetUtcDateTime.py | 0 .../plugins/EdkPlugins/basemodel/doxygen.py | 0 .../Source/Python/Common/BuildToolError.py | 0 .../Source/Python/CommonDataClass/Exceptions.py | 0 .../Source/Python/UPT/Logger/ToolError.py | 0 .../Python/UPT/UnitTest/InfBinarySectionTest.py | 0 .../Source/Python/tests/Split/test_split.py | 0 .../EFI/Firmware/BaseTools/Tests/CToolsTests.py | 0 .../Firmware/BaseTools/Tests/CheckPythonSyntax.py | 0 .../EFI/Firmware/BaseTools/Tests/PythonTest.py | 0 .../Firmware/BaseTools/Tests/PythonToolsTests.py | 0 .../CryptoPkg/Library/OpensslLib/process_files.pl | 0 .../Firmware/IntelFsp2Pkg/Tools/Tests/test_yaml.py | 0 src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd | Bin 4194304 -> 4194304 bytes src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd | Bin 4194304 -> 4194304 bytes 15 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Scripts/GetUtcDateTime.py mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/basemodel/doxygen.py mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/BuildToolError.py mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/Exceptions.py mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/ToolError.py mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/InfBinarySectionTest.py mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/tests/Split/test_split.py mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Tests/CToolsTests.py mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Tests/CheckPythonSyntax.py mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Tests/PythonTest.py mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Tests/PythonToolsTests.py mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/OpensslLib/process_files.pl mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/IntelFsp2Pkg/Tools/Tests/test_yaml.py (limited to 'src/VBox/Devices/EFI') diff --git a/src/VBox/Devices/EFI/Firmware/BaseTools/Scripts/GetUtcDateTime.py b/src/VBox/Devices/EFI/Firmware/BaseTools/Scripts/GetUtcDateTime.py old mode 100755 new mode 100644 diff --git a/src/VBox/Devices/EFI/Firmware/BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/basemodel/doxygen.py b/src/VBox/Devices/EFI/Firmware/BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/basemodel/doxygen.py old mode 100755 new mode 100644 diff --git a/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/BuildToolError.py b/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/BuildToolError.py old mode 100755 new mode 100644 diff --git a/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/Exceptions.py b/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/Exceptions.py old mode 100755 new mode 100644 diff --git a/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/ToolError.py b/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/ToolError.py old mode 100755 new mode 100644 diff --git a/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/InfBinarySectionTest.py b/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/InfBinarySectionTest.py old mode 100644 new mode 100755 diff --git a/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/tests/Split/test_split.py b/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/tests/Split/test_split.py old mode 100755 new mode 100644 diff --git a/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/CToolsTests.py b/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/CToolsTests.py old mode 100755 new mode 100644 diff --git a/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/CheckPythonSyntax.py b/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/CheckPythonSyntax.py old mode 100755 new mode 100644 diff --git a/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/PythonTest.py b/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/PythonTest.py old mode 100755 new mode 100644 diff --git a/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/PythonToolsTests.py b/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/PythonToolsTests.py old mode 100755 new mode 100644 diff --git a/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/OpensslLib/process_files.pl b/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/OpensslLib/process_files.pl old mode 100755 new mode 100644 diff --git a/src/VBox/Devices/EFI/Firmware/IntelFsp2Pkg/Tools/Tests/test_yaml.py b/src/VBox/Devices/EFI/Firmware/IntelFsp2Pkg/Tools/Tests/test_yaml.py old mode 100755 new mode 100644 diff --git a/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd b/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd index 2c689d9b..16789a3b 100644 Binary files a/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd and b/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd differ diff --git a/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd b/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd index e586a195..a11bbd1b 100644 Binary files a/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd and b/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd differ -- cgit v1.2.3