mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	When building for 64-bit x86 we need an SPL binary in the ROM. Add support for this. Also increase entry test code coverage to 100%. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Bin Meng <bmeng.cn@gmail.com>
		
			
				
	
	
		
			27 lines
		
	
	
		
			301 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			301 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/dts-v1/;
 | 
						|
 | 
						|
/ {
 | 
						|
	#address-cells = <1>;
 | 
						|
	#size-cells = <1>;
 | 
						|
 | 
						|
	binman {
 | 
						|
		sort-by-pos;
 | 
						|
		end-at-4gb;
 | 
						|
		size = <0x200>;
 | 
						|
		u-boot-with-ucode-ptr {
 | 
						|
		};
 | 
						|
 | 
						|
		u-boot-ucode {
 | 
						|
		};
 | 
						|
	};
 | 
						|
 | 
						|
	microcode {
 | 
						|
		update@0 {
 | 
						|
			data = <0x12345678 0x12345679>;
 | 
						|
		};
 | 
						|
		update@1 {
 | 
						|
			data = <0xabcd0000 0x78235609>;
 | 
						|
		};
 | 
						|
	};
 | 
						|
};
 |