mirror of https://github.com/acidanthera/audk.git
IntelFrameworkModulePkg: Fix typos in comments
- stoping -> stopping - Pointion -> Position - Arrary -> Array - reseting -> resetting - excute -> execute - isTRUE -> is TRUE - connectted -> connected - Retrive -> Retrieve - dirvers -> drivers - funciton -> function - paramter -> parameter - availible -> available - permenent -> permanent - boundry -> boundary Cc: Jeff Fan <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
parent
3e14edf820
commit
70d3fe9dad
|
@ -1685,9 +1685,9 @@ InitKeyboard (
|
|||
|
||||
ConsoleIn->IsSupportPartialKey = FALSE;
|
||||
//
|
||||
// For reseting keyboard is not mandatory before booting OS and sometimes keyboard responses very slow,
|
||||
// For resetting keyboard is not mandatory before booting OS and sometimes keyboard responses very slow,
|
||||
// and to support KB hot plug, we need to let the InitKB succeed no matter whether there is a KB device connected
|
||||
// to system. So we only do the real reseting for keyboard when user asks and there is a real KB connected t system,
|
||||
// to system. So we only do the real resetting for keyboard when user asks and there is a real KB connected t system,
|
||||
// and normally during booting an OS, it's skipped.
|
||||
//
|
||||
if (ExtendedVerification && CheckKeyboardConnect (ConsoleIn)) {
|
||||
|
|
|
@ -55,7 +55,7 @@ KbdControllerDriverStart (
|
|||
);
|
||||
|
||||
/**
|
||||
Stop this driver on ControllerHandle. Support stoping any child handles
|
||||
Stop this driver on ControllerHandle. Support stopping any child handles
|
||||
created by this driver.
|
||||
|
||||
@param This Protocol instance pointer.
|
||||
|
@ -448,7 +448,7 @@ ErrorExit:
|
|||
}
|
||||
|
||||
/**
|
||||
Stop this driver on ControllerHandle. Support stoping any child handles
|
||||
Stop this driver on ControllerHandle. Support stopping any child handles
|
||||
created by this driver.
|
||||
|
||||
@param This Protocol instance pointer.
|
||||
|
|
|
@ -540,7 +540,7 @@ PS2MouseRead (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Command I/O command.
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -579,7 +579,7 @@ Out8042Command (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Data value
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -615,7 +615,7 @@ Out8042Data (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Data value
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -659,7 +659,7 @@ In8042Data (
|
|||
@param Command Aux I/O command
|
||||
@param Resend Whether need resend the Aux command.
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -740,7 +740,7 @@ Out8042AuxCommand (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Buffer holding return value
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow.
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow.
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -786,7 +786,7 @@ Out8042AuxData (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Buffer holding return value.
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
@ -302,7 +302,7 @@ PS2MouseRead (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Command I/O command.
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -317,7 +317,7 @@ Out8042Command (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Data value
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -332,7 +332,7 @@ In8042Data (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Data value
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -348,7 +348,7 @@ Out8042Data (
|
|||
@param Command Aux I/O command
|
||||
@param Resend Whether need resend the Aux command.
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -364,7 +364,7 @@ Out8042AuxCommand (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Buffer holding return value.
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -379,7 +379,7 @@ In8042AuxData (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Buffer holding return value.
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
@ -402,7 +402,7 @@ ErrorExit:
|
|||
}
|
||||
|
||||
/**
|
||||
Stop this driver on ControllerHandle. Support stoping any child handles
|
||||
Stop this driver on ControllerHandle. Support stopping any child handles
|
||||
created by this driver.
|
||||
|
||||
@param This Protocol instance pointer.
|
||||
|
@ -498,14 +498,14 @@ PS2MouseAbsolutePointerDriverStop (
|
|||
}
|
||||
|
||||
/**
|
||||
Reset the Mouse and do BAT test for it, if ExtendedVerification isTRUE and there is a mouse device connectted to system.
|
||||
Reset the Mouse and do BAT test for it, if ExtendedVerification is TRUE and there is a mouse device connected to system.
|
||||
|
||||
@param This - Pointer of simple pointer Protocol.
|
||||
@param ExtendedVerification - Whether configure mouse parameters. True: do; FALSE: skip.
|
||||
|
||||
|
||||
@retval EFI_SUCCESS - The command byte is written successfully.
|
||||
@retval EFI_DEVICE_ERROR - Errors occurred during reseting keyboard.
|
||||
@retval EFI_DEVICE_ERROR - Errors occurred during resetting keyboard.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
@ -151,7 +151,7 @@ PS2MouseAbsolutePointerDriverStart (
|
|||
);
|
||||
|
||||
/**
|
||||
Stop this driver on ControllerHandle. Support stoping any child handles
|
||||
Stop this driver on ControllerHandle. Support stopping any child handles
|
||||
created by this driver.
|
||||
|
||||
@param This Protocol instance pointer.
|
||||
|
@ -303,14 +303,14 @@ Ps2MouseAbsolutePointerComponentNameGetControllerName (
|
|||
);
|
||||
|
||||
/**
|
||||
Reset the Mouse and do BAT test for it, if ExtendedVerification isTRUE and there is a mouse device connectted to system.
|
||||
Reset the Mouse and do BAT test for it, if ExtendedVerification is TRUE and there is a mouse device connected to system.
|
||||
|
||||
@param This - Pointer of simple pointer Protocol.
|
||||
@param ExtendedVerification - Whether configure mouse parameters. True: do; FALSE: skip.
|
||||
|
||||
|
||||
@retval EFI_SUCCESS - The command byte is written successfully.
|
||||
@retval EFI_DEVICE_ERROR - Errors occurred during reseting keyboard.
|
||||
@retval EFI_DEVICE_ERROR - Errors occurred during resetting keyboard.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -374,7 +374,7 @@ PollMouseAbsolutePointer (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Data value
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
@ -539,7 +539,7 @@ PS2MouseRead (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Command I/O command.
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -578,7 +578,7 @@ Out8042Command (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Data value
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -614,7 +614,7 @@ Out8042Data (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Data value
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -658,7 +658,7 @@ In8042Data (
|
|||
@param Command Aux I/O command
|
||||
@param Resend Whether need resend the Aux command.
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -739,7 +739,7 @@ Out8042AuxCommand (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Buffer holding return value
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -785,7 +785,7 @@ Out8042AuxData (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Buffer holding return value.
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
@ -302,7 +302,7 @@ PS2MouseRead (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Command I/O command.
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -317,7 +317,7 @@ Out8042Command (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Data value
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -332,7 +332,7 @@ In8042Data (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Data value
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -348,7 +348,7 @@ Out8042Data (
|
|||
@param Command Aux I/O command
|
||||
@param Resend Whether need resend the Aux command.
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -364,7 +364,7 @@ Out8042AuxCommand (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Buffer holding return value.
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -379,7 +379,7 @@ In8042AuxData (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Buffer holding return value
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
@ -417,7 +417,7 @@ ErrorExit:
|
|||
}
|
||||
|
||||
/**
|
||||
Stop this driver on ControllerHandle. Support stoping any child handles
|
||||
Stop this driver on ControllerHandle. Support stopping any child handles
|
||||
created by this driver.
|
||||
|
||||
@param This Protocol instance pointer.
|
||||
|
@ -513,14 +513,14 @@ PS2MouseDriverStop (
|
|||
}
|
||||
|
||||
/**
|
||||
Reset the Mouse and do BAT test for it, if ExtendedVerification isTRUE and there is a mouse device connectted to system
|
||||
Reset the Mouse and do BAT test for it, if ExtendedVerification is TRUE and there is a mouse device connected to system
|
||||
|
||||
@param This - Pointer of simple pointer Protocol.
|
||||
@param ExtendedVerification - Whether configure mouse parameters. True: do; FALSE: skip.
|
||||
|
||||
|
||||
@retval EFI_SUCCESS - The command byte is written successfully.
|
||||
@retval EFI_DEVICE_ERROR - Errors occurred during reseting keyboard.
|
||||
@retval EFI_DEVICE_ERROR - Errors occurred during resetting keyboard.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
@ -151,7 +151,7 @@ PS2MouseDriverStart (
|
|||
);
|
||||
|
||||
/**
|
||||
Stop this driver on ControllerHandle. Support stoping any child handles
|
||||
Stop this driver on ControllerHandle. Support stopping any child handles
|
||||
created by this driver.
|
||||
|
||||
@param This Protocol instance pointer.
|
||||
|
@ -303,14 +303,14 @@ Ps2MouseComponentNameGetControllerName (
|
|||
);
|
||||
|
||||
/**
|
||||
Reset the Mouse and do BAT test for it, if ExtendedVerification isTRUE and there is a mouse device connectted to system
|
||||
Reset the Mouse and do BAT test for it, if ExtendedVerification is TRUE and there is a mouse device connected to system
|
||||
|
||||
@param This - Pointer of simple pointer Protocol.
|
||||
@param ExtendedVerification - Whether configure mouse parameters. True: do; FALSE: skip.
|
||||
|
||||
|
||||
@retval EFI_SUCCESS - The command byte is written successfully.
|
||||
@retval EFI_DEVICE_ERROR - Errors occurred during reseting keyboard.
|
||||
@retval EFI_DEVICE_ERROR - Errors occurred during resetting keyboard.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -374,7 +374,7 @@ PollMouse (
|
|||
@param IsaIo Pointer to instance of EFI_ISA_IO_PROTOCOL
|
||||
@param Data Data value
|
||||
|
||||
@retval EFI_SUCCESS Success to excute I/O work flow
|
||||
@retval EFI_SUCCESS Success to execute I/O work flow
|
||||
@retval EFI_TIMEOUT Keyboard controller time out.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
@ -934,7 +934,7 @@ KeyboardReadKeyStrokeWorker (
|
|||
}
|
||||
|
||||
//
|
||||
// Use TimerEvent callback funciton to check whether there's any key pressed
|
||||
// Use TimerEvent callback function to check whether there's any key pressed
|
||||
//
|
||||
|
||||
//
|
||||
|
@ -978,7 +978,7 @@ KeyboardReadKeyStrokeWorker (
|
|||
@param ExtendedVerification Whether perform the extra validation of keyboard. True: perform; FALSE: skip.
|
||||
|
||||
@retval EFI_SUCCESS The command byte is written successfully.
|
||||
@retval EFI_DEVICE_ERROR Errors occurred during reseting keyboard.
|
||||
@retval EFI_DEVICE_ERROR Errors occurred during resetting keyboard.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -1176,8 +1176,8 @@ BiosKeyboardReset (
|
|||
);
|
||||
|
||||
//
|
||||
// For reseting keyboard is not mandatory before booting OS and sometimes keyboard responses very slow,
|
||||
// so we only do the real reseting for keyboard when user asks, and normally during booting an OS, it's skipped.
|
||||
// For resetting keyboard is not mandatory before booting OS and sometimes keyboard responses very slow,
|
||||
// so we only do the real resetting for keyboard when user asks, and normally during booting an OS, it's skipped.
|
||||
// Call CheckKeyboardConnect() to check whether keyboard is connected, if it is not connected,
|
||||
// Real reset will not do.
|
||||
//
|
||||
|
@ -1431,7 +1431,7 @@ BiosKeyboardWaitForKey (
|
|||
//
|
||||
gBS->Stall (1000);
|
||||
//
|
||||
// Use TimerEvent callback funciton to check whether there's any key pressed
|
||||
// Use TimerEvent callback function to check whether there's any key pressed
|
||||
//
|
||||
BiosKeyboardTimerHandler (NULL, BIOS_KEYBOARD_DEV_FROM_THIS (Context));
|
||||
|
||||
|
@ -1795,7 +1795,7 @@ BiosKeyboardTimerHandler (
|
|||
// will be disabled after the thunk call finish, which means if user crazy input during int 9 being disabled, some keystrokes will be lost when
|
||||
// KB device own hardware buffer overflows. And if the lost keystroke code is CTRL or ALT or SHIFT release code, these function key flags bit
|
||||
// in BDA will not be updated. So the Int 16 will believe the CTRL or ALT or SHIFT is still pressed, and Int 16 will translate later scancode
|
||||
// to wrong ASCII code. We can increase the Thunk frequence to let Int 9 response in time, but this way will much hurt other dirvers
|
||||
// to wrong ASCII code. We can increase the Thunk frequence to let Int 9 response in time, but this way will much hurt other drivers
|
||||
// performance, like USB.
|
||||
//
|
||||
// 1. If CTRL or ALT release code is missed, all later input keys will be translated to wrong ASCII codes which the Tiano cannot support. In
|
||||
|
|
|
@ -447,7 +447,7 @@ BiosKeyboardComponentNameGetControllerName (
|
|||
@param ExtendedVerification Whether perform the extra validation of keyboard. True: perform; FALSE: skip.
|
||||
|
||||
@retval EFI_SUCCESS The command byte is written successfully.
|
||||
@retval EFI_DEVICE_ERROR Errors occurred during reseting keyboard.
|
||||
@retval EFI_DEVICE_ERROR Errors occurred during resetting keyboard.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
|
|
@ -2148,7 +2148,7 @@ Undi16SimpleNetworkInitialize (
|
|||
@param This A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.
|
||||
@param ExtendedVerification Need extended verfication.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
|
@ -2229,7 +2229,7 @@ Undi16SimpleNetworkReset (
|
|||
|
||||
@param This A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
|
@ -2342,7 +2342,7 @@ Undi16SimpleNetworkShutdown (
|
|||
@param MCastFilterCnt Count of mutli cast filter for different MAC address
|
||||
@param MCastFilter Buffer for mustli cast filter for different MAC address.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
|
@ -2496,10 +2496,10 @@ Undi16SimpleNetworkReceiveFilters (
|
|||
Set new MAC address.
|
||||
|
||||
@param This A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.
|
||||
@param Reset Whether reset station MAC address to permenent address
|
||||
@param Reset Whether reset station MAC address to permanent address
|
||||
@param New A pointer to New address
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
|
@ -2554,7 +2554,7 @@ Undi16SimpleNetworkStationAddress (
|
|||
|
||||
if (Reset) {
|
||||
//
|
||||
// If we are reseting the Station Address to the permanent address, and the
|
||||
// If we are resetting the Station Address to the permanent address, and the
|
||||
// Station Address is not programmable, then just return EFI_SUCCESS.
|
||||
//
|
||||
if (!SimpleNetworkDevice->SimpleNetworkMode.MacAddressChangeable) {
|
||||
|
@ -2853,7 +2853,7 @@ Undi16SimpleNetworkStatistics (
|
|||
@param IP A pointer to given Ip address.
|
||||
@param MAC On return, translated MAC address.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid IP address.
|
||||
@retval EFI_INVALID_PARAMETER Invalid return buffer for holding MAC address.
|
||||
@retval EFI_UNSUPPORTED Do not support IPv6
|
||||
|
|
|
@ -236,7 +236,7 @@ Undi16SimpleNetworkInitialize (
|
|||
@param This A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.
|
||||
@param ExtendedVerification Need extended verfication.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
|
@ -255,7 +255,7 @@ Undi16SimpleNetworkReset (
|
|||
|
||||
@param This A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
|
@ -278,7 +278,7 @@ Undi16SimpleNetworkShutdown (
|
|||
@param MCastFilterCnt Count of mutli cast filter for different MAC address
|
||||
@param MCastFilter Buffer for mustli cast filter for different MAC address.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
|
@ -300,10 +300,10 @@ Undi16SimpleNetworkReceiveFilters (
|
|||
Set new MAC address.
|
||||
|
||||
@param This A pointer to EFI_SIMPLE_NETWORK_PROTOCOL structure.
|
||||
@param Reset Whether reset station MAC address to permenent address
|
||||
@param Reset Whether reset station MAC address to permanent address
|
||||
@param New A pointer to New address
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
|
@ -326,7 +326,7 @@ Undi16SimpleNetworkStationAddress (
|
|||
@param StatisticsSize The buffer of statistics table.
|
||||
@param StatisticsTable A pointer to statistics buffer.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_DEVICE_ERROR Network device has not been initialized.
|
||||
@retval EFI_NOT_STARTED Network device has been stopped.
|
||||
@retval EFI_DEVICE_ERROR Invalid status for network device
|
||||
|
@ -350,7 +350,7 @@ Undi16SimpleNetworkStatistics (
|
|||
@param IP A pointer to given Ip address.
|
||||
@param MAC On return, translated MAC address.
|
||||
|
||||
@retval EFI_INVALID_PARAMETER Invalid This paramter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid This parameter.
|
||||
@retval EFI_INVALID_PARAMETER Invalid IP address.
|
||||
@retval EFI_INVALID_PARAMETER Invalid return buffer for holding MAC address.
|
||||
@retval EFI_UNSUPPORTED Do not support IPv6
|
||||
|
@ -639,7 +639,7 @@ LaunchBaseCode (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -680,7 +680,7 @@ PxeStartUndi (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -713,7 +713,7 @@ PxeUndiStartup (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -759,7 +759,7 @@ PxeUndiCleanup (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance.
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -808,7 +808,7 @@ PxeUndiInitialize (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance.
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
@param RxFilter Filter setting mask value for PXE recive .
|
||||
|
||||
|
@ -843,7 +843,7 @@ PxeUndiResetNic (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -890,7 +890,7 @@ PxeUndiShutdown (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -921,7 +921,7 @@ PxeUndiOpen (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1007,7 +1007,7 @@ PxeUndiClose (
|
|||
Status: See the PXENV_STATUS_xxx constants
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1041,7 +1041,7 @@ PxeUndiTransmit (
|
|||
Status: See the PXENV_STATUS_xxx constants
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1076,7 +1076,7 @@ PxeUndiSetMcastAddr (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1110,7 +1110,7 @@ PxeUndiSetStationAddr (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1169,7 +1169,7 @@ PxeUndiSetPacketFilter (
|
|||
TxBufCnt: Transmit queue length.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1210,7 +1210,7 @@ PxeUndiGetInformation (
|
|||
because receive queue was full.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1240,7 +1240,7 @@ PxeUndiGetStatistics (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1271,7 +1271,7 @@ PxeUndiClearStatistics (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1308,7 +1308,7 @@ PxeUndiInitiateDiags (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1342,7 +1342,7 @@ PxeUndiForceInterrupt (
|
|||
MediaAddr: MAC multicast address.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1408,7 +1408,7 @@ PxeUndiGetMcastAddr (
|
|||
in the [PnP] and [PCI] specifications
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1457,7 +1457,7 @@ PxeUndiGetNicType (
|
|||
Reserved: Must be zero.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1515,7 +1515,7 @@ PxeUndiGetNdisInfo (
|
|||
strategy routine when the UNDI re-enables interrupts.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1550,7 +1550,7 @@ PxeUndiIsr (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1598,7 +1598,7 @@ PxeUndiStop (
|
|||
status of that operation on return.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1623,7 +1623,7 @@ PxeUndiGetState (
|
|||
|
||||
@param SimpleNetworkDevice Device instance for simple network
|
||||
@param Table Point to parameter/retun value table for legacy far call
|
||||
@param TableSize The size of paramter/return value table
|
||||
@param TableSize The size of parameter/return value table
|
||||
@param CallIndex The index of legacy call.
|
||||
|
||||
@return EFI_STATUS
|
||||
|
|
|
@ -823,7 +823,7 @@ LaunchBaseCode (
|
|||
|
||||
@param SimpleNetworkDevice Device instance for simple network
|
||||
@param Table Point to parameter/retun value table for legacy far call
|
||||
@param TableSize The size of paramter/return value table
|
||||
@param TableSize The size of parameter/return value table
|
||||
@param CallIndex The index of legacy call.
|
||||
|
||||
@return EFI_STATUS
|
||||
|
|
|
@ -57,7 +57,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -105,7 +105,7 @@ PxeStartUndi (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -145,7 +145,7 @@ PxeUndiStartup (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -198,7 +198,7 @@ PxeUndiCleanup (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -254,7 +254,7 @@ PxeUndiInitialize (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance.
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
@param RxFilter Filter setting mask value for PXE recive .
|
||||
|
||||
|
@ -347,7 +347,7 @@ PxeUndiResetNic (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -401,7 +401,7 @@ PxeUndiShutdown (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -439,7 +439,7 @@ PxeUndiOpen (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -532,7 +532,7 @@ PxeUndiClose (
|
|||
Status: See the PXENV_STATUS_xxx constants
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -586,7 +586,7 @@ PxeUndiTransmit (
|
|||
Status: See the PXENV_STATUS_xxx constants
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -628,7 +628,7 @@ PxeUndiSetMcastAddr (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -669,7 +669,7 @@ PxeUndiSetStationAddr (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -735,7 +735,7 @@ PxeUndiSetPacketFilter (
|
|||
TxBufCnt: Transmit queue length.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -783,7 +783,7 @@ PxeUndiGetInformation (
|
|||
because receive queue was full.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -820,7 +820,7 @@ PxeUndiGetStatistics (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -858,7 +858,7 @@ PxeUndiClearStatistics (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -902,7 +902,7 @@ PxeUndiInitiateDiags (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -943,7 +943,7 @@ PxeUndiForceInterrupt (
|
|||
MediaAddr: MAC multicast address.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1016,7 +1016,7 @@ PxeUndiGetMcastAddr (
|
|||
in the [PnP] and [PCI] specifications
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1072,7 +1072,7 @@ PxeUndiGetNicType (
|
|||
Reserved: Must be zero.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1137,7 +1137,7 @@ PxeUndiGetNdisInfo (
|
|||
strategy routine when the UNDI re-enables interrupts.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1179,7 +1179,7 @@ PxeUndiIsr (
|
|||
Status: See the PXENV_STATUS_xxx constants.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
@ -1234,7 +1234,7 @@ PxeUndiStop (
|
|||
status of that operation on return.
|
||||
|
||||
@param SimpleNetworkDevice Device instance
|
||||
@param PxeUndiTable Point to structure which hold paramter and return value
|
||||
@param PxeUndiTable Point to structure which hold parameter and return value
|
||||
for option ROM call.
|
||||
|
||||
@return Return value of PXE option ROM far call.
|
||||
|
|
|
@ -223,7 +223,7 @@ RelocateImageUnder4GIfNeeded (
|
|||
}
|
||||
ImageContext.ImageAddress = (PHYSICAL_ADDRESS)MemoryAddress;
|
||||
//
|
||||
// Align buffer on section boundry
|
||||
// Align buffer on section boundary
|
||||
//
|
||||
ImageContext.ImageAddress += ImageContext.SectionAlignment - 1;
|
||||
ImageContext.ImageAddress &= ~((PHYSICAL_ADDRESS)ImageContext.SectionAlignment - 1);
|
||||
|
|
|
@ -826,7 +826,7 @@ LegacyBiosFarCall86 (
|
|||
@param RomSize Size of ROM Image
|
||||
@param Flags Indicates if ROM found and if PC-AT.
|
||||
|
||||
@retval EFI_SUCCESS Legacy Option ROM availible for this device
|
||||
@retval EFI_SUCCESS Legacy Option ROM available for this device
|
||||
@retval EFI_UNSUPPORTED Legacy Option ROM not supported.
|
||||
|
||||
**/
|
||||
|
@ -1463,7 +1463,7 @@ LegacyCalculateWriteStandardCmosChecksum (
|
|||
@param[out] OpromRevision Revision of the PCI Rom
|
||||
@param[out] ConfigUtilityCodeHeaderPointer of Configuration Utility Code Header
|
||||
|
||||
@return EFI_SUCCESS Legacy Option ROM availible for this device
|
||||
@return EFI_SUCCESS Legacy Option ROM available for this device
|
||||
@return EFI_ALREADY_STARTED This device is already managed by its Oprom
|
||||
@return EFI_UNSUPPORTED Legacy Option ROM not supported.
|
||||
|
||||
|
|
|
@ -1812,7 +1812,7 @@ PciShadowRoms (
|
|||
@param RomSize Size of ROM Image
|
||||
@param Flags Indicates if ROM found and if PC-AT.
|
||||
|
||||
@retval EFI_SUCCESS Legacy Option ROM availible for this device
|
||||
@retval EFI_SUCCESS Legacy Option ROM available for this device
|
||||
@retval EFI_UNSUPPORTED Legacy Option ROM not supported.
|
||||
|
||||
**/
|
||||
|
@ -1854,7 +1854,7 @@ LegacyBiosCheckPciRom (
|
|||
@param[out] OpromRevision Revision of the PCI Rom
|
||||
@param[out] ConfigUtilityCodeHeaderPointer of Configuration Utility Code Header
|
||||
|
||||
@return EFI_SUCCESS Legacy Option ROM availible for this device
|
||||
@return EFI_SUCCESS Legacy Option ROM available for this device
|
||||
@return EFI_ALREADY_STARTED This device is already managed by its Oprom
|
||||
@return EFI_UNSUPPORTED Legacy Option ROM not supported.
|
||||
|
||||
|
|
|
@ -170,7 +170,7 @@ BdsLibBootViaBootOption (
|
|||
This function will enumerate all possible boot devices in the system, and
|
||||
automatically create boot options for Network, Shell, Removable BlockIo,
|
||||
and Non-BlockIo Simplefile devices.
|
||||
It will excute once every boot.
|
||||
It will execute once every boot.
|
||||
|
||||
@param BdsBootOptionList The header of the linked list that indexed all
|
||||
current boot options.
|
||||
|
@ -995,7 +995,7 @@ BdsLibUserIdentify (
|
|||
/**
|
||||
This function checks if a Fv file device path is valid, according to a file GUID. If it is invalid,
|
||||
it tries to return the valid device path.
|
||||
FV address maybe changes for memory layout adjust from time to time, use this funciton
|
||||
FV address maybe changes for memory layout adjust from time to time, use this function
|
||||
could promise the Fv file device path is right.
|
||||
|
||||
@param DevicePath On input, the Fv file device path to check. On
|
||||
|
|
|
@ -72,7 +72,7 @@ PlatformBdsInit (
|
|||
);
|
||||
|
||||
/**
|
||||
The function will excute with as the platform policy, current policy
|
||||
The function will execute with as the platform policy, current policy
|
||||
is driven by boot mode. IBV/OEM can customize this code for their specific
|
||||
policy action.
|
||||
|
||||
|
|
|
@ -298,7 +298,7 @@ DecodeP (
|
|||
/**
|
||||
Reads code lengths for the Extra Set or the Position Set.
|
||||
|
||||
Read in the Extra Set or Pointion Set Length Arrary, then
|
||||
Read in the Extra Set or Position Set Length Array, then
|
||||
generate the Huffman code mapping for them.
|
||||
|
||||
@param Sd The global scratch data.
|
||||
|
@ -503,7 +503,7 @@ DecodeC (
|
|||
Sd->mBlockSize = (UINT16) GetBits (Sd, 16);
|
||||
|
||||
//
|
||||
// Read in the Extra Set Code Length Arrary,
|
||||
// Read in the Extra Set Code Length Array,
|
||||
// Generate the Huffman code mapping table for Extra Set.
|
||||
//
|
||||
Sd->mBadTableFlag = ReadPTLen (Sd, NT, TBIT, 3);
|
||||
|
@ -512,13 +512,13 @@ DecodeC (
|
|||
}
|
||||
|
||||
//
|
||||
// Read in and decode the Char&Len Set Code Length Arrary,
|
||||
// Read in and decode the Char&Len Set Code Length Array,
|
||||
// Generate the Huffman code mapping table for Char&Len Set.
|
||||
//
|
||||
ReadCLen (Sd);
|
||||
|
||||
//
|
||||
// Read in the Position Set Code Length Arrary,
|
||||
// Read in the Position Set Code Length Array,
|
||||
// Generate the Huffman code mapping table for the Position Set.
|
||||
//
|
||||
Sd->mBadTableFlag = ReadPTLen (Sd, MAXNP, Sd->mPBit, (UINT16) (-1));
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/** @file
|
||||
Internal data structure and interfaces defintions for UEFI and Tiano Decompress Libary.
|
||||
Internal data structure and interfaces defintions for UEFI and Tiano Decompress Library.
|
||||
|
||||
Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
|
@ -155,7 +155,7 @@ DecodeP (
|
|||
/**
|
||||
Reads code lengths for the Extra Set or the Position Set.
|
||||
|
||||
Read in the Extra Set or Pointion Set Length Arrary, then
|
||||
Read in the Extra Set or Position Set Length Array, then
|
||||
generate the Huffman code mapping for them.
|
||||
|
||||
@param Sd The global scratch data.
|
||||
|
|
|
@ -739,7 +739,7 @@ BootMaintCallback (
|
|||
|
||||
Private = BMM_CALLBACK_DATA_FROM_THIS (This);
|
||||
//
|
||||
// Retrive uncommitted data from Form Browser
|
||||
// Retrieve uncommitted data from Form Browser
|
||||
//
|
||||
CurrentFakeNVMap = &Private->BmmFakeNvData;
|
||||
HiiGetBrowserData (&gBootMaintFormSetGuid, mBootMaintStorageName, sizeof (BMM_FAKE_NV_DATA), (UINT8 *) CurrentFakeNVMap);
|
||||
|
|
|
@ -370,7 +370,7 @@ FileExplorerRouteConfig (
|
|||
@retval EFI_OUT_OF_RESOURCES Not enough storage is available to hold the variable and its data.
|
||||
@retval EFI_DEVICE_ERROR The variable could not be saved.
|
||||
@retval EFI_UNSUPPORTED The specified Action is not supported by the callback.
|
||||
@retval EFI_INVALID_PARAMETER If paramter Value or ActionRequest is NULL.
|
||||
@retval EFI_INVALID_PARAMETER If parameter Value or ActionRequest is NULL.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
|
|
|
@ -714,7 +714,7 @@ ErrorExit:
|
|||
Starts the device controller.
|
||||
|
||||
This function implments EFI_DRIVER_BINDING_PROTOCOL.Stop().
|
||||
It stops this driver on Controller. Support stoping any child handles
|
||||
It stops this driver on Controller. Support stopping any child handles
|
||||
created by this driver.
|
||||
|
||||
@param This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
|
||||
|
|
|
@ -134,7 +134,7 @@ VgaClassDriverBindingStart (
|
|||
Starts the device controller.
|
||||
|
||||
This function implments EFI_DRIVER_BINDING_PROTOCOL.Stop().
|
||||
It stops this driver on Controller. Support stoping any child handles
|
||||
It stops this driver on Controller. Support stopping any child handles
|
||||
created by this driver.
|
||||
|
||||
@param This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
|
||||
|
|
|
@ -255,7 +255,7 @@ FindFilterDriverByEvent (
|
|||
/**
|
||||
|
||||
Get a previously logged data record and the MonotonicCount for the next
|
||||
availible Record. This allows all records or all records later
|
||||
available Record. This allows all records or all records later
|
||||
than a give MonotonicCount to be returned. If an optional FilterDriverEvent
|
||||
is passed in with a MonotonicCout of zero return the first record
|
||||
not yet read by the filter driver. If FilterDriverEvent is NULL and
|
||||
|
@ -264,7 +264,7 @@ FindFilterDriverByEvent (
|
|||
@param This Pointer to the EFI_DATA_HUB_PROTOCOL instance.
|
||||
@param MonotonicCount Specifies the Record to return. On input, zero means
|
||||
return the first record. On output, contains the next
|
||||
record to availible. Zero indicates no more records.
|
||||
record to available. Zero indicates no more records.
|
||||
@param FilterDriverEvent If FilterDriverEvent is not passed in a MonotonicCount
|
||||
of zero, it means to return the first data record.
|
||||
If FilterDriverEvent is passed in, then a MonotonicCount
|
||||
|
|
|
@ -56,7 +56,7 @@ DataHubStdErrEventHandler (
|
|||
//
|
||||
// If StdErr is not yet initialized just return a DEBUG print in the BDS
|
||||
// after consoles are connect will make sure data gets flushed properly
|
||||
// when StdErr is availible.
|
||||
// when StdErr is available.
|
||||
//
|
||||
if (gST == NULL) {
|
||||
return ;
|
||||
|
|
|
@ -529,7 +529,7 @@ FvCheck (
|
|||
continue;
|
||||
}
|
||||
//
|
||||
// double check boundry
|
||||
// double check boundary
|
||||
//
|
||||
if (TestLength < sizeof (EFI_FFS_FILE_HEADER)) {
|
||||
break;
|
||||
|
@ -570,7 +570,7 @@ FvCheck (
|
|||
DEBUG ((EFI_D_ERROR, "Found a FFS3 formatted file: %g in a non-FFS3 formatted FV.\n", &((EFI_FFS_FILE_HEADER *) Ptr)->Name));
|
||||
Ptr = Ptr + FFS_FILE2_SIZE (Ptr);
|
||||
//
|
||||
// Adjust Ptr to the next 8-byte aligned boundry.
|
||||
// Adjust Ptr to the next 8-byte aligned boundary.
|
||||
//
|
||||
while (((UINTN) Ptr & 0x07) != 0) {
|
||||
Ptr++;
|
||||
|
@ -609,7 +609,7 @@ FvCheck (
|
|||
}
|
||||
|
||||
//
|
||||
// Adjust Ptr to the next 8-byte aligned boundry.
|
||||
// Adjust Ptr to the next 8-byte aligned boundary.
|
||||
//
|
||||
while (((UINTN) Ptr & 0x07) != 0) {
|
||||
Ptr++;
|
||||
|
|
|
@ -782,7 +782,7 @@ FvCreateNewFile (
|
|||
|
||||
//
|
||||
// First find a free space that can hold this image.
|
||||
// Check alignment, FFS at least must be aligned at 8-byte boundry
|
||||
// Check alignment, FFS at least must be aligned at 8-byte boundary
|
||||
//
|
||||
RequiredAlignment = GetRequiredAlignment (FileAttributes);
|
||||
|
||||
|
@ -1513,7 +1513,7 @@ FvWriteFile (
|
|||
|
||||
for (Index1 = 0; Index1 < NumberOfFiles; Index1++) {
|
||||
//
|
||||
// Making Buffersize QWORD boundry, and add file tail.
|
||||
// Making Buffersize QWORD boundary, and add file tail.
|
||||
//
|
||||
HeaderSize = sizeof (EFI_FFS_FILE_HEADER);
|
||||
ActualSize = FileData[Index1].BufferSize + HeaderSize;
|
||||
|
|
Loading…
Reference in New Issue