TianoCore EDK2 master
|
#include "UefiShellDebug1CommandsLib.h"
#include <Library/ShellLib.h>
#include <Protocol/SerialIo.h>
Go to the source code of this file.
Functions | |
SHELL_STATUS | DisplaySettings (IN UINTN HandleIdx, IN BOOLEAN HandleValid) |
SHELL_STATUS EFIAPI | ShellCommandRunSerMode (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Main file for SerMode shell Debug1 function.
(C) Copyright 2015 Hewlett-Packard Development Company, L.P.
Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file SerMode.c.
SHELL_STATUS DisplaySettings | ( | IN UINTN | HandleIdx, |
IN BOOLEAN | HandleValid | ||
) |
Display information about a serial device by it's handle.
If HandleValid is FALSE, do all devices.
[in] | HandleIdx | The handle index for the device. |
[in] | HandleValid | TRUE if HandleIdx is valid. |
SHELL_INVALID_PARAMETER | A parameter was invalid. |
SHELL_SUCCESS | The operation was successful. |
SHELL_STATUS EFIAPI ShellCommandRunSerMode | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |