aboutsummaryrefslogtreecommitdiff
path: root/hw/vas.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-06VAS: use local_free to free local_alloc memoryNicholas Piggin1-2/+2
2022-01-03hwprobe: convert vas_init(), nx_init()Stewart Smith1-0/+2
2021-08-06NX: Set VAS RMA write BAR register on P10Haren Myneni1-0/+18
2021-08-06VAS: Enable VAS on P10Haren Myneni1-5/+24
2021-08-06VAS: Define Remote Memory Access paste address on P10Haren Myneni1-3/+73
2021-06-30VAS: Define p9_get_rma_bar()Haren Myneni1-54/+65
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2019-12-16fix simple sparse warningsNicholas Piggin1-1/+1
2019-12-16cpu: use dt accessor device tree accessNicholas Piggin1-4/+2
2019-11-05VAS: Alloc IRQ and port address for each VAS instanceHaren Myneni1-0/+37
2019-07-26SPDX-ify all skiboot codeStewart Smith1-15/+3
2018-06-05Quieten console output on bootStewart Smith1-1/+1
2018-02-14vas: Disable VAS/NX-842 on some P9 revisionsSukadev Bhattiprolu1-4/+51
2017-08-30vas: export chip-id to vas platform deviceSukadev Bhattiprolu1-0/+3
2017-08-22vas: Move core/vas.c -> hw/vas.cMichael Neuling1-0/+448