]> git.proxmox.com Git - mirror_edk2.git/commit
UefiPayloadPkg: Add FlashDeviceLib
authorGuo Dong <guo.dong@intel.com>
Wed, 22 Sep 2021 21:32:30 +0000 (14:32 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 25 Oct 2021 17:28:21 +0000 (17:28 +0000)
commit04714cef461cf9a8924839682292b0df9789b42d
treeb68ecf5b81a5c419d8093653c4efed1902290ad0
parent1d66480aa4a8c4c0612d5c91e4061e2fdaf36f6c
UefiPayloadPkg: Add FlashDeviceLib

This library provides FlashDeviceLib APIs based on
SpiFlashLib and consumed by FVB driver.

Signed-off-by: Guo Dong <guo.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Benjamin You <benjamin.you@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Reviewed-by: Benjamin You <benjamin.you@intel.com>
UefiPayloadPkg/Include/Library/FlashDeviceLib.h [new file with mode: 0644]
UefiPayloadPkg/Library/FlashDeviceLib/FlashDeviceLib.c [new file with mode: 0644]
UefiPayloadPkg/Library/FlashDeviceLib/FlashDeviceLib.inf [new file with mode: 0644]