Michael Kubacki 
							
						 
					 
					
						
						
							
						
						e7108d0e96 
					 
					
						
						
							
							EmbeddedPkg: Apply uncrustify changes  
						
						... 
						
						
						
						REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 
Apply uncrustify changes to .c/.h files in the EmbeddedPkg package
Cc: Andrew Fish <afish@apple.com >
Cc: Leif Lindholm <leif@nuviainc.com >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com >
Reviewed-by: Andrew Fish <afish@apple.com > 
						
						
					 
					
						2021-12-07 17:24:28 +00:00 
						 
				 
			
				
					
						
							
							
								Michael D Kinney 
							
						 
					 
					
						
						
							
						
						792433088c 
					 
					
						
						
							
							EmbeddedPkg: Change OPTIONAL keyword usage style  
						
						... 
						
						
						
						REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3760 
Update all use of ', OPTIONAL' to ' OPTIONAL,' for function params.
Cc: Andrew Fish <afish@apple.com >
Cc: Leif Lindholm <leif@nuviainc.com >
Cc: Michael Kubacki <michael.kubacki@microsoft.com >
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com >
Reviewed-by: Andrew Fish <afish@apple.com > 
						
						
					 
					
						2021-12-07 17:24:28 +00:00 
						 
				 
			
				
					
						
							
							
								Matthew Carlson 
							
						 
					 
					
						
						
							
						
						66a31de7ee 
					 
					
						
						
							
							EmbeddedPkg/PrePiHobLib: replace duplicate GUID  
						
						... 
						
						
						
						Currently there is a duplicate GUID shared by two INFs.
This rolls the INF for the PrePiHobLib.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2381 
Signed-off-by: Matthew Carlson <matthewfcarlson@gmail.com >
Reviewed-by: Ard Biesheuvel <ardb@kernel.org > 
						
						
					 
					
						2021-03-16 20:41:18 +00:00 
						 
				 
			
				
					
						
							
							
								Cœur 
							
						 
					 
					
						
						
							
						
						c6a72cd794 
					 
					
						
						
							
							EmbeddedPkg: Fix various typos  
						
						... 
						
						
						
						Fix various typos in EmbeddedPkg.
Signed-off-by: Coeur <coeur@gmx.fr >
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org > 
						
						
					 
					
						2019-07-04 12:21:04 +01:00 
						 
				 
			
				
					
						
							
							
								Michael D Kinney 
							
						 
					 
					
						
						
							
						
						878b807a43 
					 
					
						
						
							
							EmbeddedPkg: 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: Leif Lindholm <leif.lindholm@linaro.org > 
					
						2019-04-09 10:57:58 -07:00 
						 
				 
			
				
					
						
							
							
								Ard Biesheuvel 
							
						 
					 
					
						
						
							
						
						9710639195 
					 
					
						
						
							
							EmbeddedPkg/PrePiHobLib: drop CreateHobList() from library  
						
						... 
						
						
						
						Drop the declaration and the implementation of CreateHoblist(),
which is not used anywhere.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Reviewed-by: Laszlo Ersek <lersek@redhat.com >
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org > 
						
						
					 
					
						2018-11-29 18:52:14 +01:00 
						 
				 
			
				
					
						
							
							
								chenc2 
							
						 
					 
					
						
						
							
						
						cb9ee5a141 
					 
					
						
						
							
							EmbeddedPkg: Removing ipf which is no longer supported from edk2.  
						
						... 
						
						
						
						Removing rules for Ipf sources file:
* Remove the source file which path with "ipf" and also listed in
  [Sources.IPF] section of INF file.
* Remove the source file which listed in [Components.IPF] section
  of DSC file and not listed in any other [Components] section.
* Remove the embedded Ipf code for MDE_CPU_IPF.
Removing rules for Inf file:
* Remove IPF from VALID_ARCHITECTURES comments.
* Remove DXE_SAL_DRIVER from LIBRARY_CLASS in [Defines] section.
* Remove the INF which only listed in [Components.IPF] section in DSC.
* Remove statements from [BuildOptions] that provide IPF specific flags.
* Remove any IPF sepcific sections.
Removing rules for Dec file:
* Remove [Includes.IPF] section from Dec.
Removing rules for Dsc file:
* Remove IPF from SUPPORTED_ARCHITECTURES in [Defines] section of DSC.
* Remove any IPF specific sections.
* Remove statements from [BuildOptions] that provide IPF specific flags.
Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Chen A Chen <chen.a.chen@intel.com >
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org > 
						
						
					 
					
						2018-06-29 16:19:43 +08:00 
						 
				 
			
				
					
						
							
							
								Star Zeng 
							
						 
					 
					
						
						
							
						
						e39e40caa0 
					 
					
						
						
							
							EmbeddedPkg PrePiHobLib: Implement BuildFv3Hob  
						
						... 
						
						
						
						Cc: Leif Lindholm <leif.lindholm@linaro.org >
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org >
Cc: Laszlo Ersek <lersek@redhat.com >
Cc: Liming Gao <liming.gao@intel.com >
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Star Zeng <star.zeng@intel.com >
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org > 
						
						
					 
					
						2017-10-10 20:54:47 +08:00 
						 
				 
			
				
					
						
							
							
								Ronald Cron 
							
						 
					 
					
						
						
							
						
						3402aac7d9 
					 
					
						
						
							
							ARM Packages: Removed trailing spaces  
						
						... 
						
						
						
						Trailing spaces create issue/warning when generating/applying patches.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ronald Cron <ronald.cron@arm.com >
Reviewed-By: Olivier Martin <olivier.martin@arm.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15833  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-19 13:29:52 +00:00 
						 
				 
			
				
					
						
							
							
								oliviermartin 
							
						 
					 
					
						
						
							
						
						1e57a46299 
					 
					
						
						
							
							ARM Packages: Fixed line endings  
						
						... 
						
						
						
						This large code change only modifies the line endings to be CRLF to be
compliant with the EDK2 coding convention document.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14088  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2013-01-25 11:28:06 +00:00 
						 
				 
			
				
					
						
							
							
								oliviermartin 
							
						 
					 
					
						
						
							
						
						fb42fffeb8 
					 
					
						
						
							
							ArmPlatformPkg: Fix build issues  
						
						... 
						
						
						
						Other compiler version ... other warnings
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11970  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-07-04 10:18:18 +00:00 
						 
				 
			
				
					
						
							
							
								oliviermartin 
							
						 
					 
					
						
						
							
						
						05e48e0083 
					 
					
						
						
							
							EmbeddedPkg/PrePiHobLib: Move Hob functions from PrePiLib to PrePiHobLib  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11945  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-07-01 10:56:24 +00:00 
						 
				 
			
				
					
						
							
							
								hhtian 
							
						 
					 
					
						
						
							
						
						60274ccab8 
					 
					
						
						
							
							Update the copyright notice format  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10446  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-04-29 12:40:51 +00:00 
						 
				 
			
				
					
						
							
							
								andrewfish 
							
						 
					 
					
						
						
							
						
						6556897076 
					 
					
						
						
							
							Add supported for performance libraries.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10367  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-04-13 22:28:14 +00:00