Skip to content

Commit 31930a2

Browse files
committed
m1n1.hv: Add t6022 cpustart
Signed-off-by: Hector Martin <[email protected]>
1 parent 33ef9cd commit 31930a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proxyclient/m1n1/hv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ def cpustart_wh(base, off, data, width):
15601560
cpu_start = 0x54000 + die * 0x20_0000_0000
15611561
elif chip_id in (0x8112,):
15621562
cpu_start = 0x34000 + die * 0x20_0000_0000
1563-
elif chip_id in (0x6020, 0x6021):
1563+
elif chip_id in (0x6020, 0x6021, 0x6022):
15641564
cpu_start = 0x28000 + die * 0x20_0000_0000
15651565
else:
15661566
self.log("CPUSTART unknown for this SoC!")

0 commit comments

Comments
 (0)