#
589c175b |
| 20-Oct-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: I2ff0bc6d39e0c53b1fc37cf790fa88ebcfdea680 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
aedea9fc |
| 05-Dec-2022 |
kasunath <kasunath@google.com> |
Add missing RDE definitions
In the previous commit, some RDE definitions were moved to this repo from libbej repo but some definitions were missed. This CL adds the missing definitions.
Signed-off-
Add missing RDE definitions
In the previous commit, some RDE definitions were moved to this repo from libbej repo but some definitions were missed. This CL adds the missing definitions.
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: I00c63a5ccb02dc3dfe3018d343a633458ef23c14
show more ...
|
#
a3072879 |
| 28-Nov-2022 |
kasunath <kasunath@google.com> |
Locally define used RDE headers
2 RDE headers used by bios-bmc-smm-error-logger are being removed from libbej repo. Also bios-bmc-smm-error-logger doesn't use RDE protocol. It simply uses 2 RDE head
Locally define used RDE headers
2 RDE headers used by bios-bmc-smm-error-logger are being removed from libbej repo. Also bios-bmc-smm-error-logger doesn't use RDE protocol. It simply uses 2 RDE headers to encapsulate data sent from BIOS. Therefore this change defines the RDE headers (removed from libbej) locally.
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: I9d0dfd669283bee6443e9d542b941bf73787fe95
show more ...
|
#
bac958d4 |
| 07-Jun-2022 |
kasunath <kasunath@google.com> |
Add a class to handle RDE commands
This class is used to process RDE packets received from BIOS-BMC circular buffer. RdeCommandHandler will manage dictionary data, decode RDE BEJ encoded payloads an
Add a class to handle RDE commands
This class is used to process RDE packets received from BIOS-BMC circular buffer. RdeCommandHandler will manage dictionary data, decode RDE BEJ encoded payloads and push them to the ExternalStorer.
Tested: Tested this with unit tests.
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: Ic66e4e4e2afa523906835713d36015457f324fcc
show more ...
|