Home
last modified time | relevance | path

Searched refs:steps (Results 1 – 25 of 79) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpipes.py92 return '<Template instance, steps=%r>' % (self.steps,)
96 self.steps = []
102 t.steps = self.steps[:]
121 if self.steps and self.steps[-1][1] == SINK:
130 self.steps.append((cmd, kind))
143 if self.steps and self.steps[0][1] == SOURCE:
152 self.steps.insert(0, (cmd, kind))
167 if not self.steps:
169 if self.steps[-1][1] == SINK:
176 if not self.steps:
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pipes.py195 self.assertEqual(t.steps, u.steps)
196 self.assertNotEqual(id(t.steps), id(u.steps))
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bin/
DReadme.txt2 …ries of boot sector are built from DuetPkg\Bootsector\BootSector.inf at r8617 with following steps:
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/
DI2c.txt3 In order to enable driver on a new platform, following steps need to be taken:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Pkcs7Sign/
DReadme.md8 NOTE: Below steps are required for Windows. Linux may already have the OPENSSL environment correctl…
20 You may need the following steps for initialization:
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dtrusted-board-boot.rst142 The CoT is verified through the following sequence of steps. The system panics
143 if any of the steps fail.
163 The next two steps are executed for each of the SCP\_BL2, BL31 & BL32 images.
164 The steps for the optional SCP\_BL2 and BL32 images are skipped if these images
176 The next two steps are executed only for the BL33 image.
Dreset-design.rst28 configuration, some of these steps might be unnecessary. The following sections
30 steps, depending on the capability of the platform.
/device/linaro/bootloader/edk2/DuetPkg/
DReadMe.txt28 The following steps are same for IA32 architecture platform or X64 architecture platform.
70 The following steps are same for IA32 architecture platform or X64 architecture platform.
/device/linaro/bootloader/edk2/EdkShellPkg/
DReadMe.txt1 This is EDK style package and the following steps can help to build the package:
/device/linaro/bootloader/edk2/EdkShellBinPkg/
DReadMe.txt3 The following steps can help to re-generate these binaries for customization:
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/
DEepromDriver.txt82 be created. Required steps follow.
DSpiDriver.txt101 //Perform two steps transactions. First write Command, then read/write
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DNOTES.msvc83 Here is how to compile an ANTLR grammar in Visual C++. These steps
86 if you aren't using Visual C++, the steps should be portable enough to
/device/linaro/bootloader/edk2/CorebootPayloadPkg/
DBuildAndIntegrationInstructions.txt53 …For details about EDK II build steps, refer to http://svn.code.sf.net/p/edk2/code/branches/UDK2014…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar10 # NOTE WELL: You should also follow all the steps listed in PEP 306,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt10 # NOTE WELL: You should also follow all the steps listed in PEP 306,
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DPhysicalPresenceStrings.uni42 …n-US "WARNING: Changing the identity of the TPM may require additional steps to establish trust…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictnotes.txt258 so that dictionary iteration can proceed in len(d) steps instead of
259 (mp->mask + 1) steps. Alternatively, a separate tuple of keys can be
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictnotes.txt258 so that dictionary iteration can proceed in len(d) steps instead of
259 (mp->mask + 1) steps. Alternatively, a separate tuple of keys can be
/device/linaro/bootloader/edk2/
DBuildNotes2.txt131 "build.py" steps:
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat-source.txt282 Porting and/or compiling SoftFloat involves the following steps:
290 The remaining steps occur within either the `bits32' or `bits64'
/device/linaro/bootloader/edk2/IntelFspPkg/
DContributions.txt6 To make a contribution to a TianoCore project, follow these steps.
/device/linaro/bootloader/edk2/BeagleBoardPkg/
DContributions.txt6 To make a contribution to a TianoCore project, follow these steps.
/device/linaro/bootloader/edk2/ShellBinPkg/
DContributions.txt6 To make a contribution to a TianoCore project, follow these steps.
/device/linaro/bootloader/edk2/Omap35xxPkg/
DContributions.txt6 To make a contribution to a TianoCore project, follow these steps.

1234