commit | b3b3c096a0ec899f784484a7a8de3916a31d4038 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 05 16:43:02 2025 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 05 16:44:58 2025 -0500 |
tree | 265620c30ba6423e367c88b85027c234c6a4528a | |
parent | 4263ed4c91eb4ca13dbd5551fba5a44d43578d94 [diff] |
test: pci_handler: fix compile error with mmap mock stdplus changed the signature of mmap to have 5 parameters. Fix the compile failure in the unit tests: ``` 50 | MOCK_METHOD(std::span<std::byte>, mmap, | ^~~~~~~~~~~ /usr/local/include/stdplus/fd/gmock.hpp:50:5: note: candidate expects 5 arguments, 4 provided ``` Change-Id: I0d8c72154c1106f98b77c943bdcc4df2326ddab8 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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