#
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 ...
|
#
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 ...
|
#
fcbc3db1 |
| 06-Jun-2022 |
Brandon Kim <brandonkim@google.com> |
buffer: Implement "initialize" and add unit tests
Add buffer headers and the initialization process
Tested: Unit Tested
Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Iaf3c26ce01f71
buffer: Implement "initialize" and add unit tests
Add buffer headers and the initialization process
Tested: Unit Tested
Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Iaf3c26ce01f7109000266cdbc7efa77988eae73b
show more ...
|
#
55dcadae |
| 09-Mar-2022 |
Brandon Kim <brandonkim@google.com> |
pci_handler: Add pci_handler
Taken most of the logic from phoshpor-ipmi-flash: https://github.com/openbmc/phosphor-ipmi-flash/blob/master/tools/io.cpp
Tested: Unit Test + Tested this on a real mach
pci_handler: Add pci_handler
Taken most of the logic from phoshpor-ipmi-flash: https://github.com/openbmc/phosphor-ipmi-flash/blob/master/tools/io.cpp
Tested: Unit Test + Tested this on a real machine
Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I546d1dff8764e31c9f2fa6c7465ba23a24f6fdea
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 ...
|