commonlib: Add ELOG_TYPE_FW_LATE_SOL eventLog type
Add a new eventLog type of ELOG_TYPE_FW_LATE_SOL to support logging when we show late (from payload) Signs Of Life (SOL) to the user. BUG=b:305898363 TEST=Event shows in eventlog tool after CSE sync: ``` Late Sign of Life | CSE Sync Late SOL Screen Shown ``` Change-Id: Ibbe9f37a791e5c2a0c6e982942cf3043a2bd4b45 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83461 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Dinesh Gehlot <digehlot@google.com>
This commit is contained in:
		@@ -381,6 +381,12 @@ struct elog_event_extended_event {
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
#define ELOG_TYPE_FW_SPLASH_SCREEN        0xbb
 | 
					#define ELOG_TYPE_FW_SPLASH_SCREEN        0xbb
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
 | 
					 * Events related to CSE sync from payload
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					#define ELOG_TYPE_FW_LATE_SOL             0xbc
 | 
				
			||||||
 | 
					#define  ELOG_FW_LATE_SOL_CSE_SYNC         0x0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Only the 7-LSB are used for size */
 | 
					/* Only the 7-LSB are used for size */
 | 
				
			||||||
#define ELOG_MAX_EVENT_SIZE                    0x7F
 | 
					#define ELOG_MAX_EVENT_SIZE                    0x7F
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user