]> git.proxmox.com Git - mirror_edk2.git/commit
IntelFspPkg&IntelFspWrapperPkg: Remove them
authorRay Ni <ray.ni@intel.com>
Tue, 11 Jun 2019 08:59:11 +0000 (16:59 +0800)
committerRay Ni <ray.ni@intel.com>
Tue, 11 Jun 2019 08:59:36 +0000 (16:59 +0800)
commit1a48fda5315433661c2f3039a30aea5916c22267
tree696b6d3fbb955431d415761dbad6810550d245f3
parente8015f2facfffa31db8a06c1121647f76f1035dc
IntelFspPkg&IntelFspWrapperPkg: Remove them

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

Since there are V2 FSP packages (IntelFsp2Pkg, IntelFsp2WrapperPkg),
this patch removes IntelFspPkg, IntelFspWrapperPkg to remove obsolete
code in edk2 repo.

Signed-off-by: Ray Ni <ray.ni@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
132 files changed:
IntelFspPkg/FspDxeIpl/DxeIpl.c [deleted file]
IntelFspPkg/FspDxeIpl/DxeIpl.h [deleted file]
IntelFspPkg/FspDxeIpl/FspDxeIpl.inf [deleted file]
IntelFspPkg/FspSecCore/FspSecCore.inf [deleted file]
IntelFspPkg/FspSecCore/Ia32/FspApiEntry.asm [deleted file]
IntelFspPkg/FspSecCore/Ia32/FspApiEntry.s [deleted file]
IntelFspPkg/FspSecCore/Ia32/FspHelper.asm [deleted file]
IntelFspPkg/FspSecCore/Ia32/FspHelper.s [deleted file]
IntelFspPkg/FspSecCore/Ia32/InitializeFpu.asm [deleted file]
IntelFspPkg/FspSecCore/Ia32/InitializeFpu.s [deleted file]
IntelFspPkg/FspSecCore/Ia32/MicrocodeLoad.inc [deleted file]
IntelFspPkg/FspSecCore/Ia32/ResetVec.asm16 [deleted file]
IntelFspPkg/FspSecCore/Ia32/SaveRestoreSse.inc [deleted file]
IntelFspPkg/FspSecCore/Ia32/Stack.asm [deleted file]
IntelFspPkg/FspSecCore/Ia32/Stacks.s [deleted file]
IntelFspPkg/FspSecCore/SecFsp.c [deleted file]
IntelFspPkg/FspSecCore/SecFsp.h [deleted file]
IntelFspPkg/FspSecCore/SecMain.c [deleted file]
IntelFspPkg/FspSecCore/SecMain.h [deleted file]
IntelFspPkg/FspSecCore/Vtf0/Bin/ResetVec.ia32.raw [deleted file]
IntelFspPkg/FspSecCore/Vtf0/Build.py [deleted file]
IntelFspPkg/FspSecCore/Vtf0/Ia16/ResetVec.asm16 [deleted file]
IntelFspPkg/FspSecCore/Vtf0/ResetVectorCode.asm [deleted file]
IntelFspPkg/FspSecCore/Vtf0/Tools/FixupForRawSection.py [deleted file]
IntelFspPkg/Include/FspApi.h [deleted file]
IntelFspPkg/Include/FspInfoHeader.h [deleted file]
IntelFspPkg/Include/Guid/FspHeaderFile.h [deleted file]
IntelFspPkg/Include/Guid/GuidHobFsp.h [deleted file]
IntelFspPkg/Include/Guid/GuidHobFspEas.h [deleted file]
IntelFspPkg/Include/Library/CacheAsRamLib.h [deleted file]
IntelFspPkg/Include/Library/CacheLib.h [deleted file]
IntelFspPkg/Include/Library/DebugDeviceLib.h [deleted file]
IntelFspPkg/Include/Library/FspCommonLib.h [deleted file]
IntelFspPkg/Include/Library/FspPlatformLib.h [deleted file]
IntelFspPkg/Include/Library/FspSecPlatformLib.h [deleted file]
IntelFspPkg/Include/Library/FspSwitchStackLib.h [deleted file]
IntelFspPkg/Include/Private/FspGlobalData.h [deleted file]
IntelFspPkg/Include/Private/FspMeasurePointId.h [deleted file]
IntelFspPkg/Include/Private/FspPatchTable.h [deleted file]
IntelFspPkg/Include/Private/GuidHobFspGfx.h [deleted file]
IntelFspPkg/Include/Private/GuidHobFspMisc.h [deleted file]
IntelFspPkg/Include/Private/GuidHobFspTseg.h [deleted file]
IntelFspPkg/IntelFspPkg.dec [deleted file]
IntelFspPkg/IntelFspPkg.dsc [deleted file]
IntelFspPkg/Library/BaseCacheAsRamLibNull/BaseCacheAsRamLibNull.inf [deleted file]
IntelFspPkg/Library/BaseCacheAsRamLibNull/DisableCacheAsRamNull.c [deleted file]
IntelFspPkg/Library/BaseCacheLib/BaseCacheLib.inf [deleted file]
IntelFspPkg/Library/BaseCacheLib/CacheLib.c [deleted file]
IntelFspPkg/Library/BaseCacheLib/CacheLibInternal.h [deleted file]
IntelFspPkg/Library/BaseDebugDeviceLibNull/BaseDebugDeviceLibNull.inf [deleted file]
IntelFspPkg/Library/BaseDebugDeviceLibNull/DebugDeviceLibNull.c [deleted file]
IntelFspPkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf [deleted file]
IntelFspPkg/Library/BaseFspCommonLib/FspCommonLib.c [deleted file]
IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf [deleted file]
IntelFspPkg/Library/BaseFspDebugLibSerialPort/DebugLib.c [deleted file]
IntelFspPkg/Library/BaseFspDebugLibSerialPort/Ia32/FspDebug.asm [deleted file]
IntelFspPkg/Library/BaseFspDebugLibSerialPort/Ia32/FspDebug.s [deleted file]
IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf [deleted file]
IntelFspPkg/Library/BaseFspPlatformLib/FspPlatformMemory.c [deleted file]
IntelFspPkg/Library/BaseFspPlatformLib/FspPlatformNotify.c [deleted file]
IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf [deleted file]
IntelFspPkg/Library/BaseFspSwitchStackLib/FspSwitchStackLib.c [deleted file]
IntelFspPkg/Library/BaseFspSwitchStackLib/Ia32/Stack.asm [deleted file]
IntelFspPkg/Library/BaseFspSwitchStackLib/Ia32/Stack.s [deleted file]
IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/Flat32.asm [deleted file]
IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/Flat32.s [deleted file]
IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/SecCarInit.asm [deleted file]
IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/SecCarInit.s [deleted file]
IntelFspPkg/Library/SecFspSecPlatformLibNull/PlatformSecLibNull.c [deleted file]
IntelFspPkg/Library/SecFspSecPlatformLibNull/SecFspSecPlatformLibNull.inf [deleted file]
IntelFspPkg/Tools/GenCfgOpt.py [deleted file]
IntelFspPkg/Tools/PatchFv.py [deleted file]
IntelFspPkg/Tools/UserManuals/GenCfgOptUserManual.docx [deleted file]
IntelFspPkg/Tools/UserManuals/PatchFvUserManual.docx [deleted file]
IntelFspWrapperPkg/FspInitPei/FindPeiCore.c [deleted file]
IntelFspWrapperPkg/FspInitPei/FspInitPei.c [deleted file]
IntelFspWrapperPkg/FspInitPei/FspInitPei.h [deleted file]
IntelFspWrapperPkg/FspInitPei/FspInitPei.inf [deleted file]
IntelFspWrapperPkg/FspInitPei/FspInitPeiV1.c [deleted file]
IntelFspWrapperPkg/FspInitPei/FspInitPeiV2.c [deleted file]
IntelFspWrapperPkg/FspInitPei/FspNotifyS3.c [deleted file]
IntelFspWrapperPkg/FspInitPei/SecMain.c [deleted file]
IntelFspWrapperPkg/FspInitPei/SecMain.h [deleted file]
IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.c [deleted file]
IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf [deleted file]
IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c [deleted file]
IntelFspWrapperPkg/FspWrapperSecCore/FindPeiCore.c [deleted file]
IntelFspWrapperPkg/FspWrapperSecCore/FspWrapperSecCore.inf [deleted file]
IntelFspWrapperPkg/FspWrapperSecCore/Ia32/Dummy.asm [deleted file]
IntelFspWrapperPkg/FspWrapperSecCore/Ia32/ResetVec.asm16 [deleted file]
IntelFspWrapperPkg/FspWrapperSecCore/SecMain.c [deleted file]
IntelFspWrapperPkg/FspWrapperSecCore/SecMain.h [deleted file]
IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/Bin/ResetVec.ia32.raw [deleted file]
IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/Build.py [deleted file]
IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/Ia16/ResetVec.asm16 [deleted file]
IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/ResetVectorCode.asm [deleted file]
IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/Tools/FixupForRawSection.py [deleted file]
IntelFspWrapperPkg/Include/Library/FspApiLib.h [deleted file]
IntelFspWrapperPkg/Include/Library/FspHobProcessLib.h [deleted file]
IntelFspWrapperPkg/Include/Library/FspPlatformInfoLib.h [deleted file]
IntelFspWrapperPkg/Include/Library/FspPlatformSecLib.h [deleted file]
IntelFspWrapperPkg/Include/Ppi/FspInitDone.h [deleted file]
IntelFspWrapperPkg/Include/Ppi/TopOfTemporaryRam.h [deleted file]
IntelFspWrapperPkg/IntelFspWrapperPkg.dec [deleted file]
IntelFspWrapperPkg/IntelFspWrapperPkg.dsc [deleted file]
IntelFspWrapperPkg/Library/BaseFspApiLib/BaseFspApiLib.inf [deleted file]
IntelFspWrapperPkg/Library/BaseFspApiLib/FspApiLib.c [deleted file]
IntelFspWrapperPkg/Library/BaseFspApiLib/IA32/DispatchExecute.c [deleted file]
IntelFspWrapperPkg/Library/BaseFspApiLib/X64/DispatchExecute.c [deleted file]
IntelFspWrapperPkg/Library/BaseFspApiLib/X64/Thunk64To32.S [deleted file]
IntelFspWrapperPkg/Library/BaseFspApiLib/X64/Thunk64To32.asm [deleted file]
IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/BaseFspPlatformInfoLibSample.inf [deleted file]
IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c [deleted file]
IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c [deleted file]
IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/PeiFspHobProcessLibSample.inf [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/FspPlatformSecLibSample.c [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/AsmSaveSecContext.S [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/AsmSaveSecContext.asm [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/Fsp.h [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/PeiCoreEntry.S [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/PeiCoreEntry.asm [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/SecEntry.S [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/SecEntry.asm [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/Stack.S [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/Stack.asm [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/PlatformInit.c [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SaveSecContext.c [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecGetPerformance.c [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecPeiFspPlatformSecLibSample.inf [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecPlatformInformation.c [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecRamInitData.c [deleted file]
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecTempRamSupport.c [deleted file]