X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FBdsDxe%2FBootMaint%2FFileExplorer.c;h=c2c6252076f30330dfb85540133414433dd6acde;hb=dce655e8bfaba7fac56ef5159453c7cd6eac6729;hp=03dd09bc2cf1794697bdb191e991e81b684c3215;hpb=b30312ba2985176709dbcd0aaab9804668720eed;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c b/MdeModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c index 03dd09bc2c..c2c6252076 100644 --- a/MdeModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c +++ b/MdeModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c @@ -18,10 +18,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Update the File Explore page. - @param CallbackData EDES_TODO: Add parameter description + @param CallbackData The BMM context data. @param MenuOption Pointer to menu options to display. - EDES_TODO: Incomplete Descriptions None. + @return VOID **/ VOID @@ -212,6 +212,15 @@ UpdateFileExplorer ( /** This function processes the results of changes in configuration. + When user select a interactive opcode, this callback will be triggered. + Based on the Question(QuestionId) that triggers the callback, the corresponding + actions is performed. It handles: + + 1) the addition of boot option. + 2) the addition of driver option. + 3) exit from file browser + 4) update of file content if a dir is selected. + 5) boot the file if a file is selected in "boot from file" @param This Points to the EFI_HII_CONFIG_ACCESS_PROTOCOL.