Home
last modified time | relevance | path

Searched refs:install (Results 1 – 25 of 133) sorted by relevance

123456

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist_dumb.py87 install = self.reinitialize_command('install', reinit_subcommands=1)
88 install.root = self.bdist_dir
89 install.skip_build = self.skip_build
90 install.warn_dir = 0
110 (install.install_base != install.install_platbase)):
114 % (repr(install.install_base),
115 repr(install.install_platbase)))
118 ensure_relative(install.install_base))
Dbdist_wininst.py129 install = self.reinitialize_command('install', reinit_subcommands=1)
130 install.root = self.bdist_dir
131 install.skip_build = self.skip_build
132 install.warn_dir = 0
133 install.plat_name = self.plat_name
162 setattr(install,
167 install.ensure_finalized()
173 install.run()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
DPcRtc.uni2 // PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL
4 // PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.
7 // It will install a tagging protocol with gEfiRealTimeClockArchProtocolGuid.
22 #string STR_MODULE_ABSTRACT #language en-US "PcRtc driver to install EFI_REAL_TIME_CLOC…
24 … GetWakeupTime, SetWakeupTime services to Runtime Service Table. It will install a tagging protoco…
DPcatRealTimeClockRuntimeDxe.inf2 # PcRtc driver to install EFI_REAL_TIME_CLOCK_ARCH_PROTOCOL.
5 # It will install a tagging protocol with gEfiRealTimeClockArchProtocolGuid.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/
Dexternal.bat8 @rem all and install need to be separate invocations, otherwise nmakehlp is not found on install
11 nmake -f makefile.vc DEBUG=1 INSTALLDIR=..\..\tcltk install
19 …ILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 install
Dexternal-amd64.bat10 …-f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 install
18 …ER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 install
DREADME.tcltk-AMD6429 nmake -f makefile.vc INSTALLDIR=..\..\tcltk install
35 nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 INSTALLDIR=..\..\tcltk install
/device/linaro/hikey/wpan/uim/
Duim.c286 int st_uart_config(unsigned char install) in st_uart_config() argument
298 if (install == '1') { in st_uart_config()
476 unsigned char install; in main() local
519 err = read(st_fd, &install, 1); in main()
523 if ((err > 0) && install == '1') { in main()
525 st_uart_config(install); in main()
553 err = read(st_fd, &install, 1); in main()
554 UIM_DBG("read %c from install \n", install); in main()
556 st_uart_config(install); in main()
DMakefile8 INSTALL ?= install
40 install: uim target
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_install.py8 from distutils.command.install import install
31 cmd = install(dist)
/device/linaro/hikey/installer/hikey/
DREADME19 "install bootloader" mode which will install a supplied bootloader
24 from power up. If you take longer than 90 seconds to start the install
/device/linaro/bootloader/edk2/BaseTools/Source/C/
DMakefile36 all: libs apps install
54 install: $(LIB_PATH) $(BIN_PATH) target
/device/linaro/bootloader/edk2/BaseTools/gcc/
DREADME.txt49 On Ubuntu, the following command should install all the necessary build
52 sudo apt-get install build-essential texinfo bison flex libgmp3-dev libmpfr-dev
57 install cygwin it gives you the choice of Unix file mode (recommended) or DOS
60 cygwin install where the dirs are (properly) mounted in binmode.
/device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
Dfooter.makefile19 .PHONY: install
20 install: $(MAKEROOT)/libs-$(ARCH) $(LIBRARY)
/device/linaro/bootloader/edk2/BaseTools/
DReadMe.txt33 On Ubuntu, the following command should install all the necessary build
36 sudo apt-get install build-essential uuid-dev
44 built in. If not, please install sqlit3 package separately.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
DGraphicsConsoleDxe.uni4 // This driver will install Simple Text Output protocol by consuming Graphices Output
21 #string STR_MODULE_DESCRIPTION #language en-US "This driver will install SimpleTextOutputP…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
DS3SaveStateDxe.uni4 // It will install S3 Save State protocol to store or record various IO operations to be replayed d…
21 #string STR_MODULE_DESCRIPTION #language en-US "It will install S3 Save State protocol to …
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
DSmmS3SaveState.uni4 // It will install S3 SMM Save State protocol to store or record various IO operations to be replay…
21 #string STR_MODULE_DESCRIPTION #language en-US "It will install the S3 SMM Save State prot…
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
DScsiBus.uni4 // Note that the driver will install the Device Path Protocol and SCSI I/O Protocol on
22 #string STR_MODULE_DESCRIPTION #language en-US "Note that the driver will install the Devi…
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
DAcpiSupportDxe.uni2 // Acpi Support Dirver to install Framework Acpi Support Protocol.
21 #string STR_MODULE_ABSTRACT #language en-US "ACPI Support Driver to install the Framewo…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/
DCdExpressPei.uni6 // data, it will install Device Recovery Module PPI.
24 …there is Recovery data in the device. If it finds recovery data, it will install Device Recovery M…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminalDxe.uni4 // This module will install Simple Text Input (Ex) protocol and Simple Test Output
22 #string STR_MODULE_DESCRIPTION #language en-US "This module will install Simple Text Input…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/
DMakefile245 @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) build\build.py
248 @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) GenFds\GenFds.py
251 @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) Trim\Trim.py
254 @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) AutoGen\GenDepex.py
257 @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) TargetTool\TargetTool.py
260 …@$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) GenPatchPcdTable\GenPatchPcdTable…
263 @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) PatchPcdValue\PatchPcdValue.py
266 @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) BPDG\BPDG.py
269 @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) UPT\UPT.py
272 …@$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) Rsa2048Sha256Sign\Rsa2048Sha256Si…
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
DIsaFloppyPei.uni5 // the PEIM will install the BlockIo PPI. This module is only dispatched if it
24 …s and supports ISA Floppy drives. If a drive is discovered the PEIM will install the BlockIo PPI. …
/device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
DUefiLib.uni6 // events, build simple locks utilizing EFI Task Priority Levels (TPLs), install
24 …FI events, build simple locks utilizing EFI Task Priority Levels (TPLs), install EFI Driver Model …

123456