TianoCore EDK2 master
|
#include <Uefi.h>
#include <Protocol/HiiPackageList.h>
#include <Protocol/ServiceBinding.h>
#include <Protocol/Mtftp4.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>
#include <Library/ShellLib.h>
#include <Library/UefiLib.h>
#include <Library/UefiRuntimeServicesTableLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/HiiLib.h>
#include <Library/NetLib.h>
#include <Library/PrintLib.h>
#include <Library/UefiHiiServicesLib.h>
Go to the source code of this file.
Data Structures | |
struct | DOWNLOAD_CONTEXT |
Functions | |
SHELL_STATUS | RunTftp (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
EFI_HII_HANDLE | InitializeHiiPackage (EFI_HANDLE ImageHandle) |
Variables | |
EFI_HII_HANDLE | mTftpHiiHandle |
Header file for 'tftp' command functions.
Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.
Copyright (c) 2015, ARM Ltd. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Tftp.h.
EFI_HII_HANDLE InitializeHiiPackage | ( | EFI_HANDLE | ImageHandle | ) |
Retrieve HII package list from ImageHandle and publish to HII database.
ImageHandle | The image handle of the process. |
Definition at line 440 of file LinuxInitrdDynamicShellCommand.c.
SHELL_STATUS RunTftp | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Function for 'tftp' command.
[in] | ImageHandle | The image handle. |
[in] | SystemTable | The system table. |
SHELL_SUCCESS | Command completed successfully. |
SHELL_INVALID_PARAMETER | Command usage error. |
SHELL_ABORTED | The user aborts the operation. |
value | Unknown error. |
Function for 'tftp' command.
[in] | ImageHandle | Handle to the Image (NULL if Internal). |
[in] | SystemTable | Pointer to the System Table (NULL if Internal). |
|
extern |