Add qcmtx(4), a driver for the hardware spinlock on Qualcomm SoCs that
authorpatrick <patrick@openbsd.org>
Wed, 17 May 2023 23:30:58 +0000 (23:30 +0000)
committerpatrick <patrick@openbsd.org>
Wed, 17 May 2023 23:30:58 +0000 (23:30 +0000)
commit5763838533a58e19b33aacbc442838580ac65c19
tree5d5e91d83ca3e1d49f6a1a60c31e7f625ddb0a50
parent949f008f01ce4510c6cf4a111524f59a568b1d46
Add qcmtx(4), a driver for the hardware spinlock on Qualcomm SoCs that
is used to synchronize access to the shared memory table between the
application cores we run on and the co-processors next to us.

ok kettenis@ drahn@
sys/arch/arm64/conf/GENERIC
sys/arch/arm64/conf/RAMDISK
sys/dev/fdt/files.fdt
sys/dev/fdt/qcmtx.c [new file with mode: 0644]