public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/5] Fix Vlv2TbltDevicePkg build and boot issues
@ 2018-03-28  5:33 Kinney, Michael D
  2018-03-28  5:33 ` [Patch 1/5] Vlv2TbltDevicePkg: Fix build scripts Kinney, Michael D
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Kinney, Michael D @ 2018-03-28  5:33 UTC (permalink / raw)
  To: edk2-devel; +Cc: David Wei, Mang Guo, Jiewen Yao, Michael D Kinney

https://bugzilla.tianocore.org/show_bug.cgi?id=911

Fix a the following issues

* Update build scripts to work when Vlv2Binaries are placed in PACKAGES_PATH
* Fix some compiler build breaks when using VS2015
* Remove references to  drivers that are not present
* Enable the Tianocore boot logo and BGRT table
* Enable full UEFI shell
* Enable more debug messages in DXE phase
* Update PlatformBdsLib to show boot logo when the boot
  mode is BOOT_ON_FLASH_UPDATE.
* Update FLASH libraries to match libraries in the UDK2017
  development branch in edk2-platforms.

Cc: David Wei <david.wei@intel.com>
Cc: Mang Guo <mang.guo@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>

Kinney, Michael D (4):
  Vlv2TbltDevicePkg: Fix VS2015 build breaks
  Vlv2TbltDevicePkg: Fix build issues in DSC/FDF
  Vlv2TbltDevicePkg: Display logo on BOOT_ON_FLASH_UPDATE
  Vlv2TbltDevicePkg: Sync FLASH libraries from UDK2017 branch

Michael D Kinney (1):
  Vlv2TbltDevicePkg: Fix build scripts

 Vlv2TbltDevicePkg/.gitignore                       |   3 +
 Vlv2TbltDevicePkg/Build_IFWI.bat                   |   8 +-
 .../PlatformFlashAccessLib.c                       | 491 ++++++++++++++++++++-
 .../PlatformFlashAccessLib.inf                     |  19 +-
 .../Library/FlashDeviceLib/FlashDeviceLib.c        | 158 ++++++-
 .../Library/FlashDeviceLib/FlashDeviceLib.inf      |   6 +-
 .../Library/FlashDeviceLib/SpiChipDefinitions.h    |   1 +
 .../Library/PlatformBdsLib/BdsPlatform.c           |  14 +-
 Vlv2TbltDevicePkg/PlatformPkg.fdf                  |  15 +-
 Vlv2TbltDevicePkg/PlatformPkgGcc.fdf               |  17 +-
 Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc            |  12 +-
 Vlv2TbltDevicePkg/PlatformPkgIA32.dsc              |  12 +-
 Vlv2TbltDevicePkg/PlatformPkgX64.dsc               |  14 +-
 .../PlatformSetupDxe/SetupInfoRecords.c            |   1 -
 .../SmBiosMiscDxe/MiscProcessorCacheFunction.c     |   6 -
 Vlv2TbltDevicePkg/Stitch/IFWIStitch.bat            |   2 +-
 .../VlvPlatformInitDxe/VlvPlatformInit.c           |   2 +-
 Vlv2TbltDevicePkg/bld_vlv.bat                      | 117 ++---
 18 files changed, 775 insertions(+), 123 deletions(-)
 create mode 100644 Vlv2TbltDevicePkg/.gitignore

-- 
2.14.2.windows.3



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-03-28  7:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-28  5:33 [Patch 0/5] Fix Vlv2TbltDevicePkg build and boot issues Kinney, Michael D
2018-03-28  5:33 ` [Patch 1/5] Vlv2TbltDevicePkg: Fix build scripts Kinney, Michael D
2018-03-28  6:48   ` Guo, Mang
2018-03-28  5:33 ` [Patch 2/5] Vlv2TbltDevicePkg: Fix VS2015 build breaks Kinney, Michael D
2018-03-28  6:11   ` Wei, David
2018-03-28  5:33 ` [Patch 3/5] Vlv2TbltDevicePkg: Fix build issues in DSC/FDF Kinney, Michael D
2018-03-28  5:33 ` [Patch 4/5] Vlv2TbltDevicePkg: Display logo on BOOT_ON_FLASH_UPDATE Kinney, Michael D
2018-03-28  6:20   ` Wei, David
2018-03-28  5:33 ` [Patch 5/5] Vlv2TbltDevicePkg: Sync FLASH libraries from UDK2017 branch Kinney, Michael D
2018-03-28  7:11   ` Guo, Mang
2018-03-28  6:10 ` [Patch 0/5] Fix Vlv2TbltDevicePkg build and boot issues Wei, David

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox