3rdparty/opensbi: Update to latest ToT
That's 3 years of development, including adapting to new, shiny, Cascade of Attention-Deficit Teenagers[0] induced incompatible assembler syntaxes. Signed-off-by: Patrick Georgi <patrick@coreboot.org> [0] https://web.archive.org/web/20220824045741/https://www.jwz.org/doc/cadt.html Change-Id: I8606700149ca74e93b85d78546a29df2916d39b2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67456 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
		
							
								
								
									
										2
									
								
								3rdparty/opensbi
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								3rdparty/opensbi
									
									
									
									
										vendored
									
									
								
							 Submodule 3rdparty/opensbi updated: 215421ca61...5019fd124b
									
								
							@@ -3,6 +3,7 @@
 | 
				
			|||||||
/* OpenSBI wants to make its own definitions for some of our compiler.h macros. */
 | 
					/* OpenSBI wants to make its own definitions for some of our compiler.h macros. */
 | 
				
			||||||
#undef __packed
 | 
					#undef __packed
 | 
				
			||||||
#undef __noreturn
 | 
					#undef __noreturn
 | 
				
			||||||
 | 
					#undef __aligned
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <sbi/fw_dynamic.h>
 | 
					#include <sbi/fw_dynamic.h>
 | 
				
			||||||
#include <arch/boot.h>
 | 
					#include <arch/boot.h>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -50,7 +50,7 @@ config DRAM_SIZE_MB
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
config OPENSBI_PLATFORM
 | 
					config OPENSBI_PLATFORM
 | 
				
			||||||
	string
 | 
						string
 | 
				
			||||||
	default "qemu/virt"
 | 
						default "generic"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# ugly, but CBFS is placed in DRAM...
 | 
					# ugly, but CBFS is placed in DRAM...
 | 
				
			||||||
config OPENSBI_TEXT_START
 | 
					config OPENSBI_TEXT_START
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user