Ronald Cron 
							
						 
					 
					
						
						
							
						
						91c38d4e94 
					 
					
						
						
							
							ARM Packages: Replace tabs by spaces for indentation  
						
						... 
						
						
						
						Replace tabs by spaces for indentation to comply to EDK2 coding standards.
Done in files with extension ".S", ".c", ".h", ".asm", ".dsc", ".inc", "*.inf",
 "*.dec" or ".fdf" and located in ArmPkg, ArmPlatformPkg, EmbeddedPkg,
BeagleBoardPkg or Omap35xxPkg.
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@15901  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-08-26 10:14:17 +00: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 
						 
				 
			
				
					
						
							
							
								Olivier Martin 
							
						 
					 
					
						
						
							
						
						d972f80b08 
					 
					
						
						
							
							EmbeddedPkg/UsbDevice.h: Introduced USB Device Protocol  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15313  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-03-05 04:31:04 +00:00 
						 
				 
			
				
					
						
							
							
								Olivier Martin 
							
						 
					 
					
						
						
							
						
						ddd1436622 
					 
					
						
						
							
							EmbeddedPkg/AndroidFastbootPlatform.h: Introduced Fastboot Platform Protocol  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15311  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-03-05 04:14:02 +00:00 
						 
				 
			
				
					
						
							
							
								Olivier Martin 
							
						 
					 
					
						
						
							
						
						d8fd88626b 
					 
					
						
						
							
							EmbeddedPkg/AndroidFastbootTransport.h: Introduced Android Fastboot Transport protocol  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15310  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-03-05 04:12:35 +00:00 
						 
				 
			
				
					
						
							
							
								Olivier Martin 
							
						 
					 
					
						
						
							
						
						b4fdedc254 
					 
					
						
						
							
							MmcDxe: Adding eMMC support  
						
						... 
						
						
						
						Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com >
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15074  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2014-01-09 19:06:25 +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 
							
						 
					 
					
						
						
							
						
						6b062a863f 
					 
					
						
						
							
							EmbeddedPkg/Mmc: Fixed ARMGCC build  
						
						... 
						
						
						
						Fixed the build error: Redefinition of typedef 'EFI_MMC_HOST_PROTOCOL'
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12291  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-09-07 10:44:43 +00:00 
						 
				 
			
				
					
						
							
							
								oliviermartin 
							
						 
					 
					
						
						
							
						
						16d88c2d20 
					 
					
						
						
							
							EmbeddedPkg/MmcDxe: Add 'This' pointer attribute to protocol function  
						
						... 
						
						
						
						This attribute allows the EFI_MMC_HOST_PROTOCOL interface to manage
multiple instances in one driver.
EmbeddedPkg/MmcDxe: Add Revision attribute to the EFI_MMC_HOST_PROTOCOL
Note: The ARM PL180 and Omap35xx MMC host drivers has been updated.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12255  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-09-01 17:08:41 +00:00 
						 
				 
			
				
					
						
							
							
								oliviermartin 
							
						 
					 
					
						
						
							
						
						7ca9e5a401 
					 
					
						
						
							
							EmbeddedPkg: Fix mispellings  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12101  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-08-08 18:29:14 +00:00 
						 
				 
			
				
					
						
							
							
								oliviermartin 
							
						 
					 
					
						
						
							
						
						ce73d60afb 
					 
					
						
						
							
							EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkg  
						
						... 
						
						
						
						The MmcDxe is not ARM architecture specific.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11725  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2011-06-03 09:07:31 +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 
							
						 
					 
					
						
						
							
						
						753816a324 
					 
					
						
						
							
							Add EOI API to hardware interrupt. Add PCD setting form DRAM base and size. Remove bogus PCD  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10088  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-25 19:25:44 +00:00 
						 
				 
			
				
					
						
							
							
								jljusten 
							
						 
					 
					
						
						
							
						
						a495774f69 
					 
					
						
						
							
							Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10087  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-02-25 18:17:41 +00:00 
						 
				 
			
				
					
						
							
							
								andrewfish 
							
						 
					 
					
						
						
							
						
						ca3ad58bfa 
					 
					
						
						
							
							Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently turned off.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9887  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-31 01:39:20 +00:00 
						 
				 
			
				
					
						
							
							
								andrewfish 
							
						 
					 
					
						
						
							
						
						607a0df601 
					 
					
						
						
							
							Adding some new libraries to experiment with size reduction. Trying not to duplicate big code chunks in SEC with stuff compressed in FV.  
						
						... 
						
						
						
						git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9881  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2010-01-30 20:44:32 +00:00 
						 
				 
			
				
					
						
							
							
								AJFISH 
							
						 
					 
					
						
						
							
						
						2ef2b01e07 
					 
					
						
						
							
							Adding support for BeagleBoard.  
						
						... 
						
						
						
						ArmPkg - Supoprt for ARM specific things that can change as the architecture changes. Plus semihosting JTAG drivers.
EmbeddedPkg - Generic support for an embeddded platform. Including a light weight command line shell.
BeagleBoardPkg - Platform specifics for BeagleBoard. SD Card works, but USB has issues. Looks like a bug in the open source USB stack (Our internal stack works fine).
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9518  6f19259b-4bc3-4df7-8a09-765794883524 
						
						
					 
					
						2009-12-06 01:57:05 +00:00