commit | 84e03d3400b747790ed3388e95e8f511e26e7351 | [log] [tgz] |
---|---|---|
author | David Tang <davtang@google.com> | Wed Nov 20 23:45:02 2024 +0000 |
committer | David Tang <davtang@google.com> | Fri Nov 22 19:10:55 2024 +0000 |
tree | 5f650d00a76f5e06f6c90ca2a91af841d36e224b | |
parent | 072a4b7cc013aedd2cf4f9b8477695297a7bd095 [diff] |
[clang-tidy] Fix clang-tidy errors from g3/gsys config Fix the following clang-tidy errors: performance-enum-size modernize-redundant-void-arg google-explicit-constructor readability-convert-member-functions-to-static llvm-qualified-auto google-build-using-namespace Google-Bug-Id: 380138111 Change-Id: Id79c99ef6cfc99697eb7d23c8893d78444388b44 Signed-off-by: David Tang <davtang@google.com>
This repo contains:
the pldm-oem-google.h, which is the source of truth definitions of PLDM google oem elements.
pldmd-oem-google static library, as extension of libpldm, contains the helper function to parser the PLDM google oem elements.
Google defined PLDM OEM events will be sent as PLDM OEM event with event_class=0xF6
, followed by 3 bytes of google IANA [00 D4 DE]
.
The specific google OEM event ID and associated oem event data format shall be defined in pldm-oem-google.h.