commit | bac958d4c20ad1fcfdd468121a926e24fb509eed | [log] [tgz] |
---|---|---|
author | kasunath <kasunath@google.com> | Tue Jun 07 18:15:24 2022 -0700 |
committer | Brandon Kim <brandonkim@google.com> | Fri Jun 17 23:56:48 2022 +0000 |
tree | bd9de862d2e5da660bb4eb14e709242c38de681e | |
parent | 4662b1bd2d265f605f80709008456aae0d6bb545 [diff] |
Add a class to handle RDE commands This class is used to process RDE packets received from BIOS-BMC circular buffer. RdeCommandHandler will manage dictionary data, decode RDE BEJ encoded payloads and push them to the ExternalStorer. Tested: Tested this with unit tests. Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: Ic66e4e4e2afa523906835713d36015457f324fcc
This daemon will follow the design doc: https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/52109
More detailed implementation details will also be placed here in the future