binaryPI: Fix missing AMD_PI_BOLTON blobs
These were left out by mistake while rebasing, when AGESA/binaryPI directory split happened. Change-Id: Id0cb07e9ad7edede60cd9daa9a4772dc9b893c16 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/30911 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
		
				
					committed by
					
						
						Nico Huber
					
				
			
			
				
	
			
			
			
						parent
						
							3126964d96
						
					
				
				
					commit
					841b2c8baa
				
			@@ -80,12 +80,14 @@ config HUDSON_PSP
 | 
				
			|||||||
config HUDSON_XHCI_FWM_FILE
 | 
					config HUDSON_XHCI_FWM_FILE
 | 
				
			||||||
	string "XHCI firmware path and filename"
 | 
						string "XHCI firmware path and filename"
 | 
				
			||||||
	default "3rdparty/blobs/southbridge/amd/avalon/xhci.bin" if SOUTHBRIDGE_AMD_PI_AVALON
 | 
						default "3rdparty/blobs/southbridge/amd/avalon/xhci.bin" if SOUTHBRIDGE_AMD_PI_AVALON
 | 
				
			||||||
 | 
						default "3rdparty/blobs/southbridge/amd/bolton/xhci.bin" if SOUTHBRIDGE_AMD_PI_BOLTON
 | 
				
			||||||
	default "3rdparty/blobs/southbridge/amd/kern/xhci.bin" if SOUTHBRIDGE_AMD_PI_KERN
 | 
						default "3rdparty/blobs/southbridge/amd/kern/xhci.bin" if SOUTHBRIDGE_AMD_PI_KERN
 | 
				
			||||||
	depends on HUDSON_XHCI_FWM
 | 
						depends on HUDSON_XHCI_FWM
 | 
				
			||||||
 | 
					
 | 
				
			||||||
config HUDSON_IMC_FWM_FILE
 | 
					config HUDSON_IMC_FWM_FILE
 | 
				
			||||||
	string "IMC firmware path and filename"
 | 
						string "IMC firmware path and filename"
 | 
				
			||||||
	default "3rdparty/blobs/southbridge/amd/avalon/imc.bin" if SOUTHBRIDGE_AMD_PI_AVALON
 | 
						default "3rdparty/blobs/southbridge/amd/avalon/imc.bin" if SOUTHBRIDGE_AMD_PI_AVALON
 | 
				
			||||||
 | 
						default "3rdparty/blobs/southbridge/amd/bolton/imc.bin" if SOUTHBRIDGE_AMD_PI_BOLTON
 | 
				
			||||||
	default "3rdparty/blobs/southbridge/amd/kern/imc.bin" if SOUTHBRIDGE_AMD_PI_KERN
 | 
						default "3rdparty/blobs/southbridge/amd/kern/imc.bin" if SOUTHBRIDGE_AMD_PI_KERN
 | 
				
			||||||
	depends on HUDSON_IMC_FWM
 | 
						depends on HUDSON_IMC_FWM
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user