Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 25 of 82) sorted by relevance

1234

/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
DPatch-HOWTO.txt14 cryptography. This patch will enable openssl building under UEFI environment.
41 3. Apply this patch: EDKII_openssl-1.0.2j.patch, and make installation
45 1) Make sure the patch utility has been installed in your machine.
46 Install Cygwin or get the patch utility binary from
47 http://gnuwin32.sourceforge.net/packages/patch.htm
49 3) patch -p1 -i ..\EDKII_openssl-1.0.2j.patch
55 1) Make sure the patch utility has been installed in your machine.
56 Patch utility is available from http://directory.fsf.org/project/patch/
58 3) patch -p1 -i ../EDKII_openssl-1.0.2j.patch
/device/linaro/bootloader/edk2/BaseTools/Scripts/
DPatchCheck.py409 def __init__(self, name, patch): argument
410 self.patch = patch
463 patch = self.patch.encode('ascii', 'ignore')
465 patch = self.patch
473 if patch.startswith('diff --git'):
474 self.diff = patch
477 pmail = email.message_from_string(patch)
518 patch = self.read_patch_from_git(commit)
519 self.ok &= CheckOnePatch(commit, patch).ok
550 patch = sys.stdin.read()
[all …]
DConvertUni.py109 for patch in sources:
110 self.process_one_arg(patch)
/device/linaro/hikey/uefi-tools/
Dcommon-functions124 OPENSSL_VER=`ls EDKII_openssl-*.patch | sed 's/^.*-\([0-9.a-z]*\).patch/\1/'`
128 OPENSSL_PATCH=EDKII_openssl-${OPENSSL_VER}.patch
143 ( cd ${OPENSSL_DIR}; patch -p1 -i ../${OPENSSL_PATCH} )
188 if [ -f EDKII_openssl-*.patch ]; then
/device/linaro/bootloader/edk2/EdkShellPkg/
DReadMe.txt18 4. If you need to compile for GCC or ARM you will need to apply ShellR64.patch.
19 cd $(WORKSPACE)/Shell and execute patch -p0 < $(WORKSPACE)/EdkShellPkg/ShellR64.patch.
20 If you are using a case sensative file system there are a few case bugs that patch
DContributions.txt47 === Start of sample patch email message ===
58 An extra message for the patch email which will not be considered part
63 === End of sample patch email message ===
65 === Notes for sample patch email ===
70 * git format-patch is one way to create this format
72 === Definitions for sample patch email ===
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dversion.py109 (major, minor, patch, prerelease, prerelease_num) = \
112 if patch:
113 self.version = tuple(map(string.atoi, [major, minor, patch]))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_06.txt13 X-Mailer: VM 6.95 under 21.4 (patch 4) "Artificial Intelligence" XEmacs Lucid
28 X-Mailer: VM 6.95 under 21.4 (patch 4) "Artificial Intelligence" XEmacs Lucid
Dmsg_44.txt13 X-Mailer: VM 6.95 under 21.4 (patch 4) "Artificial Intelligence" XEmacs Lucid
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
DSplitFspBin.py404 def __init__(self, offset, fih, fihoff, patch): argument
410 self.PatchList = patch
419 for idx, patch in enumerate(self.PatchList):
420 ptype = (patch>>24) & 0x0F
423 if patch & 0x80000000:
424 patch = self.Fih.ImageSize - (0x1000000 - (patch & 0xFFFFFF))
426 patch = patch & 0xFFFFFF
427 if (patch < self.Fih.ImageSize) and (patch + sizeof(c_uint32) <= self.Fih.ImageSize):
428 offset = patch + self.Offset
/device/google/contexthub/firmware/lib/builtins/
DCREDITS.TXT2 project. If you have contributed a patch or made some other contribution to
3 LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DUefiPxe4BcDxe.uni7 // boot patch is from the remote device.
24 …rovide a clean method to obtain control from the boot manager if the boot patch is from the remote…
/device/linaro/bootloader/arm-trusted-firmware/
D.gitignore4 *.patch
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
DREADME22 - Mar 2004. Chris Herborth contributed a patch to let webchecker.py
/device/linaro/bootloader/edk2/IntelFspPkg/
DContributions.txt47 === Start of sample patch email message ===
58 An extra message for the patch email which will not be considered part
63 === End of sample patch email message ===
65 === Notes for sample patch email ===
70 * git format-patch is one way to create this format
72 === Definitions for sample patch email ===
/device/linaro/bootloader/edk2/BeagleBoardPkg/
DContributions.txt47 === Start of sample patch email message ===
58 An extra message for the patch email which will not be considered part
63 === End of sample patch email message ===
65 === Notes for sample patch email ===
70 * git format-patch is one way to create this format
72 === Definitions for sample patch email ===
/device/linaro/bootloader/edk2/ShellBinPkg/
DContributions.txt47 === Start of sample patch email message ===
58 An extra message for the patch email which will not be considered part
63 === End of sample patch email message ===
65 === Notes for sample patch email ===
70 * git format-patch is one way to create this format
72 === Definitions for sample patch email ===
/device/linaro/bootloader/edk2/Omap35xxPkg/
DContributions.txt47 === Start of sample patch email message ===
58 An extra message for the patch email which will not be considered part
63 === End of sample patch email message ===
65 === Notes for sample patch email ===
70 * git format-patch is one way to create this format
72 === Definitions for sample patch email ===
/device/linaro/bootloader/OpenPlatformPkg/
DContributions.txt47 === Start of sample patch email message ===
58 An extra message for the patch email which will not be considered part
63 === End of sample patch email message ===
65 === Notes for sample patch email ===
70 * git format-patch is one way to create this format
72 === Definitions for sample patch email ===
/device/linaro/bootloader/edk2/Nt32Pkg/
DContributions.txt47 === Start of sample patch email message ===
58 An extra message for the patch email which will not be considered part
63 === End of sample patch email message ===
65 === Notes for sample patch email ===
70 * git format-patch is one way to create this format
72 === Definitions for sample patch email ===
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/
DContributions.txt47 === Start of sample patch email message ===
58 An extra message for the patch email which will not be considered part
63 === End of sample patch email message ===
65 === Notes for sample patch email ===
70 * git format-patch is one way to create this format
72 === Definitions for sample patch email ===
/device/linaro/bootloader/edk2/CryptoPkg/
DContributions.txt47 === Start of sample patch email message ===
58 An extra message for the patch email which will not be considered part
63 === End of sample patch email message ===
65 === Notes for sample patch email ===
70 * git format-patch is one way to create this format
72 === Definitions for sample patch email ===
/device/linaro/bootloader/edk2/PerformancePkg/
DContributions.txt47 === Start of sample patch email message ===
58 An extra message for the patch email which will not be considered part
63 === End of sample patch email message ===
65 === Notes for sample patch email ===
70 * git format-patch is one way to create this format
72 === Definitions for sample patch email ===
/device/linaro/bootloader/edk2/MdeModulePkg/
DContributions.txt47 === Start of sample patch email message ===
58 An extra message for the patch email which will not be considered part
63 === End of sample patch email message ===
65 === Notes for sample patch email ===
70 * git format-patch is one way to create this format
72 === Definitions for sample patch email ===
/device/linaro/bootloader/edk2/FatBinPkg/
DContributions.txt47 === Start of sample patch email message ===
58 An extra message for the patch email which will not be considered part
63 === End of sample patch email message ===
65 === Notes for sample patch email ===
70 * git format-patch is one way to create this format
72 === Definitions for sample patch email ===

1234