-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule qefivar
updated
13 files
+1 −1 | CMakeLists.txt | |
+48 −4 | qefi.cpp | |
+6 −0 | qefi.h | |
+2 −1 | qefidpacpi.cpp | |
+1 −1 | qefidphw.cpp | |
+10 −8 | qefidpmedia.cpp | |
+7 −7 | qefidpmessage.cpp | |
+15 −0 | tests/CMakeLists.txt | |
+132 −0 | tests/test_device_path_acpi.cc | |
+56 −0 | tests/test_device_path_biosboot.cc | |
+201 −0 | tests/test_device_path_hardware.cc | |
+305 −0 | tests/test_device_path_media.cc | |
+971 −0 | tests/test_device_path_message.cc |