#
3c49693b |
| 06-Sep-2024 |
Brandon Kim <brandonkim@google.com> |
Remove all operational logs
Only error messages shall emit logs
Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I54198f36531f3deb5f9ca57f8b7caece2fbcc065
|
#
3d0cd556 |
| 25-Aug-2022 |
kasunath <kasunath@google.com> |
Modify D-Bus to using asio server
DBus updates are now using the asio server way.
Tested: Tested with unit tests and locally on a machine.
Signed-off-by: Kasun Athukorala <kasunath@google.com> Cha
Modify D-Bus to using asio server
DBus updates are now using the asio server way.
Tested: Tested with unit tests and locally on a machine.
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: I77553bcc3baae70e5d684a62f2c19592ff844665 Signed-off-by: Brandon Kim <brandonkim@google.com>
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 ...
|
#
bea36e22 |
| 22-Jul-2022 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are
sdbusplus: use shorter type aliases
The sdbusplus headers provide shortened aliases for many types. Switch to using them to provide better code clarity and shorter lines. Possible replacements are for: * bus_t * exception_t * manager_t * match_t * message_t * object_t * slot_t
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I17807e986cefa6a3d9e757c533ac373035438aed
show more ...
|
#
a3b64fb6 |
| 15-Jun-2022 |
kasunath <kasunath@google.com> |
Create a DBus notification for each LogEntry
For each log entry, a new FilePath DBus object will be created where the FilePath.path value is the location of the JSON LogEntry file.
Tested: Tested w
Create a DBus notification for each LogEntry
For each log entry, a new FilePath DBus object will be created where the FilePath.path value is the location of the JSON LogEntry file.
Tested: Tested with unit tests and locally on a machine.
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: I5999826f7b4447bfca88b83c487d7c03a1c84a08
show more ...
|
#
1a3dc60d |
| 17-Jun-2022 |
Brandon Kim <brandonkim@google.com> |
main: Integrating the buffer and rde handler
This will loop upon start up of the system and decode any incoming payloads.
Tested: Tested on a real hardware with a real BIOS
Change-Id: Iddbdafbf9a6
main: Integrating the buffer and rde handler
This will loop upon start up of the system and decode any incoming payloads.
Tested: Tested on a real hardware with a real BIOS
Change-Id: Iddbdafbf9a6e94d7a3556335ea59b935e1931c83 Signed-off-by: Brandon Kim <brandonkim@google.com> Signed-off-by: Willy Tu <wltu@google.com>
show more ...
|
#
554fad0b |
| 15-May-2022 |
Brandon Kim <brandonkim@google.com> |
Add basic main and meson.build
Main just runs very 1 second, based on the asio timer example.
Tested: Added a debug fprint and verified that it runs every 1 second
Signed-off-by: Brandon Kim <bran
Add basic main and meson.build
Main just runs very 1 second, based on the asio timer example.
Tested: Added a debug fprint and verified that it runs every 1 second
Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I75c98a39f43d3f7103583171979ce87515c9083d
show more ...
|