Home
last modified time | relevance | path

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

123

/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/
DReadMe.txt15 2. Build steps
34 The following steps are same for IA32 architecture platform or X64 architecture platform.
63 2. Build steps
82 The following steps are same for IA32 architecture platform or X64 architecture platform.
DContributions.txt6 To make a contribution to a TianoCore project, follow these 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/arm-trusted-firmware/docs/
Dtrusted-board-boot.md150 The CoT is verified through the following sequence of steps. The system panics
151 if any of the steps fail.
171 The next two steps are executed for each of the BL3-0, BL3-1 & BL3-2 images. The
172 steps for the optional BL3-0 and BL3-2 images are skipped if these images are
184 The next two steps are executed only for the BL3-3 image.
227 public keys or hashes that will be used in later steps. The step identifier is
Duser-guide.md68 To build the Trusted Firmware images, follow these steps:
336 creation tool and FIPs if required. To do this, follow these steps:
471 following steps should be followed to build a FIP image with support for this
527 Juno platform, follow these steps:
/device/linaro/bootloader/edk2/ShellBinPkg/
DReadMe.txt8 The following steps can help to re-generate these binaries for customization:
/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/edk2/ArmPlatformPkg/Sec/Arm/
DHelper.S50 # in two steps, in case r0 has the Thumb bit set.
/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.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/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/
DBuildNotes2.txt133 "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/EmbeddedPkg/
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/IntelFspWrapperPkg/
DContributions.txt6 To make a contribution to a TianoCore project, follow these steps.
/device/linaro/bootloader/edk2/ArmPkg/
DContributions.txt6 To make a contribution to a TianoCore project, follow these steps.
/device/linaro/bootloader/edk2/CorebootModulePkg/
DContributions.txt6 To make a contribution to a TianoCore project, follow these steps.

123