HomeSort by relevance Sort by last modified time
    Searched refs:edk2 (Results 1 - 10 of 10) sorted by null

  /device/linaro/hikey/uefi-tools/
edk2-build.sh 4 # edk2-build.sh: evolution of uefi-build.sh for edk2-platforms
13 PLATFORM_CONFIG="-c $TOOLS_DIR/edk2-platforms.config"
168 if [ -d "$PWD"/edk2/BaseTools ]; then
169 EDK2_DIR="$PWD"/edk2
171 echo "ERROR: can't locate the edk2 directory" >&2
172 echo " please specify -e/--edk2-dir" >&2
179 # locate edk2-platforms
180 if [ -z "$PLATFORMS_DIR" -a -d "$PWD"/edk2-platforms ]; then
181 PLATFORMS_DIR="$PWD"/edk2-platform
    [all...]
  /device/linaro/hikey/bootloader/
Makefile 2 EDK2_DIR=$(ANDROID_BUILD_TOP)/device/linaro/bootloader/edk2
  /device/linaro/bootloader/edk2/DuetPkg/
build32.sh 32 # This version is for the tools source in edk2
125 # Build the edk2 DuetPkg
127 echo Running edk2 build for DuetPkg$Processor
build64.sh 32 # This version is for the tools source in edk2
124 # Build the edk2 DuetPkg
126 echo Running edk2 build for DuetPkg$PROCESSOR
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 4 - all functions from edk2, posix, nt, os2, or ce, e.g. unlink, stat, etc.
6 - os.name is 'edk2', 'posix', 'nt', 'os2', 'ce' or 'riscos'
116 elif 'edk2' in _names:
117 name = 'edk2'
119 from edk2 import *
121 from edk2 import _exit
126 import edk2
127 __all__.extend(_get_exports_list(edk2))
128 del edk2
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 17 - all functions from edk2, posix, nt, os2, or ce, e.g. unlink, stat, etc.
19 - os.name is 'edk2', 'posix', 'nt', 'os2', 'ce' or 'riscos'
129 elif 'edk2' in _names:
130 name = 'edk2'
132 from edk2 import *
134 from edk2 import _exit
139 import edk2
140 __all__.extend(_get_exports_list(edk2))
141 del edk2
  /device/linaro/bootloader/edk2/OvmfPkg/
build.sh 32 # This version is for the tools source in edk2
295 # Build the edk2 OvmfPkg
297 echo Running edk2 build for OvmfPkg$Processor
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
bldX64.bat 18 @if exist %WORKSPACE%\edk2.log del %WORKSPACE%\edk2.log
154 build -n %NUMBER_OF_PROCESSORS% 1>>EDK2.log 2>&1
162 del Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\FV\VlvX64.beforeconfig.fd 1>>EDK2.log 2>&1
163 del Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\FV\HiiDefaultData.txt 1>>EDK2.log 2>&1
164 copy /y Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\FV\Vlv.fd Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\FV\VlvX64.beforeconfig.fd 1>>EDK2.log 2>&1
174 fce mirror -i Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\FV\VlvX64.beforeconfig.fd -o Build\%PLATFORM_PACKAGE%\%TARGET%_%TOOL_CHAIN_TAG%\FV\VlvX64.fd Setup SetupDefault 1>>EDK2.log 2>&1
  /device/linaro/bootloader/edk2/
Edk2Setup.bat 26 @REM e:\edk2>build --version
464 @call svn co https://svn.code.sf.net/p/edk2-toolbinaries/code/trunk/Win32 "%EDK_TOOLS_PATH%\Bin\Win32"
466 @call svn co https://svn.code.sf.net/p/edk2-toolbinaries/code/trunk/Win32 "%EDK_TOOLS_PATH%\Bin\Win32"
471 @echo https://svn.code.sf.net/p/edk2-toolbinaries/code/trunk/Win32
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
TechNotes.txt 22 edk2-devel mailing list.
38 virtio-net devices eg. DHCP configuration, TCP transfers with edk2 StdLib

Completed in 244 milliseconds