TianoCore EDK2 master
Loading...
Searching...
No Matches
RedfishPlatformConfig.c File Reference

Go to the source code of this file.

Functions

EFI_STATUS GetArg (VOID)
 
VOID PrintHelp (VOID)
 
EFI_STATUS EFIAPI UefiMain (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Variables

UINTN Argc
 
CHAR16 ** Argv
 

Detailed Description

The implementation for Redfish Platform Configuration application.

Copyright (c) 2019, Intel Corporation. All rights reserved.
(C) Copyright 2020 Hewlett Packard Enterprise Development LP

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file RedfishPlatformConfig.c.

Function Documentation

◆ GetArg()

EFI_STATUS GetArg ( VOID  )

This function parse application ARG.

Returns
Status

Definition at line 30 of file RedfishPlatformConfig.c.

◆ PrintHelp()

VOID PrintHelp ( VOID  )

This function print the help message.

Definition at line 57 of file RedfishPlatformConfig.c.

◆ UefiMain()

EFI_STATUS EFIAPI UefiMain ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

The user Entry Point for Application. The user code starts with this function as the real entry point for the application.

Parameters
[in]ImageHandleThe firmware allocated handle for the EFI image.
[in]SystemTableA pointer to the EFI System Table.
Return values
EFI_SUCCESSThe entry point is executed successfully.
otherSome error occurs when executing this entry point.

Definition at line 82 of file RedfishPlatformConfig.c.

Variable Documentation

◆ Argc

UINTN Argc

Definition at line 20 of file RedfishPlatformConfig.c.

◆ Argv

CHAR16** Argv

Definition at line 21 of file RedfishPlatformConfig.c.