Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 0aa09042dd7f42979ac1bad091d8ce824494eadb
      
https://github.com/tianocore/edk2/commit/0aa09042dd7f42979ac1bad091d8ce824494eadb
  Author: Liming Gao <liming....@intel.com>
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
    M MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c

  Log Message:
  -----------
  MdeModulePkg UefiBootManagerLib: Add BmIsBootMenuAppFilePath internal API

This function abstracts the common logic to find BootMenuApp file.

Cc: Ruiyu Ni <ruiyu...@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming....@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu...@intel.com>


  Commit: 2f014788940cc23cc300aeead476e02853ee90ec
      
https://github.com/tianocore/edk2/commit/2f014788940cc23cc300aeead476e02853ee90ec
  Author: Liming Gao <liming....@intel.com>
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
    M MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c

  Log Message:
  -----------
  MdeModulePkg UefiBootManagerLib: Support LoadFile Protocol based on FV

New LoadFileOnFv2 driver will install LoadFile protocol based on FV file.
Update UefiBootManagerLib to find BootMenuApp with LoadFile protocol.

Cc: Ruiyu Ni <ruiyu...@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming....@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu...@intel.com>


  Commit: fa9f986cfbea5db0e92c313dd4d4a0c781d1498b
      
https://github.com/tianocore/edk2/commit/fa9f986cfbea5db0e92c313dd4d4a0c781d1498b
  Author: Liming Gao <liming....@intel.com>
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
    M MdeModulePkg/Library/UefiBootManagerLib/BmBootDescription.c

  Log Message:
  -----------
  MdeModulePkg UefiBootManagerLib: Update LoadFile boot description

Update boot description to support LoadFile protocol based on FV file.

Cc: Ruiyu Ni <ruiyu...@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming....@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu...@intel.com>


  Commit: 7c844f31d9dfe62e878cf23acab26fa79d742854
      
https://github.com/tianocore/edk2/commit/7c844f31d9dfe62e878cf23acab26fa79d742854
  Author: Liming Gao <liming....@intel.com>
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
    A MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.c
    A MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.inf
    A MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.uni
    A MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2Extra.uni

  Log Message:
  -----------
  MdeModulePkg LoadFileOnFv2: Add new LoadFileOnFv2 driver

This driver searches APPLICATION in FV and installs LoadFile protocol
for every found one. Then, BDS will add BootOption for LoadFile protocol.

It provides the generic way to expose boot option for the internal
application, such as Shell. With this driver, PlatformBds doesn?t need
to specially handle Shell application.

Cc: Ruiyu Ni <ruiyu...@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming....@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu...@intel.com>


  Commit: 0be2c6f4e94bed52083cf1e234160a8ae2a99add
      
https://github.com/tianocore/edk2/commit/0be2c6f4e94bed52083cf1e234160a8ae2a99add
  Author: Liming Gao <liming....@intel.com>
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
    M MdeModulePkg/MdeModulePkg.dsc

  Log Message:
  -----------
  MdeModulePkg: Add new LoadFileOnFv2 in Package DSC for Build

Cc: Ruiyu Ni <ruiyu...@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming....@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu...@intel.com>


  Commit: e2e9b3b433210bb05500e948f37f6522a120d302
      
https://github.com/tianocore/edk2/commit/e2e9b3b433210bb05500e948f37f6522a120d302
  Author: Liming Gao <liming....@intel.com>
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
    M Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c
    M Nt32Pkg/Nt32Pkg.dsc
    M Nt32Pkg/Nt32Pkg.fdf

  Log Message:
  -----------
  Nt32Pkg: Add LoadFileOnFv2 driver in DSC/FDF

After add LoadFileOnFv2, PlatformBootManagerLib doesn't need to find Shell
application from FV.

Cc: Ruiyu Ni <ruiyu...@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming....@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu...@intel.com>


  Commit: 3d8fab5719a52d67cd4666bd08f63a21fe97c480
      
https://github.com/tianocore/edk2/commit/3d8fab5719a52d67cd4666bd08f63a21fe97c480
  Author: Liming Gao <liming....@intel.com>
  Date:   2016-08-01 (Mon, 01 Aug 2016)

  Changed paths:
    M Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c

  Log Message:
  -----------
  Nt32Pkg: Make Shell as the first boot option

Cc: Ruiyu Ni <ruiyu...@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming....@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu...@intel.com>


Compare: https://github.com/tianocore/edk2/compare/f6b633c7433f...3d8fab5719a5
------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to