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 ...
|
1d0c3566 | 06-Jun-2022 |
Brandon Kim <brandonkim@google.com> |
Split DataInterface from pci_handler.hpp
In case we add more data interface in the future, we should be separating out the DataInterface class from the pci_handler.hpp
Signed-off-by: Brandon Kim <b
Split DataInterface from pci_handler.hpp
In case we add more data interface in the future, we should be separating out the DataInterface class from the pci_handler.hpp
Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I220b293a3daf1f7aa0ef2daf07c2ef48026be8c0
show more ...
|
a1a69f19 | 27-May-2022 |
kasunath <kasunath@google.com> |
Add a class to handle RDE BEJ dictionary data
This class is used to store RDE BEJ dictionary data transmitted through bios-bmc circular buffer interface.
Signed-off-by: Kasun Athukorala <kasunath@g
Add a class to handle RDE BEJ dictionary data
This class is used to store RDE BEJ dictionary data transmitted through bios-bmc circular buffer interface.
Signed-off-by: Kasun Athukorala <kasunath@google.com> Change-Id: Idf7726a9f4647885ede615229d507f233ffb13c5
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 ...
|
b6389b92 | 09-Mar-2022 |
Brandon Kim <brandonkim@google.com> |
service_files: Add a simple service file
Tested: Verified that the @BINDIR@ is correctly overwritten
Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I89feb7a133b3cabd75f8de7ee2b0c86d8
service_files: Add a simple service file
Tested: Verified that the @BINDIR@ is correctly overwritten
Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I89feb7a133b3cabd75f8de7ee2b0c86d8003e8a4
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 ...
|
638384c5 | 10-May-2022 |
Brandon Kim <brandonkim@google.com> |
Add initial set of files
Includes LICENSE, OWNERS, MAINTAINERS, README.md, .gitignore, .clang-tidy, and .clang-format and a basic README.md
Signed-off-by: Brandon Kim <brandonkim@google.com> Change
Add initial set of files
Includes LICENSE, OWNERS, MAINTAINERS, README.md, .gitignore, .clang-tidy, and .clang-format and a basic README.md
Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I943ba7524046e23d7949fcaa8c3947ee01ba81e0
show more ...
|
2e24f227 | 09-May-2022 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
Initial empty repository
|