]> git.proxmox.com Git - mirror_edk2.git/commit - CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc
CorebootModulePkg: Add a library to parse platform specific info.
authorgdong1 <guo.dong@intel.com>
Mon, 17 Oct 2016 21:47:07 +0000 (14:47 -0700)
committerMaurice Ma <maurice.ma@intel.com>
Wed, 26 Oct 2016 22:34:30 +0000 (15:34 -0700)
commit2f20bfd98ee40e241924c31b4e08089b3d688317
tree08f792a50216025a098eb63e52f34337af8916a9
parent3f0edb77f6c6b2ae644fac5526febbf3e2fbef73
CorebootModulePkg: Add a library to parse platform specific info.

Update CbSupportPei to consume the new library, so platform could provide
platform specific library instance to parse platform specif info.
And add a NULL library instance to pass build.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: gdong1 <guo.dong@intel.com>
Reviewed-by: Maurice Ma <maurice.ma@intel.com>
CorebootModulePkg/CbSupportPei/CbSupportPei.c
CorebootModulePkg/CbSupportPei/CbSupportPei.h
CorebootModulePkg/CbSupportPei/CbSupportPei.inf
CorebootModulePkg/Include/Library/CbPlatformSupportLib.h [new file with mode: 0644]
CorebootModulePkg/Library/CbPlatformSupportLibNull/CbPlatformSupportLibNull.c [new file with mode: 0644]
CorebootModulePkg/Library/CbPlatformSupportLibNull/CbPlatformSupportLibNull.inf [new file with mode: 0644]
CorebootModulePkg/Library/CbPlatformSupportLibNull/CbPlatformSupportLibNull.uni [new file with mode: 0644]
CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc
CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc