Refine comments for BDS module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7084 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -172,14 +172,14 @@ BdsBuildLegacyDevNameString (
|
||||
order list.
|
||||
|
||||
|
||||
@param CurrentBbsEntry Pointer to current BBS table.
|
||||
@param CurrentBbsDevPath Pointer to the Device Path Protocol instance of BBS
|
||||
@param Index Index of the specified entry in BBS table.
|
||||
@param BootOrderList On input, the original boot order list.
|
||||
On output, the new boot order list attached with the
|
||||
created node.
|
||||
@param BootOrderListSize On input, the original size of boot order list.
|
||||
- On output, the size of new boot order list.
|
||||
@param CurrentBbsEntry Pointer to current BBS table.
|
||||
@param CurrentBbsDevPath Pointer to the Device Path Protocol instance of BBS
|
||||
@param Index Index of the specified entry in BBS table.
|
||||
@param BootOrderList On input, the original boot order list.
|
||||
On output, the new boot order list attached with the
|
||||
created node.
|
||||
@param BootOrderListSize On input, the original size of boot order list.
|
||||
On output, the size of new boot order list.
|
||||
|
||||
@retval EFI_SUCCESS Boot Option successfully created.
|
||||
@retval EFI_OUT_OF_RESOURCES Fail to allocate necessary memory.
|
||||
@@ -1654,10 +1654,10 @@ BdsRefreshBbsTableForBoot (
|
||||
if (BootOrder != NULL) {
|
||||
FreePool (BootOrder);
|
||||
}
|
||||
//
|
||||
// For debug
|
||||
//
|
||||
PrintBbsTable (LocalBbsTable);
|
||||
|
||||
DEBUG_CODE_BEGIN();
|
||||
PrintBbsTable (LocalBbsTable);
|
||||
DEBUG_CODE_END();
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
Reference in New Issue
Block a user