This code fixes a number of build issues related to the AMD Agesa code. The particular issues are global variables existing in romstage and the use of GCC intrinsics in the build. The former issue will be addressed shortly, and the latter issue requires community assistance. This code is dependent on the AMD Family 14h mainboard code.
Signed-off-by: Frank Vibrans <frank.vibrans@amd.com> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6348 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
		
				
					committed by
					
						 Marc Jones
						Marc Jones
					
				
			
			
				
	
			
			
			
						parent
						
							420faca0d0
						
					
				
				
					commit
					0822ad8b19
				
			| @@ -49,5 +49,6 @@ SECTIONS | ||||
| 		*(.comment.*) | ||||
| 		*(.note.*) | ||||
| 	} | ||||
| 	_bogus = ASSERT((SIZEOF(.bss) + SIZEOF(.data)) == 0, "Do not use global variables in romstage"); | ||||
| /*	_bogus = ASSERT((SIZEOF(.bss) + SIZEOF(.data)) == 0, "Do not use global variables in romstage"); */ | ||||
| 	_bogus = ASSERT((SIZEOF(.bss)) == 0, "Do not use global variables in romstage");  | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user