mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	tee.txt: standardize document format
Each text file under Documentation follows a different format. Some doesn't even have titles! Change its representation to follow the adopted standard, using ReST markups for it to be parseable by Sphinx: - adjust identation of titles; - mark ascii artwork as a literal block; - adjust references. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
		
							parent
							
								
									633b11bee4
								
							
						
					
					
						commit
						4297739f2b
					
				
					 1 changed files with 30 additions and 21 deletions
				
			
		|  | @ -1,4 +1,7 @@ | ||||||
|  | ============= | ||||||
| TEE subsystem | TEE subsystem | ||||||
|  | ============= | ||||||
|  | 
 | ||||||
| This document describes the TEE subsystem in Linux. | This document describes the TEE subsystem in Linux. | ||||||
| 
 | 
 | ||||||
| A TEE (Trusted Execution Environment) is a trusted OS running in some | A TEE (Trusted Execution Environment) is a trusted OS running in some | ||||||
|  | @ -80,7 +83,7 @@ The GlobalPlatform TEE Client API [5] is implemented on top of the generic | ||||||
| TEE API. | TEE API. | ||||||
| 
 | 
 | ||||||
| Picture of the relationship between the different components in the | Picture of the relationship between the different components in the | ||||||
| OP-TEE architecture. | OP-TEE architecture:: | ||||||
| 
 | 
 | ||||||
|       User space                  Kernel                   Secure world |       User space                  Kernel                   Secure world | ||||||
|       ~~~~~~~~~~                  ~~~~~~                   ~~~~~~~~~~~~ |       ~~~~~~~~~~                  ~~~~~~                   ~~~~~~~~~~~~ | ||||||
|  | @ -109,10 +112,16 @@ kernel are handled by the kernel driver. Other RPC messages will be forwarded to | ||||||
| tee-supplicant without further involvement of the driver, except switching | tee-supplicant without further involvement of the driver, except switching | ||||||
| shared memory buffer representation. | shared memory buffer representation. | ||||||
| 
 | 
 | ||||||
| References: | References | ||||||
|  | ========== | ||||||
|  | 
 | ||||||
| [1] https://github.com/OP-TEE/optee_os | [1] https://github.com/OP-TEE/optee_os | ||||||
|  | 
 | ||||||
| [2] http://infocenter.arm.com/help/topic/com.arm.doc.den0028a/index.html | [2] http://infocenter.arm.com/help/topic/com.arm.doc.den0028a/index.html | ||||||
|  | 
 | ||||||
| [3] drivers/tee/optee/optee_smc.h | [3] drivers/tee/optee/optee_smc.h | ||||||
|  | 
 | ||||||
| [4] drivers/tee/optee/optee_msg.h | [4] drivers/tee/optee/optee_msg.h | ||||||
|  | 
 | ||||||
| [5] http://www.globalplatform.org/specificationsdevice.asp look for | [5] http://www.globalplatform.org/specificationsdevice.asp look for | ||||||
|     "TEE Client API Specification v1.0" and click download. |     "TEE Client API Specification v1.0" and click download. | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Mauro Carvalho Chehab
						Mauro Carvalho Chehab