[SOC_RESET_ME] Define message and add sanity check

Define the SOC_RESET_ME oem event message and sanity check support
function.

Tested:
https://paste.googleplex.com/6505751739629568?raw

Google-Bug-Id: 303898284
Change-Id: I6a7de064ebe50206a98df142c5559fadf8e16de1
Signed-off-by: Dan Zhang <zhdaniel@google.com>
3 files changed
tree: 2673f7496afedda11d53fa3c4edd93f74dbfb3a9
  1. src/
  2. subprojects/
  3. test/
  4. .clang-format
  5. .gitignore
  6. LICENSE
  7. meson.build
  8. meson_options.txt
  9. pldm-oem-google.h
  10. README.md
README.md

PLDM Google OEM specifications

This repo contains:

  1. the pldm-oem-google.h, which is the source of truth definitions of PLDM google oem elements.

  2. pldmd-oem-google static library, as extension of libpldm, contains the helper function to parser the PLDM google oem elements.

Google PLDM OEM events

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.