aboutsummaryrefslogtreecommitdiff
path: root/hw/phys-map.c
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2017-05-12 15:49:38 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-05-16 15:41:35 +1000
commitf4a7a7ccc41b74f74eeccc4e41c6577906afe11f (patch)
tree04030d93924213481d192204935c489ddb73ac11 /hw/phys-map.c
parente9f98e25bb63a1b0eb0415f26f8426e251877274 (diff)
downloadskiboot-f4a7a7ccc41b74f74eeccc4e41c6577906afe11f.zip
skiboot-f4a7a7ccc41b74f74eeccc4e41c6577906afe11f.tar.gz
skiboot-f4a7a7ccc41b74f74eeccc4e41c6577906afe11f.tar.bz2
phys map: Remove hole in NPU section
When we first added the map, we accidentally left a hole after the NPU PHY regs region. Fix this hole. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/phys-map.c')
-rw-r--r--hw/phys-map.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/hw/phys-map.c b/hw/phys-map.c
index a95ea33..cab23f6 100644
--- a/hw/phys-map.c
+++ b/hw/phys-map.c
@@ -99,16 +99,16 @@ static const struct phys_map_entry phys_map_table_nimbus[] = {
{ NPU_USR , 0, 0x0006030201000000ull, 0x0000000000200000ull },
{ NPU_PHY , 0, 0x0006030201200000ull, 0x0000000000200000ull },
{ NPU_PHY , 1, 0x0006030201400000ull, 0x0000000000200000ull },
- { NPU_NTL , 0, 0x0006030201620000ull, 0x0000000000020000ull },
- { NPU_NTL , 1, 0x0006030201640000ull, 0x0000000000020000ull },
- { NPU_NTL , 2, 0x0006030201660000ull, 0x0000000000020000ull },
- { NPU_NTL , 3, 0x0006030201680000ull, 0x0000000000020000ull },
- { NPU_NTL , 4, 0x00060302016a0000ull, 0x0000000000020000ull },
- { NPU_NTL , 5, 0x00060302016c0000ull, 0x0000000000020000ull },
- { NPU_GENID , 0, 0x00060302016e0000ull, 0x0000000000020000ull },
- { NPU_GENID , 1, 0x0006030201700000ull, 0x0000000000020000ull },
- { NPU_GENID , 2, 0x0006030201720000ull, 0x0000000000020000ull },
- { RESV , 5, 0x0006030201740000ull, 0x00000000018c0000ull },
+ { NPU_NTL , 0, 0x0006030201600000ull, 0x0000000000020000ull },
+ { NPU_NTL , 1, 0x0006030201620000ull, 0x0000000000020000ull },
+ { NPU_NTL , 2, 0x0006030201640000ull, 0x0000000000020000ull },
+ { NPU_NTL , 3, 0x0006030201660000ull, 0x0000000000020000ull },
+ { NPU_NTL , 4, 0x0006030201680000ull, 0x0000000000020000ull },
+ { NPU_NTL , 5, 0x00060302016a0000ull, 0x0000000000020000ull },
+ { NPU_GENID , 0, 0x00060302016c0000ull, 0x0000000000020000ull },
+ { NPU_GENID , 1, 0x00060302016e0000ull, 0x0000000000020000ull },
+ { NPU_GENID , 2, 0x0006030201700000ull, 0x0000000000020000ull },
+ { RESV , 5, 0x0006030201720000ull, 0x00000000018e0000ull },
{ PSI_LINK , 0, 0x0006030203000000ull, 0x0000000000100000ull },
{ XIVE_IC , 0, 0x0006030203100000ull, 0x0000000000080000ull },
{ XIVE_TM , 0, 0x0006030203180000ull, 0x0000000000040000ull },