console: Split loglevel for fast and slow
For fast CBMEM console use minimum BIOS_DEBUG level. For other consoles, Kconfig and/or nvram settings apply. Change-Id: Iff56a0a3182f258200cac80e013957d598cc2130 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/31370 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
		
				
					committed by
					
						 Patrick Georgi
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							7132f259bf
						
					
				
				
					commit
					e613d704d1
				
			| @@ -173,7 +173,7 @@ void platform_fsp_memory_init_params_cb(FSPM_UPD *fspm_upd, uint32_t version) | ||||
| 	upd->RankMask = config->RankMask; | ||||
| 	upd->RmuBaseAddress = (uintptr_t)rmu_data; | ||||
| 	upd->RmuLength = rmu_data_len; | ||||
| 	upd->SerialPortWriteChar = console_log_level(BIOS_SPEW) | ||||
| 	upd->SerialPortWriteChar = !!console_log_level(BIOS_SPEW) | ||||
| 		? (uintptr_t)fsp_write_line : 0; | ||||
| 	upd->SmmTsegSize = IS_ENABLED(CONFIG_HAVE_SMI_HANDLER) ? | ||||
| 		config->SmmTsegSize : 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user