aboutsummaryrefslogtreecommitdiff
path: root/hw/phys-map.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/phys-map.c')
-rw-r--r--hw/phys-map.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/phys-map.c b/hw/phys-map.c
index 02bc33b..a2b5dbd 100644
--- a/hw/phys-map.c
+++ b/hw/phys-map.c
@@ -46,6 +46,11 @@ static const struct phys_map_entry phys_map_table_nimbus[] = {
{ GPU_MEM_4T_DOWN, 2, 0x000003a000000000ull, 0x0000002000000000ull },
{ GPU_MEM_4T_DOWN, 1, 0x000003c000000000ull, 0x0000002000000000ull },
{ GPU_MEM_4T_DOWN, 0, 0x000003e000000000ull, 0x0000002000000000ull },
+ /* GPU memory from 4TB + 128GB*GPU. 4 GPUs only */
+ { GPU_MEM_4T_UP, 0, 0x0000040000000000ull, 0x0000002000000000ull },
+ { GPU_MEM_4T_UP, 1, 0x0000042000000000ull, 0x0000002000000000ull },
+ { GPU_MEM_4T_UP, 2, 0x0000044000000000ull, 0x0000002000000000ull },
+ { GPU_MEM_4T_UP, 3, 0x0000046000000000ull, 0x0000002000000000ull },
/* 0 TB offset @ MMIO 0x0006000000000000ull */
{ PHB4_64BIT_MMIO, 0, 0x0006000000000000ull, 0x0000004000000000ull },