Initial import.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
33
EdkShellBinPkg/bin/Shell.mbd
Normal file
33
EdkShellBinPkg/bin/Shell.mbd
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
http://opensource.org/licenses/bsd-license.php
|
||||
|
||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
-->
|
||||
<ModuleBuildDescription xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
|
||||
<MbdHeader>
|
||||
<BaseName>Shell</BaseName>
|
||||
<Guid>c57ad6b7-0515-40a8-9d21-551652854e37</Guid>
|
||||
<Version>EDK_RELEASE_VERSION 0x00020000</Version>
|
||||
<Description>
|
||||
This is a binary package containing multiple binary files, however there is
|
||||
only a single MSA and MBD file.
|
||||
|
||||
</Description>
|
||||
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
|
||||
<License>
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
http://opensource.org/licenses/bsd-license.php
|
||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
</License>
|
||||
<Created>2006-03-17 20:56</Created>
|
||||
</MbdHeader>
|
||||
</ModuleBuildDescription>
|
47
EdkShellBinPkg/bin/Shell.msa
Normal file
47
EdkShellBinPkg/bin/Shell.msa
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
http://opensource.org/licenses/bsd-license.php
|
||||
|
||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
-->
|
||||
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
|
||||
<MsaHeader>
|
||||
<BaseName>Shell</BaseName>
|
||||
<ModuleType>UEFI_APPLICATION</ModuleType>
|
||||
<ComponentType>APPLICATION</ComponentType>
|
||||
<Guid>c57ad6b7-0515-40a8-9d21-551652854e37</Guid>
|
||||
<Version>0x00090000</Version>
|
||||
<Abstract>Component description file for EFI Shell module.</Abstract>
|
||||
<Description>
|
||||
This is a binary package containing multiple binary files, however there is
|
||||
only a single MSA and MBD file.
|
||||
</Description>
|
||||
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
|
||||
<License>
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
http://opensource.org/licenses/bsd-license.php
|
||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
</License>
|
||||
<Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
|
||||
<Created>2006-03-17 20:56</Created>
|
||||
</MsaHeader>
|
||||
<SourceFiles>
|
||||
<Filename Path="ia32" FileType="EFI">Shell_Full.efi</Filename>
|
||||
<!--
|
||||
<Arch ArchType="IA32">
|
||||
<Filename Path="ia32" FileType="EFI">Shell_Full.efi</Filename>
|
||||
</Arch>
|
||||
-->
|
||||
<Arch ArchType="IPF">
|
||||
<Filename Path="ipf">Shell_Full.efi</Filename>
|
||||
</Arch>
|
||||
</SourceFiles>
|
||||
</ModuleSurfaceArea>
|
47
EdkShellBinPkg/bin/build.xml
Normal file
47
EdkShellBinPkg/bin/build.xml
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><!-- Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
http://opensource.org/licenses/bsd-license.php
|
||||
|
||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
|
||||
<project basedir="." default="Shell"><!--Apply external ANT tasks-->
|
||||
<taskdef resource="GenBuild.tasks"/>
|
||||
<taskdef resource="net/sf/antcontrib/antlib.xml"/>
|
||||
<property environment="env"/>
|
||||
<property name="WORKSPACE_DIR" value="${env.WORKSPACE}"/>
|
||||
<import file="${WORKSPACE_DIR}\Tools\Conf\BuildMacro.xml"/><!--MODULE_RELATIVE PATH is relative to PACKAGE_DIR-->
|
||||
<property name="MODULE_RELATIVE_PATH" value="bin"/>
|
||||
<property name="MODULE_DIR" value="${PACKAGE_DIR}\${MODULE_RELATIVE_PATH}"/>
|
||||
<property name="COMMON_FILE" value="${WORKSPACE_DIR}\Tools\Conf\Common.xml"/>
|
||||
<target name="Shell">
|
||||
<GenBuild baseName="Shell" mbdFilename="${MODULE_DIR}\Shell.mbd" msaFilename="${MODULE_DIR}\Shell.msa"/>
|
||||
</target>
|
||||
<target depends="Shell_clean" name="clean"/>
|
||||
<target depends="Shell_cleanall" name="cleanall"/>
|
||||
<target name="Shell_clean">
|
||||
<OutputDirSetup baseName="Shell" mbdFilename="${MODULE_DIR}\Shell.mbd" msaFilename="${MODULE_DIR}\Shell.msa"/>
|
||||
<if>
|
||||
<available file="${DEST_DIR_OUTPUT}\Shell_build.xml"/>
|
||||
<then>
|
||||
<ant antfile="${DEST_DIR_OUTPUT}\Shell_build.xml" target="clean"/>
|
||||
</then>
|
||||
</if>
|
||||
<delete dir="${DEST_DIR_OUTPUT}" excludes="*.xml"/>
|
||||
</target>
|
||||
<target name="Shell_cleanall">
|
||||
<OutputDirSetup baseName="Shell" mbdFilename="${MODULE_DIR}\Shell.mbd" msaFilename="${MODULE_DIR}\Shell.msa"/>
|
||||
<if>
|
||||
<available file="${DEST_DIR_OUTPUT}\Shell_build.xml"/>
|
||||
<then>
|
||||
<ant antfile="${DEST_DIR_OUTPUT}\Shell_build.xml" target="cleanall"/>
|
||||
</then>
|
||||
</if>
|
||||
<delete dir="${DEST_DIR_OUTPUT}"/>
|
||||
<delete dir="${DEST_DIR_DEBUG}"/>
|
||||
<delete>
|
||||
<fileset dir="${BIN_DIR}" includes="**Shell*"/>
|
||||
</delete>
|
||||
</target>
|
||||
</project>
|
BIN
EdkShellBinPkg/bin/ia32/Apps/Attrib.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Attrib.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Cls.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Cls.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Cp.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Cp.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Date.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Date.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Dblk.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Dblk.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Devices.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Devices.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Devtree.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Devtree.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Drivers.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Drivers.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Drvcfg.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Drvcfg.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Drvdiag.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Drvdiag.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Guid.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Guid.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/IpConfig.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/IpConfig.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Load.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Load.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/LoadPciRom.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/LoadPciRom.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Ls.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Ls.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Mkdir.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Mkdir.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Mount.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Mount.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Mv.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Mv.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/NShell.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/NShell.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Openinfo.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Openinfo.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Resets.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Resets.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Rm.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Rm.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/SmbiosView.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/SmbiosView.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/TelnetMgmt.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/TelnetMgmt.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Time.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Time.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Touch.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Touch.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Type.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Type.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Unload.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Unload.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Ver.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Ver.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/Vol.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/Vol.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/comp.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/comp.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/dmem.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/dmem.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/dmpstore.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/dmpstore.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/edit.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/edit.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/eficompress.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/eficompress.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/efidecompress.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/efidecompress.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/err.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/err.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/hexedit.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/hexedit.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/legacyboot.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/legacyboot.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/loadfv.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/loadfv.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/mem.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/mem.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/memmap.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/memmap.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/mm.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/mm.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/mode.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/mode.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/pci.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/pci.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/sermode.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/sermode.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/stall.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/stall.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Apps/timezone.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Apps/timezone.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Shell.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Shell.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ia32/Shell_Full.efi
Normal file
BIN
EdkShellBinPkg/bin/ia32/Shell_Full.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Attrib.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Attrib.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Cls.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Cls.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Cp.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Cp.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Date.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Date.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Dblk.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Dblk.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Devices.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Devices.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Devtree.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Devtree.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Drivers.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Drivers.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Drvcfg.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Drvcfg.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Drvdiag.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Drvdiag.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Guid.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Guid.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/IpConfig.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/IpConfig.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Load.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Load.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/LoadPciRom.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/LoadPciRom.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Ls.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Ls.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Mkdir.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Mkdir.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Mount.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Mount.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Mv.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Mv.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/NShell.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/NShell.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Openinfo.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Openinfo.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Resets.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Resets.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Rm.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Rm.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/SmbiosView.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/SmbiosView.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/TelnetMgmt.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/TelnetMgmt.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Time.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Time.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Touch.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Touch.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Type.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Type.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Unload.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Unload.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Ver.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Ver.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/Vol.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/Vol.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/comp.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/comp.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/dmem.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/dmem.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/dmpstore.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/dmpstore.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/edit.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/edit.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/eficompress.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/eficompress.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/efidecompress.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/efidecompress.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/err.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/err.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/hexedit.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/hexedit.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/mem.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/mem.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/memmap.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/memmap.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/mm.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/mm.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/mode.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/mode.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/pci.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/pci.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/sermode.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/sermode.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/stall.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/stall.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Apps/timezone.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Apps/timezone.efi
Normal file
Binary file not shown.
BIN
EdkShellBinPkg/bin/ipf/Shell.efi
Normal file
BIN
EdkShellBinPkg/bin/ipf/Shell.efi
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user