aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-12-14Merge pull request #8 from l0ud/catalog_64bitHEADmainJon Eklund8-127/+597
Fixed catalog functions to correctly support 64bit arguments.
2023-09-15Fixed catalog functions to correctly support 64bit arguments.Przemyslaw Romaniak8-127/+597
Minor SBD test fixes. Signed-off-by: Przemyslaw Romaniak <przemyslaw.romaniak@intel.com>
2023-03-15Merge pull request #6 from gguo11837463/mipi_systv1.1+edk2Matthew A. Schnoor (@Intel)2-1/+4
Remove CRT dependency and add clang compiler compatible
2023-03-13Remove CRT dependency and add clang compiler compatibleGua Guo2-1/+4
Currently, we encounter enable MIPI sys-t into UEFI environment. CRT related library will cause the build failure, remove stdlib.h dependency, and add removing _WIN32 when compiler is clang
2023-01-23Merge pull request #5 from l0ud/sbdv1.1Matthew A. Schnoor (@Intel)9-15/+674
Add Structured Binary Data messages
2023-01-23Merge pull request #3 from tedkuo1/init_svh_hdrMatthew A. Schnoor (@Intel)1-8/+7
Change the static global variable - zero to local variable
2023-01-12Add Structured Binary Data messagesPrzemyslaw Romaniak9-15/+674
Implemented required macros to generate SBD. SBD can be enabled/disabled with MIPI_SYST_PCFG_ENABLE_SBD_API flag. Also, because of dynamic mipi_syst_address special target used for UT was created.
2022-02-23Change the static global variable - zero to local variableTed Kuo1-8/+7
Initializing header and handle structure with static global variable results in an exception in X64 ARCH due to using SSE instruction with unaligned address. Changed the static global variable - zero to local variable to avoid the issue.
2019-08-28Create CODEOWNERSlauranixon1-0/+9
2018-04-24Merge pull request #2 from MIPI-Alliance/INITIAL_IMPORT_SYS_T_1.0v1.0Norbert Schulz91-21/+31337
Adding MIPI System Software Trace Example Code
2018-04-23Adding MIPI System Software Trace Example CodeNorbert Schulz91-21/+31337
Populate the SyS-T GitHub repository with an example open source implementation of a SyS-T instrumentation library. This source code supports the public release edition 1.0 of the MIPI System Software Trace specification. https://www.mipi.org/specifications/sys-t
2017-09-11Adding licenselauranixon1-0/+29
2017-09-11Initial commitlauranixon1-0/+1