Home
last modified time | relevance | path

Searched refs:Shell (Results 1 – 25 of 125) sorted by relevance

12345

/device/linaro/bootloader/edk2/EdkShellPkg/
DReadMe.txt2 1. Download the newly EDK Shell project Efi-Shell-Dev-Snapshot-20090527.zip from the following URL …
3 a local directory in workspace, for example, $(WORKSPACE)\Shell:
6 Alternatively, the EDK Shell source directory can be retrieved from the following SVN address:
7 https://svn.code.sf.net/p/efi-shell/code/trunk/Shell
8 SVN Revision r33 corresponds to Efi-Shell-Dev-Snapshot-20090527.zip development snapshot.
11 the directory containing the EDK Shell source directory, e.g. $(WORKSPACE)\Shell.
13 3. The EDK II style DSC file is used to validate build EDK Shell source & EDK compatibility package…
15 To use this file, execute the following command under workspace to build EDK Shell source:
19 cd $(WORKSPACE)/Shell and execute patch -p0 < $(WORKSPACE)/EdkShellPkg/ShellR64.patch.
/device/linaro/bootloader/edk2/EdkShellBinPkg/
DReadMe.txt6 3. Check out Edk Shell project source (r64) to $(WORKSPACE)\Shell (svn https://svn.code.sf.net/p/ef…
9 …To generate Minimum Shell, execute: "build -a IA32 -a X64 -a IPF -p EdkShellPkg\EdkShellPkg.dsc -m…
10 …To generate Full Shell, execute: "build -a IA32 -a X64 -a IPF -p EdkShellPkg\EdkShellPkg.dsc -m Sh…
11 … binary files of those applications which haven't been contained in Minmum Shell but in Full Shell.
12 …To generate them, execute: "build -a IA32 -a X64 -a IPF -p EdkShellPkg\EdkShellPkg.dsc -m Shell\XX…
/device/linaro/bootloader/edk2/ShellBinPkg/MinUefiShell/
DMinUefiShell.inf2 # This is the UEFI Shell application binary file.
19 BASE_NAME = Shell
25 PE32|Ia32/Shell.efi|*
28 PE32|X64/Shell.efi|*
31 PE32|Arm/Shell.efi|*
34 PE32|AArch64/Shell.efi|*
/device/linaro/bootloader/edk2/ShellBinPkg/UefiShell/
DUefiShell.inf2 # This is the UEFI Shell application binary file.
19 BASE_NAME = Shell
25 PE32|Ia32/Shell.efi|*
28 PE32|X64/Shell.efi|*
31 PE32|Arm/Shell.efi|*
34 PE32|AArch64/Shell.efi|*
/device/linaro/bootloader/edk2/EdkShellBinPkg/MinimumShell/
DMinimumShell.inf2 # Component description file for EFI Shell module.
21 BASE_NAME = Shell
33 PE32|Ia32/Shell.efi|*
36 PE32|X64/Shell.efi|*
39 PE32|Ipf/Shell.efi|*
42 PE32|Arm/Shell.efi|*
/device/linaro/bootloader/edk2/DuetPkg/
DCreateBootDisk.sh92 cp $WORKSPACE/ShellBinPkg/UefiShell/Ia32/Shell.efi $EFI_BOOT_MEDIA/efi/boot/boot$5.efi
96 cp $WORKSPACE/ShellBinPkg/UefiShell/X64/Shell.efi $EFI_BOOT_MEDIA/efi/boot/boot$5.efi
118 mcopy -i $EFI_BOOT_MEDIA $WORKSPACE/ShellBinPkg/UefiShell/Ia32/Shell.efi ::/efi/boot/boot$5.efi
121 mcopy -i $EFI_BOOT_MEDIA $WORKSPACE/ShellBinPkg/UefiShell/X64/Shell.efi ::/efi/boot/boot$5.efi
149 cp $WORKSPACE/ShellBinPkg/UefiShell/Ia32/Shell.efi $EFI_BOOT_MEDIA/efi/boot/boot$5.efi
153 cp $WORKSPACE/ShellBinPkg/UefiShell/X64/Shell.efi $EFI_BOOT_MEDIA/efi/boot/boot$5.efi
181 cp $WORKSPACE/ShellBinPkg/UefiShell/Ia32/Shell.efi $EFI_BOOT_MEDIA/efi/boot/boot$5.efi
185 cp $WORKSPACE/ShellBinPkg/UefiShell/X64/Shell.efi $EFI_BOOT_MEDIA/efi/boot/boot$5.efi
/device/linaro/bootloader/edk2/ShellBinPkg/
DReadMe.txt13 To generate Shell, execute:
15 To generate Minimal Shell, execute:
25 Update the PCD as follows using the Shell's PCD:
34 Add the Shell.INF to the end of the list of DXE modules.
43 3. Shell documentation is in development and forthcoming.
DShellBinPkg.dec2 # UEFI 2.0 Shell Binary Package
5 # UEFI specification and UEFI Shell 2.0 specification.
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
DFdtPlatformDxe.uni20 // String definitions for the EFI Shell 'setfdt' command
38 #string STR_SETFDT_INVALID_PATH #language en-US "The EFI Shell or device file path '%s' is …
51 "file_path EFI Shell file path or device path to a FDT\r\n"
55 "1. If a valid EFI Shell file path is passed to the command, then the\r\n"
56 " command translates the EFI Shell file path into a device path in the\r\n"
80 " Shell> setfdt -i\r\n"
82 "2. Set the EFI Shell file path 'fs0:\>fdt.dtb' to be the default path\r\n"
84 " Shell> setfdt fs0:fdt.dtb\r\n"
87 " Shell> setfdt MAC(0002f700570b,0x1)/IPv4(192.168.1.1)/fdt.dtb\r\n"
89 " interface card to be used. The 'ifconfig -l' EFI Shell\r\n"
[all …]
DShellSetFdt.c149 IN EFI_SHELL_PROTOCOL *Shell, in UpdateFdtTextDevicePath() argument
167 DevicePath = Shell->GetDevicePathFromFilePath (FilePath); in UpdateFdtTextDevicePath()
299 IN EFI_SHELL_PROTOCOL *Shell in ShellDynCmdSetFdtHandler() argument
320 &gEfiShellProtocolGuid, Shell, in ShellDynCmdSetFdtHandler()
386 ShellStatus = UpdateFdtTextDevicePath (Shell, ValueStr); in ShellDynCmdSetFdtHandler()
433 &gEfiShellProtocolGuid, Shell, in ShellDynCmdSetFdtHandler()
DFdtPlatform.h109 IN EFI_SHELL_PROTOCOL *Shell
153 IN EFI_SHELL_PROTOCOL *Shell
DREADME.txt54 Shell command "setfdt" to define the location of the FDT by the mean of an EFI
55 Shell file path (like "fs2:\boot\fdt.dtb") or a device path.
57 If the path passed in to the command is a valid EFI Shell file path, the
63 Shell device path, the command handles it as device path and stored
71 an EFI Shell file path then first the "Fdt" UEFI variable is updated accordingly
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.inf19 BASE_NAME = Shell
32 Shell.c
33 Shell.h
45 Shell.uni
114 # size. Since the Shell application exceeds that when built in DEBUG mode,
/device/linaro/bootloader/edk2/ShellPkg/
DReadme.txt5 It is similar to the EDK EFI Shell or a *nix command line parser.
17 Update the PCD as follows using the Shell's PCD:
24 Add the Shell.INF to the end of the list of DXE modules.
DShellPkg.dsc2 # Shell Package
17 PLATFORM_NAME = Shell
21 OUTPUT_DIRECTORY = Build/Shell
100 ShellPkg/Application/Shell/Shell.inf {
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
DUefiShellDriver1CommandsLib.uni19 // String definitions for UEFI Shell 2.0 driver1 profile commands
193 " Shell> drvcfg\r\n"
197 " Shell> drvcfg -c\r\n"
200 " Shell> drvcfg -f 0\r\n"
203 " Shell> drvcfg -f 0 17\r\n"
206 " Shell> drvcfg -f 0 17 28\r\n"
210 " Shell> drvcfg -f 0 17 28 -c\r\n"
214 " Shell> drvcfg -f 0 17 28 30\r\n"
217 " Shell> drvcfg -v\r\n"
220 " Shell> drvcfg -v 17\r\n"
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DUefiShellLevel3CommandsLib.uni19 // String definitions for UEFI Shell 2.0 level 3 commands
51 #string STR_VER_OUTPUT_SHELL #language en-US "UEFI %s Shell v%d.%d\r\n"
87 ".TH help 0 "Displays help information from the UEFI Shell."\r\n"
89 "Displays the UEFI Shell command list or verbose command help.\r\n"
129 " * To display the list of commands in the UEFI Shell and break after one\r\n"
131 " Shell> help -b\r\n"
133 " * To display help information of a Shell command - ls:\r\n"
134 " Shell> help ls\r\n"
135 " Shell> -? ls\r\n"
136 " Shell> ls -?\r\n"
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoader.uni53 "This application can be called either from the EFI Shell or during the\r\n"
59 "If the application is called from the EFI Shell, the usual alias\r\n"
61 "an EFI Shell file path or a device path in the text form. The application\r\n"
62 "first tries to interpret the path as an EFI Shell file path. If the\r\n"
67 " * Boot from the EFI Shell the Linux kernel 'Image' with the command\r\n"
71 " Shell> LinuxLoader fs2:Image -d fs2:fdt.dtb -f fs2:ramdisk.img \\\r\n"
/device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/
DVConfig.uni2 // Shell application VLAN configuration.
19 #string STR_MODULE_ABSTRACT #language en-US "Shell application VLAN configuration"
/device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
DCryptest.uni2 // Shell application that will test the crypto library.
19 #string STR_MODULE_ABSTRACT #language en-US "Shell application that will test the crypt…
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6.uni2 // Shell application IfConfig6.
20 #string STR_MODULE_ABSTRACT #language en-US "Shell application IfConfig6"
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
DPing6.uni2 // Shell application Ping6.
19 #string STR_MODULE_ABSTRACT #language en-US "Shell application Ping6"
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DIpSecConfig.uni2 // Shell application IpSecConfig.
20 #string STR_MODULE_ABSTRACT #language en-US "Shell application IpSecConfig"
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.uni2 // Shell application to dump UEFI memory and SMRAM profile information.
19 #string STR_MODULE_ABSTRACT #language en-US "Shell application to dump UEFI memory and …
/device/linaro/bootloader/edk2/StdLib/
DISSUES.txt43 9: chdir/cwd not in EFI Shell 2012 Understood
44 The chdir and getcwd functions only work if one is using the UEFI Shell.
47 If the Shell does not have a current volume or directory, file operations

12345