Add an implementation for the protocol to communicate with coprocessors
authorkettenis <kettenis@openbsd.org>
Sun, 19 Dec 2021 23:47:24 +0000 (23:47 +0000)
committerkettenis <kettenis@openbsd.org>
Sun, 19 Dec 2021 23:47:24 +0000 (23:47 +0000)
commit0b0ff99ed6604d0d6b4740cea1e8d9520b18fa7c
tree996b46af80ccd4e5903ecc7e5a457c2488a2540b
parent9cb0c5826f3cb096fd9cf9db5270d23c4940a11c
Add an implementation for the protocol to communicate with coprocessors
running firmware based Apple's RTKit OS.  Use this code to bring up the
storage controller that implements Apple's flavour of NVMe.

ok dlg@, patrick@
sys/arch/arm64/conf/files.arm64
sys/arch/arm64/dev/aplns.c
sys/arch/arm64/dev/rtkit.c [new file with mode: 0644]
sys/arch/arm64/dev/rtkit.h [new file with mode: 0644]