]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFspWrapperPkg/Library/BaseFspApiLib/X64/Thunk64To32.S
IntelFspWrapperPkg: Replace BSD License with BSD+Patent License
authorMichael D Kinney <michael.d.kinney@intel.com>
Wed, 3 Apr 2019 23:04:09 +0000 (16:04 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Tue, 9 Apr 2019 17:58:05 +0000 (10:58 -0700)
commit19486360489878286565f3c331185e559b20bbb5
tree476670ede4fa7c665ac66ff92fff9b080587fedc
parent16a16ea6e39a92971cd60fdbd642c3c6f2b4be6f
IntelFspWrapperPkg: Replace BSD License with BSD+Patent License

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

Replace BSD 2-Clause License with BSD+Patent License.  This change is
based on the following emails:

  https://lists.01.org/pipermail/edk2-devel/2019-February/036260.html
  https://lists.01.org/pipermail/edk2-devel/2018-October/030385.html

RFCs with detailed process for the license change:

  V3: https://lists.01.org/pipermail/edk2-devel/2019-March/038116.html
  V2: https://lists.01.org/pipermail/edk2-devel/2019-March/037669.html
  V1: https://lists.01.org/pipermail/edk2-devel/2019-March/037500.html

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
57 files changed:
IntelFspWrapperPkg/FspInitPei/FindPeiCore.c
IntelFspWrapperPkg/FspInitPei/FspInitPei.c
IntelFspWrapperPkg/FspInitPei/FspInitPei.h
IntelFspWrapperPkg/FspInitPei/FspInitPei.inf
IntelFspWrapperPkg/FspInitPei/FspInitPeiV1.c
IntelFspWrapperPkg/FspInitPei/FspInitPeiV2.c
IntelFspWrapperPkg/FspInitPei/FspNotifyS3.c
IntelFspWrapperPkg/FspInitPei/SecMain.c
IntelFspWrapperPkg/FspInitPei/SecMain.h
IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.c
IntelFspWrapperPkg/FspNotifyDxe/FspNotifyDxe.inf
IntelFspWrapperPkg/FspNotifyDxe/LoadBelow4G.c
IntelFspWrapperPkg/FspWrapperSecCore/FindPeiCore.c
IntelFspWrapperPkg/FspWrapperSecCore/FspWrapperSecCore.inf
IntelFspWrapperPkg/FspWrapperSecCore/Ia32/Dummy.asm
IntelFspWrapperPkg/FspWrapperSecCore/Ia32/ResetVec.asm16
IntelFspWrapperPkg/FspWrapperSecCore/SecMain.c
IntelFspWrapperPkg/FspWrapperSecCore/SecMain.h
IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/Build.py
IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/Ia16/ResetVec.asm16
IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/ResetVectorCode.asm
IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/Tools/FixupForRawSection.py
IntelFspWrapperPkg/Include/Library/FspApiLib.h
IntelFspWrapperPkg/Include/Library/FspHobProcessLib.h
IntelFspWrapperPkg/Include/Library/FspPlatformInfoLib.h
IntelFspWrapperPkg/Include/Library/FspPlatformSecLib.h
IntelFspWrapperPkg/Include/Ppi/FspInitDone.h
IntelFspWrapperPkg/Include/Ppi/TopOfTemporaryRam.h
IntelFspWrapperPkg/IntelFspWrapperPkg.dec
IntelFspWrapperPkg/IntelFspWrapperPkg.dsc
IntelFspWrapperPkg/Library/BaseFspApiLib/BaseFspApiLib.inf
IntelFspWrapperPkg/Library/BaseFspApiLib/FspApiLib.c
IntelFspWrapperPkg/Library/BaseFspApiLib/IA32/DispatchExecute.c
IntelFspWrapperPkg/Library/BaseFspApiLib/X64/DispatchExecute.c
IntelFspWrapperPkg/Library/BaseFspApiLib/X64/Thunk64To32.S
IntelFspWrapperPkg/Library/BaseFspApiLib/X64/Thunk64To32.asm
IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/BaseFspPlatformInfoLibSample.inf
IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/FspPlatformInfoLibSample.c
IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c
IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/PeiFspHobProcessLibSample.inf
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/FspPlatformSecLibSample.c
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/AsmSaveSecContext.S
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/AsmSaveSecContext.asm
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/Fsp.h
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/PeiCoreEntry.S
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/PeiCoreEntry.asm
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/SecEntry.S
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/SecEntry.asm
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/Stack.S
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/Stack.asm
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/PlatformInit.c
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SaveSecContext.c
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecGetPerformance.c
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecPeiFspPlatformSecLibSample.inf
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecPlatformInformation.c
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecRamInitData.c
IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/SecTempRamSupport.c