[edk2] [Patch 0/5] Fix Vlv2TbltDevicePkg build and boot issues

Kinney, Michael D posted 5 patches 6 years ago
Failed in applying to current master (apply log)
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
[edk2] [Patch 0/5] Fix Vlv2TbltDevicePkg build and boot issues
Posted by Kinney, Michael D 6 years ago
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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [Patch 0/5] Fix Vlv2TbltDevicePkg build and boot issues
Posted by Wei, David 6 years ago
Reviewed-by: David Wei <david.wei@intel.com>

Thanks,
David  Wei

Intel SSG/STO/UEFI BIOS                                 

-----Original Message-----
From: Kinney, Michael D 
Sent: Wednesday, March 28, 2018 1:33 PM
To: edk2-devel@lists.01.org
Cc: Wei, David <david.wei@intel.com>; Guo, Mang <mang.guo@intel.com>; Yao, Jiewen <jiewen.yao@intel.com>; Kinney, Michael D <michael.d.kinney@intel.com>
Subject: [Patch 0/5] Fix Vlv2TbltDevicePkg build and boot issues

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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel