commit | 60cab57f94a1ceab6e346f9732e939e2866c11f1 | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Wed Jun 15 14:20:05 2022 -0700 |
committer | Brandon Kim <brandonkim@google.com> | Thu Jun 16 01:39:27 2022 +0000 |
tree | 4cd5a3d3c088b70c6851bd1b6b0223af002318bc | |
parent | 37bc0df170fbd458fe541f8c9a2d8bb67dc412e7 [diff] |
buffer: Update cachedBufferHeader during "initialize" We know what the bufferheader is after we call "initialize" (as we clear the buffer before updating the known header). Update cachedBufferHeader after successful initialization. Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Ia4c6f5258b5ccd0294bba267717b8e77c0bf5449
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