mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	Add test for TI firewalling node in ti-secure. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
		
			
				
	
	
		
			29 lines
		
	
	
		
			447 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			447 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // SPDX-License-Identifier: GPL-2.0+
 | |
| 
 | |
| /dts-v1/;
 | |
| 
 | |
| / {
 | |
| 	#address-cells = <1>;
 | |
| 	#size-cells = <1>;
 | |
| 
 | |
| 	binman {
 | |
| 		ti-secure {
 | |
| 			content = <&unsecure_binary>;
 | |
| 			auth-in-place = <0xa02>;
 | |
| 
 | |
| 			firewall-0-2 {
 | |
| 				id = <0>;
 | |
| 				region = <2>;
 | |
| 				control = <0x31a>;
 | |
| 				permissions = <0xc3ffff>;
 | |
| 				start_address = <0x0 0x9e800000>;
 | |
| 				end_address = <0x0 0x9fffffff>;
 | |
| 			};
 | |
| 
 | |
| 		};
 | |
| 		unsecure_binary: blob-ext {
 | |
| 			filename = "ti_unsecure.bin";
 | |
| 		};
 | |
| 	};
 | |
| };
 |