summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2017-05-05 17:37:14 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-05-10 14:32:22 +1000
commit5d206f0b23f6765a914b9d35cab2b75bf9dae451 (patch)
treef2aaf7778a6943df1049675f6ed75731b10b7ee2 /Makefile
parentdc670cc0ab49d14ca07de0570a9fd824fcbe8ffe (diff)
downloadblackbird-skiboot-5d206f0b23f6765a914b9d35cab2b75bf9dae451.tar.gz
blackbird-skiboot-5d206f0b23f6765a914b9d35cab2b75bf9dae451.zip
npu2: Fix BAR mapping for multiple chips
NPU2 BARs were being assigned and tracked with a global static array. This worked fine when there was only a single chip/NPU2 in the system however multiple chips results in the a shared data structure for BAR management which results in multiple chips getting assigned the same BAR addresses and other incorrect sharing of BAR properties. This patch splits the static and dynamic BAR configuration and stores the dynamic configuration in the per-NPU2 data structure. Signed-off-by: Alistair Popple <alistair@popple.id.au> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud