cpu/amd/pi/00730F01/model_16_init: use CPUID_ALL_STEPPINGS_MASK
Instead of having two entries for two different steppings of the same family and model combination using the CPUID_EXACT_MATCH_MASK, just have one entry that uses CPUID_ALL_STEPPINGS_MASK to cover all steppings. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I0118bb9b4b0be4d954a657d50789addca08a784e Reviewed-on: https://review.coreboot.org/c/coreboot/+/73068 Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
		@@ -58,8 +58,7 @@ static struct device_operations cpu_dev_ops = {
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static const struct cpu_device_id cpu_table[] = {
 | 
			
		||||
	{ X86_VENDOR_AMD, 0x730F00, CPUID_EXACT_MATCH_MASK },
 | 
			
		||||
	{ X86_VENDOR_AMD, 0x730F01, CPUID_EXACT_MATCH_MASK },
 | 
			
		||||
	{ X86_VENDOR_AMD, 0x730F00, CPUID_ALL_STEPPINGS_MASK },
 | 
			
		||||
	CPU_TABLE_END
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user