]> git.proxmox.com Git - mirror_edk2.git/commit
Vlv2TbltDevicePkg/FlashDeviceLib: Add DXE flash device lib.
authorJiewen Yao <jiewen.yao@intel.com>
Wed, 21 Sep 2016 03:48:11 +0000 (11:48 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Tue, 8 Nov 2016 14:49:47 +0000 (22:49 +0800)
commit7a0a32f16301adab5bf27adb8893f6670942bb4f
treec67241b2c74d00029431e887be5178ba145d4e70
parentb43cf51c022d813c2cb6acc2422d2ec427499a7e
Vlv2TbltDevicePkg/FlashDeviceLib: Add DXE flash device lib.

Previous FlashDeviceLib only supports DxeRuntime and Smm.
It cannot be linked with SystemBiosUpdateDxe driver.

So we separate DxeRuntime related code into a standalone file,
and create FlashDeviceLibDxe.inf.

Cc: David Wei <david.wei@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: David Wei <david.wei@intel.com>
Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLib.c
Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLib.inf
Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLibDxe.c [new file with mode: 0644]
Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLibDxe.inf [new file with mode: 0644]
Vlv2TbltDevicePkg/Library/FlashDeviceLib/FlashDeviceLibDxeRuntimeSmm.c [new file with mode: 0644]
Vlv2TbltDevicePkg/Library/FlashDeviceLib/SpiChipDefinitions.h