aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2018-04-19 15:48:37 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-04-19 23:51:02 -0500
commit0a4d0519a5a23ac11e06c3fc67fb04035716374f (patch)
tree45eeaa7dc6005000bbc71857cf5f4c94eefdc484 /external
parente148cb32cc2669b82f3cf4922ce3bf8caad88b60 (diff)
downloadskiboot-0a4d0519a5a23ac11e06c3fc67fb04035716374f.zip
skiboot-0a4d0519a5a23ac11e06c3fc67fb04035716374f.tar.gz
skiboot-0a4d0519a5a23ac11e06c3fc67fb04035716374f.tar.bz2
hw/npu2.c: Remove static configuration of NPU2 register
The NPU_SM_CONFIG0 register currently needs to be configured in Skiboot to select NVLink mode, however Hostboot should configure other bits in this register. For some reason Skiboot was explicitly clearing bit-6 (CONFIG_DISABLE_VG_NOT_SYS). It is unclear why this bit was getting cleared as recent Hostboot versions explicitly set it to the correct value based on the specific system configuration. Therefore Skiboot should not alter it. Bit-58 (CONFIG_NVLINK_MODE) selects if NVLink mode should be enabled or not. Hostboot does not configure this bit so Skiboot should continue to configure it. Signed-off-by: Alistair Popple <alistair@popple.id.au> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'external')
0 files changed, 0 insertions, 0 deletions