mirror of
				https://github.com/ARM-software/devlib.git
				synced 2025-10-31 05:53:25 +00:00 
			
		
		
		
	utils/misc: update MIDR table
Update the MIDR CPU part number table with values from https://github.com/torvalds/linux/blob/master/arch/arm64/include/asm/cputype.h
This commit is contained in:
		| @@ -79,9 +79,18 @@ CPU_PART_MAP = { | |||||||
|         0xd08: {None: 'A72'}, |         0xd08: {None: 'A72'}, | ||||||
|         0xd09: {None: 'A73'}, |         0xd09: {None: 'A73'}, | ||||||
|     }, |     }, | ||||||
|  |     0x42: {  # Broadcom | ||||||
|  |         0x516: {None: 'Vulcan'}, | ||||||
|  |     0x43: {  # Cavium | ||||||
|  |         0x0a1: {None: 'Thunderx'}, | ||||||
|  |         0x0a2: {None: 'Thunderx81xx'}, | ||||||
|  |     }, | ||||||
|     0x4e: {  # Nvidia |     0x4e: {  # Nvidia | ||||||
|         0x0: {None: 'Denver'}, |         0x0: {None: 'Denver'}, | ||||||
|     }, |     }, | ||||||
|  |     0x50: {  # AppliedMicro | ||||||
|  |         0x0: {None: 'xgene'}, | ||||||
|  |     }, | ||||||
|     0x51: {  # Qualcomm |     0x51: {  # Qualcomm | ||||||
|         0x02d: {None: 'Scorpion'}, |         0x02d: {None: 'Scorpion'}, | ||||||
|         0x04d: {None: 'MSM8960'}, |         0x04d: {None: 'MSM8960'}, | ||||||
| @@ -91,6 +100,7 @@ CPU_PART_MAP = { | |||||||
|         }, |         }, | ||||||
|         0x205: {0x1: 'KryoSilver'}, |         0x205: {0x1: 'KryoSilver'}, | ||||||
|         0x211: {0x1: 'KryoGold'}, |         0x211: {0x1: 'KryoGold'}, | ||||||
|  |         0x800: {None: 'Falkor'}, | ||||||
|     }, |     }, | ||||||
|     0x56: {  # Marvell |     0x56: {  # Marvell | ||||||
|         0x131: { |         0x131: { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user