commit | 82ab8320be0e10c64f78bd46e68693174052a822 | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Thu Aug 17 00:50:18 2023 +0000 |
committer | Willy Tu <wltu@google.com> | Wed Aug 16 23:37:21 2023 -0700 |
tree | 9f6a3257dd7d64298a5599a097d97601ab67bd27 | |
parent | 759ebaf3702e52e273e69d8247b519dc0c07fdb6 [diff] |
buffer: Update to follow the design doc queueSize and ueRegionSize should not change at runtime. Make it so that it throws if these constants fail any time we try to use them as it means that the buffer was overwritten (possibly by a bad actor). Update the default queueSize and ueRegionSize to match our test variables. Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I2c906d26016ce6eb19e953ae432abd5482b6ccf8
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