commit | 17ee1a93779feba7794d17fdf5d84267f3ad2056 | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Tue Jun 07 21:04:08 2022 -0700 |
committer | Brandon Kim <brandonkim@google.com> | Tue Jun 14 22:41:10 2022 -0700 |
tree | c443e58e118e38d196373af397e87a79e09511cc | |
parent | fcbc3db143de5e878f1c4465dcda724bcd5db371 [diff] |
buffer: Implement "readBufferHeader" and enforce endianness Add buffer header reader and a getter API for the cachedBufferHeader for testing. Also update CircularBufferHeader with boost endian library. Tested: Unit Tested Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I3afaa96f1fab2dd160058e8127dcba494efe3ce7
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