#
1a64356f |
| 16-Aug-2024 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda forma
clang-format: re-format for clang-18
clang-format-18 isn't compatible with the clang-format-17 output, so we need to reformat the code with the latest version. The way clang-18 handles lambda formatting also changed, so we have made changes to the organization default style format to better handle lambda formatting.
See I5e08687e696dd240402a2780158664b7113def0e for updated style. See Iea0776aaa7edd483fa395e23de25ebf5a6288f71 for clang-18 enablement.
Change-Id: I61c7e22e726dbab6c7f3da43270adbdb9b4927fb Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
5de90619 |
| 13-Feb-2024 |
Patrick Williams <patrick@stwcx.xyz> |
prefer std::format over fmt
Use std::format or stdplus::print and eliminate the fmt dependency.
Change-Id: Ide14b682949914f09f749141196cdb210fe1239e Signed-off-by: Patrick Williams <patrick@stwcx.x
prefer std::format over fmt
Use std::format or stdplus::print and eliminate the fmt dependency.
Change-Id: Ide14b682949914f09f749141196cdb210fe1239e 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 ...
|
#
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 ...
|