From d3fd39caec9fe096175e88049fc7ee2f52abbfe4 Mon Sep 17 00:00:00 2001 From: Brandon Yates Date: Tue, 22 Oct 2024 16:19:56 +0000 Subject: [PATCH] documentation: Add build instructions for XeKMD EuDebug support Related-to: NEO-13057 Signed-off-by: Brandon Yates --- BUILD.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/BUILD.md b/BUILD.md index 66bac1d04b..541d0caf45 100644 --- a/BUILD.md +++ b/BUILD.md @@ -66,5 +66,13 @@ cmake -DCMAKE_BUILD_TYPE=Release -DNEO_SKIP_UNIT_TESTS=1 ../neo make -j`nproc` sudo make install ``` +## Optional - Building NEO with support for XeKMD EU Debugging + +NEO Driver has build options to enable support for EU Debugging with XeKMD. Kernel support for this feature is currently only available via a topic branch hosted at https://gitlab.freedesktop.org/miku/kernel/-/tree/eudebug-dev + +To build NEO with support for this feature follow above steps with these additional cmake options added to step 6. + +` -DNEO_ENABLE_XE_EU_DEBUG_SUPPORT=1 -DNEO_ENABLE_XE_PRELIM_DETECTION=0 ` + ___(*) Other names and brands may be claimed as property of others.___