aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-07-13 00:13:46 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-07-13 00:13:46 +0300
commitbcb62dd60cc4de7dd729bd649a49511a3f4786fb (patch)
tree44138ff679ef9899c882f04b7007f91fd7c8b5cf
parent75b5627fdb4a4dc0a2fff26842e5e449d0d0ad24 (diff)
downloadUEFI-Lessons-bcb62dd60cc4de7dd729bd649a49511a3f4786fb.tar.gz
UEFI-Lessons-bcb62dd60cc4de7dd729bd649a49511a3f4786fb.tar.bz2
UEFI-Lessons-bcb62dd60cc4de7dd729bd649a49511a3f4786fb.zip
Add 'bin' folder with precompiled programs for X64
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
-rw-r--r--bin/AcpiInfo.efibin0 -> 9536 bytes
-rw-r--r--bin/AddNewLanguage.efibin0 -> 7744 bytes
-rw-r--r--bin/DevicePath.efibin0 -> 43712 bytes
-rw-r--r--bin/DisplayHIIByGuid.efibin0 -> 9472 bytes
-rw-r--r--bin/HIIAddLocalization.efibin0 -> 9408 bytes
-rw-r--r--bin/HIIAddRussianFont.efibin0 -> 12864 bytes
-rw-r--r--bin/HIIFormCheckbox.efibin0 -> 8512 bytes
-rw-r--r--bin/HIIFormDataElements.efibin0 -> 9280 bytes
-rw-r--r--bin/HIIFormLabel.efibin0 -> 11776 bytes
-rw-r--r--bin/HIISimpleForm.efibin0 -> 2816 bytes
-rw-r--r--bin/HIIStaticForm.efibin0 -> 3136 bytes
-rw-r--r--bin/HIIStaticFormDriver.efibin0 -> 3200 bytes
-rw-r--r--bin/HIIStringsC.efibin0 -> 9280 bytes
-rw-r--r--bin/HIIStringsMan.efibin0 -> 2880 bytes
-rw-r--r--bin/HIIStringsUNI.efibin0 -> 9472 bytes
-rw-r--r--bin/HIIStringsUNIRC.efibin0 -> 9536 bytes
-rw-r--r--bin/HelloWorld.efibin0 -> 5952 bytes
-rw-r--r--bin/HotKeyDriver.efibin0 -> 6592 bytes
-rw-r--r--bin/ImageHandle.efibin0 -> 6592 bytes
-rw-r--r--bin/ImageInfo.efibin0 -> 20992 bytes
-rw-r--r--bin/InteractiveApp.efibin0 -> 6208 bytes
-rw-r--r--bin/ListPCI.efibin0 -> 15552 bytes
-rw-r--r--bin/ListVariables.efibin0 -> 7552 bytes
-rw-r--r--bin/MemoryInfo.efibin0 -> 9856 bytes
-rw-r--r--bin/PCDLesson.efibin0 -> 6720 bytes
-rw-r--r--bin/PCIRomInfo.efibin0 -> 17472 bytes
-rw-r--r--bin/SaveBGRT.efibin0 -> 12224 bytes
-rw-r--r--bin/SetVariableExample.efibin0 -> 7104 bytes
-rw-r--r--bin/ShowBootVariables.efibin0 -> 21824 bytes
-rw-r--r--bin/ShowHII.efibin0 -> 7232 bytes
-rw-r--r--bin/ShowTables.efibin0 -> 5888 bytes
-rw-r--r--bin/SimpleClassProtocol.efibin0 -> 6400 bytes
-rw-r--r--bin/SimpleClassUser.efibin0 -> 6528 bytes
-rw-r--r--bin/SimpleDriver.efibin0 -> 6016 bytes
-rw-r--r--bin/SimpleLibraryUser.efibin0 -> 5952 bytes
-rw-r--r--bin/SimpleShellApp.efibin0 -> 6208 bytes
-rw-r--r--bin/SimplestApp.efibin0 -> 960 bytes
-rw-r--r--bin/SmbiosInfo.efibin0 -> 7360 bytes
-rw-r--r--bin/UpdateDmpstoreDump.efibin0 -> 12608 bytes
39 files changed, 0 insertions, 0 deletions
diff --git a/bin/AcpiInfo.efi b/bin/AcpiInfo.efi
new file mode 100644
index 0000000..6b9f1ae
--- /dev/null
+++ b/bin/AcpiInfo.efi
Binary files differ
diff --git a/bin/AddNewLanguage.efi b/bin/AddNewLanguage.efi
new file mode 100644
index 0000000..587ad79
--- /dev/null
+++ b/bin/AddNewLanguage.efi
Binary files differ
diff --git a/bin/DevicePath.efi b/bin/DevicePath.efi
new file mode 100644
index 0000000..d46b510
--- /dev/null
+++ b/bin/DevicePath.efi
Binary files differ
diff --git a/bin/DisplayHIIByGuid.efi b/bin/DisplayHIIByGuid.efi
new file mode 100644
index 0000000..ba7ba14
--- /dev/null
+++ b/bin/DisplayHIIByGuid.efi
Binary files differ
diff --git a/bin/HIIAddLocalization.efi b/bin/HIIAddLocalization.efi
new file mode 100644
index 0000000..3fa4ab7
--- /dev/null
+++ b/bin/HIIAddLocalization.efi
Binary files differ
diff --git a/bin/HIIAddRussianFont.efi b/bin/HIIAddRussianFont.efi
new file mode 100644
index 0000000..262c557
--- /dev/null
+++ b/bin/HIIAddRussianFont.efi
Binary files differ
diff --git a/bin/HIIFormCheckbox.efi b/bin/HIIFormCheckbox.efi
new file mode 100644
index 0000000..8f5ad29
--- /dev/null
+++ b/bin/HIIFormCheckbox.efi
Binary files differ
diff --git a/bin/HIIFormDataElements.efi b/bin/HIIFormDataElements.efi
new file mode 100644
index 0000000..ac0808e
--- /dev/null
+++ b/bin/HIIFormDataElements.efi
Binary files differ
diff --git a/bin/HIIFormLabel.efi b/bin/HIIFormLabel.efi
new file mode 100644
index 0000000..c28cb31
--- /dev/null
+++ b/bin/HIIFormLabel.efi
Binary files differ
diff --git a/bin/HIISimpleForm.efi b/bin/HIISimpleForm.efi
new file mode 100644
index 0000000..a6aaaa5
--- /dev/null
+++ b/bin/HIISimpleForm.efi
Binary files differ
diff --git a/bin/HIIStaticForm.efi b/bin/HIIStaticForm.efi
new file mode 100644
index 0000000..c14650b
--- /dev/null
+++ b/bin/HIIStaticForm.efi
Binary files differ
diff --git a/bin/HIIStaticFormDriver.efi b/bin/HIIStaticFormDriver.efi
new file mode 100644
index 0000000..9e5e7e0
--- /dev/null
+++ b/bin/HIIStaticFormDriver.efi
Binary files differ
diff --git a/bin/HIIStringsC.efi b/bin/HIIStringsC.efi
new file mode 100644
index 0000000..1332f8b
--- /dev/null
+++ b/bin/HIIStringsC.efi
Binary files differ
diff --git a/bin/HIIStringsMan.efi b/bin/HIIStringsMan.efi
new file mode 100644
index 0000000..34ef13f
--- /dev/null
+++ b/bin/HIIStringsMan.efi
Binary files differ
diff --git a/bin/HIIStringsUNI.efi b/bin/HIIStringsUNI.efi
new file mode 100644
index 0000000..afc49c5
--- /dev/null
+++ b/bin/HIIStringsUNI.efi
Binary files differ
diff --git a/bin/HIIStringsUNIRC.efi b/bin/HIIStringsUNIRC.efi
new file mode 100644
index 0000000..af3eb12
--- /dev/null
+++ b/bin/HIIStringsUNIRC.efi
Binary files differ
diff --git a/bin/HelloWorld.efi b/bin/HelloWorld.efi
new file mode 100644
index 0000000..0d27ecf
--- /dev/null
+++ b/bin/HelloWorld.efi
Binary files differ
diff --git a/bin/HotKeyDriver.efi b/bin/HotKeyDriver.efi
new file mode 100644
index 0000000..25a0791
--- /dev/null
+++ b/bin/HotKeyDriver.efi
Binary files differ
diff --git a/bin/ImageHandle.efi b/bin/ImageHandle.efi
new file mode 100644
index 0000000..42b0dd6
--- /dev/null
+++ b/bin/ImageHandle.efi
Binary files differ
diff --git a/bin/ImageInfo.efi b/bin/ImageInfo.efi
new file mode 100644
index 0000000..c5789a3
--- /dev/null
+++ b/bin/ImageInfo.efi
Binary files differ
diff --git a/bin/InteractiveApp.efi b/bin/InteractiveApp.efi
new file mode 100644
index 0000000..02125b5
--- /dev/null
+++ b/bin/InteractiveApp.efi
Binary files differ
diff --git a/bin/ListPCI.efi b/bin/ListPCI.efi
new file mode 100644
index 0000000..4ff7aa4
--- /dev/null
+++ b/bin/ListPCI.efi
Binary files differ
diff --git a/bin/ListVariables.efi b/bin/ListVariables.efi
new file mode 100644
index 0000000..d104e07
--- /dev/null
+++ b/bin/ListVariables.efi
Binary files differ
diff --git a/bin/MemoryInfo.efi b/bin/MemoryInfo.efi
new file mode 100644
index 0000000..a04e818
--- /dev/null
+++ b/bin/MemoryInfo.efi
Binary files differ
diff --git a/bin/PCDLesson.efi b/bin/PCDLesson.efi
new file mode 100644
index 0000000..985e2b1
--- /dev/null
+++ b/bin/PCDLesson.efi
Binary files differ
diff --git a/bin/PCIRomInfo.efi b/bin/PCIRomInfo.efi
new file mode 100644
index 0000000..e5e6472
--- /dev/null
+++ b/bin/PCIRomInfo.efi
Binary files differ
diff --git a/bin/SaveBGRT.efi b/bin/SaveBGRT.efi
new file mode 100644
index 0000000..7e74e15
--- /dev/null
+++ b/bin/SaveBGRT.efi
Binary files differ
diff --git a/bin/SetVariableExample.efi b/bin/SetVariableExample.efi
new file mode 100644
index 0000000..aabba68
--- /dev/null
+++ b/bin/SetVariableExample.efi
Binary files differ
diff --git a/bin/ShowBootVariables.efi b/bin/ShowBootVariables.efi
new file mode 100644
index 0000000..794e563
--- /dev/null
+++ b/bin/ShowBootVariables.efi
Binary files differ
diff --git a/bin/ShowHII.efi b/bin/ShowHII.efi
new file mode 100644
index 0000000..02a1bcf
--- /dev/null
+++ b/bin/ShowHII.efi
Binary files differ
diff --git a/bin/ShowTables.efi b/bin/ShowTables.efi
new file mode 100644
index 0000000..52ebc14
--- /dev/null
+++ b/bin/ShowTables.efi
Binary files differ
diff --git a/bin/SimpleClassProtocol.efi b/bin/SimpleClassProtocol.efi
new file mode 100644
index 0000000..8186613
--- /dev/null
+++ b/bin/SimpleClassProtocol.efi
Binary files differ
diff --git a/bin/SimpleClassUser.efi b/bin/SimpleClassUser.efi
new file mode 100644
index 0000000..1a8e57f
--- /dev/null
+++ b/bin/SimpleClassUser.efi
Binary files differ
diff --git a/bin/SimpleDriver.efi b/bin/SimpleDriver.efi
new file mode 100644
index 0000000..f36601d
--- /dev/null
+++ b/bin/SimpleDriver.efi
Binary files differ
diff --git a/bin/SimpleLibraryUser.efi b/bin/SimpleLibraryUser.efi
new file mode 100644
index 0000000..140204c
--- /dev/null
+++ b/bin/SimpleLibraryUser.efi
Binary files differ
diff --git a/bin/SimpleShellApp.efi b/bin/SimpleShellApp.efi
new file mode 100644
index 0000000..cbfde53
--- /dev/null
+++ b/bin/SimpleShellApp.efi
Binary files differ
diff --git a/bin/SimplestApp.efi b/bin/SimplestApp.efi
new file mode 100644
index 0000000..f83faec
--- /dev/null
+++ b/bin/SimplestApp.efi
Binary files differ
diff --git a/bin/SmbiosInfo.efi b/bin/SmbiosInfo.efi
new file mode 100644
index 0000000..cf71a60
--- /dev/null
+++ b/bin/SmbiosInfo.efi
Binary files differ
diff --git a/bin/UpdateDmpstoreDump.efi b/bin/UpdateDmpstoreDump.efi
new file mode 100644
index 0000000..d021ec3
--- /dev/null
+++ b/bin/UpdateDmpstoreDump.efi
Binary files differ