commit | 454b30407b9d759103da57b41dd364eaf9114c33 | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Sun Jun 08 21:38:48 2025 +0000 |
committer | Brandon Kim <brandonkim@google.com> | Mon Jun 09 00:21:41 2025 +0000 |
tree | 7c6d6da91713321a883d10060a8f2f7e7e09de1e | |
parent | 8540c7dd20de35cd133c8e79caca04e81789a9cf [diff] |
pci_handler: Use volatile While revisiting this code, it seems we are not using volatile. We should use it to be safe. As a best practice, we should read in loop instead of relying on memcpy with volatile. Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I7b10a87836378811557dfde5c505cb2cfacb771d
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