| commit | 072a4b7cc013aedd2cf4f9b8477695297a7bd095 | [log] [tgz] |
|---|---|---|
| author | David Tang <davtang@google.com> | Thu Oct 24 23:31:52 2024 +0000 |
| committer | David Tang <davtang@google.com> | Sun Oct 27 16:53:53 2024 +0000 |
| tree | f445225bb261df427c5e023b5f1c6d9470ac1fa2 | |
| parent | a02a4896dc990c594989b80a612e1a7bb2bb9846 [diff] |
[clang-tidy] Resolve clang-tidy errors and format Resolve the following clang-tidy errors: readability-avoid-const-params-in-decls clang-analyzer-security.insecureAPI.bzero Also run openbmc_build_scripts/scripts/format_code.sh to pass presubmit. Google-Bug-Id: 375055098 Change-Id: I859f32863972de8cad3a71cf852c6a3e18b02e8b 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.