| commit | 4d6ecffe4b310c0607620b70a7f81769c801a6e9 | [log] [tgz] |
|---|---|---|
| author | Josh Lehan <krellan@google.com> | Mon Jul 17 04:58:14 2023 -0700 |
| committer | Josh Lehan <krellan@google.com> | Tue Jul 25 11:27:31 2023 +0000 |
| tree | a1405a41999e0e1cafbde170bcfc5b3b291c36f6 | |
| parent | aac6c7520f1b534a9e7a9debea33d696f99651ec [diff] |
smbios-mdr: Add gRPC support for receiving SMBIOS from remote This contains the gRPC boilerplate code to set up and start a local server, to receive the SmbiosTransfer protobuf from a remote source. Three TCP ports are allocated, for now. This is to help disambiguate remote sources, by having each of them arrive on a different port. The protocol is identical among all of the ports. An example application of these TCP ports: https://github.com/openbmc/openbmc/blob/master/meta-google/recipes-google/networking/gbmc-bridge/50-gbmc-br-cn-redirect.rules This will not be used unless the gRPC option is enabled, which will come in the next patch. Patch Tracking Bug: b/291659329 Upstream info / review: https://gerrit.openbmc.org/c/openbmc/smbios-mdr/+/65049 Upstream-Status: Pending Justification: Pending upstream review Google-Bug-Id: 289443521 Change-Id: Ic435fd1ceb0141d38f2416c4f868428be5ffa748 Signed-off-by: Josh Lehan <krellan@google.com>