commit | 3def3c8eede08d82e709333445bc543ef4861bcd | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Tue Sep 13 05:29:20 2022 +0000 |
committer | Brandon Kim <brandonkim@google.com> | Tue Sep 13 05:42:09 2022 +0000 |
tree | 0b16fd372e331994885c8b496113daf05c7ea5d4 | |
parent | 613ba537eba3b61c8ecbde2fd82d66a3591fe035 [diff] |
buffer: Update the definition of QueueSize There were confusion whether the QueueSize field represented just the queue for the normal log or if it represented the whole circular buffer. Settled on it being the whole circular buffer. Tested: Unit tested and verified this works on a downstream machine Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I867e997b72500c7bcd03047d8eb3e4db146a8add
This daemon will follow the design doc: https://github.com/openbmc/docs/blob/master/designs/bios-bmc-smm-error-logging.md
More detailed implementation details will also be placed here in the future