Searched refs:steps (Results 1 – 25 of 79) sorted by relevance
1234
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | pipes.py | 92 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/ |
D | test_pipes.py | 195 self.assertEqual(t.steps, u.steps) 196 self.assertNotEqual(id(t.steps), id(u.steps))
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/bin/ |
D | Readme.txt | 2 …ries of boot sector are built from DuetPkg\Bootsector\BootSector.inf at r8617 with following steps:
|
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/ |
D | I2c.txt | 3 In order to enable driver on a new platform, following steps need to be taken:
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Pkcs7Sign/ |
D | Readme.md | 8 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/ |
D | trusted-board-boot.rst | 142 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.
|
D | reset-design.rst | 28 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/ |
D | ReadMe.txt | 28 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/ |
D | ReadMe.txt | 1 This is EDK style package and the following steps can help to build the package:
|
/device/linaro/bootloader/edk2/EdkShellBinPkg/ |
D | ReadMe.txt | 3 The following steps can help to re-generate these binaries for customization:
|
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/ |
D | EepromDriver.txt | 82 be created. Required steps follow.
|
D | SpiDriver.txt | 101 //Perform two steps transactions. First write Command, then read/write
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | NOTES.msvc | 83 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/ |
D | BuildAndIntegrationInstructions.txt | 53 …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/ |
D | Grammar | 10 # 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/ |
D | Grammar.txt | 10 # NOTE WELL: You should also follow all the steps listed in PEP 306,
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/ |
D | PhysicalPresenceStrings.uni | 42 …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/ |
D | dictnotes.txt | 258 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/ |
D | dictnotes.txt | 258 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/ |
D | BuildNotes2.txt | 131 "build.py" steps:
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | softfloat-source.txt | 282 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/ |
D | Contributions.txt | 6 To make a contribution to a TianoCore project, follow these steps.
|
/device/linaro/bootloader/edk2/BeagleBoardPkg/ |
D | Contributions.txt | 6 To make a contribution to a TianoCore project, follow these steps.
|
/device/linaro/bootloader/edk2/ShellBinPkg/ |
D | Contributions.txt | 6 To make a contribution to a TianoCore project, follow these steps.
|
/device/linaro/bootloader/edk2/Omap35xxPkg/ |
D | Contributions.txt | 6 To make a contribution to a TianoCore project, follow these steps.
|
1234