commit | c49284b6384a79860303b2581cb021e372e70934 | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Fri Jun 17 09:55:26 2022 -0700 |
committer | Brandon Kim <brandonkim@google.com> | Fri Jun 17 17:08:37 2022 -0700 |
tree | f8a4e75ba77a33cd6860e75eba2d02677b8123dd | |
parent | bac958d4c20ad1fcfdd468121a926e24fb509eed [diff] |
buffer: Implement "updateBmcFlags" This function will be used to update the "bmcFlags" member of the buffer header. Also reinforced the updateReadPtr unit tests to check that the header buffer was actually updated by checking the result after. Tested: Unit tested Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Iff7a1eea6824b84347e1a6aaed872ed6caa55788
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