Commit Graph

8 Commits

Author SHA1 Message Date
8f7bacdd95 feature: add eudebug interface class
eudebug interface is now hidden under EuDebugInterface class
shared code uses generic object and param values

layout of structs is guarded by static asserts

eudebug support is guarded by cmake flags:
- NEO_ENABLE_XE_EU_DEBUG_SUPPORT - enables eudebug in general
- NEO_USE_XE_EU_DEBUG_EXP_UPSTREAM - registers exp upstream uAPI support
- NEO_ENABLE_XE_PRELIM_DETECTION - registers prelim uAPI support

This way we can support two different xe-eudebug interfaces within
single binary.

In unit tests there is mock eudebug interface enabled (even if no
eudebug support is enabled by cmake flag).

Related-To: NEO-13472
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2024-12-13 17:07:12 +01:00
d3fd39caec documentation: Add build instructions for XeKMD EuDebug support
Related-to: NEO-13057

Signed-off-by: Brandon Yates <brandon.yates@intel.com>
2024-10-22 20:00:48 +02:00
69ca6f9cfb cleanup info about external repositories/projects
Remove links to inactive projects on:
- Copr
- Launchpad
- Semaphore CI
- SourceForge

Remove scripts to build on Semaphore CI and Travis

Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
2022-03-03 14:51:47 +01:00
ea373d2664 cmake: cleanup variable names
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2021-11-10 21:31:17 +01:00
f501cd79e2 Add copyright headers to markdown files
Remove two redundant markdown files

Related-to: IGC-4296

Signed-off-by: lgotszal <lukasz.gotszald@intel.com>
2021-06-28 16:31:27 +02:00
e9ea2dc182 Documentation: Remove obsolete link
Change-Id: I102a47735ad1b494d00ebe0969b9608f96ede0bb
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
2020-09-22 20:32:39 +02:00
a732cad97b doc: add information about devel packages
Change-Id: I5afc78203b897df95ba9ba0ddb749a8b3608231b
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
2020-03-17 17:03:23 +01:00
6094072504 Documentation: Cleanup build instruction
Change-Id: I31b0af89448b7e5ea3a2f1efb00ae61c57c77eff
Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
2020-02-27 13:27:29 +01:00