X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FUniversal%2FBdsDxe%2FBootMaint%2FBBSsupport.h;h=711b1096a644825ed80896890b111836b5c884f3;hp=fee8bdbac52e2e4178a2317686aaffc6a3864c19;hb=6ba0bc7c4ec0aa1df5ca5c5ac788ad6516eaa2ee;hpb=3b6c90a16bd1d434912bb7b83024bea8eaa83920 diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h index fee8bdbac5..711b1096a6 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BBSsupport.h @@ -38,57 +38,4 @@ BdsBuildLegacyDevNameString ( OUT CHAR16 *BootString ); -/** - Delete all the invalid legacy boot options. - - - - @retval EFI_SUCCESS All invalide legacy boot options are deleted. - @retval EFI_OUT_OF_RESOURCES Fail to allocate necessary memory. - @retval EFI_NOT_FOUND Fail to retrive variable of boot order. -**/ -EFI_STATUS -BdsDeleteAllInvalidLegacyBootOptions ( - VOID - ); - -/** - - Add the legacy boot options from BBS table if they do not exist. - - @retval EFI_SUCCESS The boot options are added successfully or they are already in boot options. - @retval others An error occurred when creating legacy boot options. - -**/ -EFI_STATUS -BdsAddNonExistingLegacyBootOptions ( - VOID - ); - -/** - - Add the legacy boot devices from BBS table into - the legacy device boot order. - - @retval EFI_SUCCESS The boot devices are added successfully. - -**/ -EFI_STATUS -BdsUpdateLegacyDevOrder ( - VOID - ); - -/** - Set the boot priority for BBS entries based on boot option entry and boot order. - - @param Entry The boot option is to be checked for refresh BBS table. - - @retval EFI_SUCCESS The boot priority for BBS entries is refreshed successfully. - @return status of BdsSetBootPriority4SameTypeDev() -**/ -EFI_STATUS -BdsRefreshBbsTableForBoot ( - IN BDS_COMMON_OPTION *Entry - ); - #endif