4a0e2e3c | 18-May-2021 |
Nancy Yuen <yuenn@google.com> |
Add OWNERS plugin to google-misc.
Signed-off-by: Nancy Yuen <yuenn@google.com> Change-Id: I4d307e7a5d815ff24857548dfda22ee4febee9a7 |
4c68ffb8 | 16-Feb-2021 |
William A. Kennington III <wak@google.com> |
kcsbridge: Add alternative daemon
This removes the unused signal handling logic and ensures that the main event loop only drives timeouts from the management channel, and transitions back to reading
kcsbridge: Add alternative daemon
This removes the unused signal handling logic and ensures that the main event loop only drives timeouts from the management channel, and transitions back to reading when needed.
Change-Id: I01a70de8b301b5ba0b417922fd6a6555433e18b7 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
b056df69 | 23-Mar-2021 |
William A. Kennington III <wak@google.com> |
metrics-ipmi-blobs: Fix generated source dependency
Change-Id: I62e4a8ef65fd01ea12a7dcd7e5b6052fdeeee399 Signed-off-by: William A. Kennington III <wak@google.com> |
1285115c | 17-Mar-2021 |
William A. Kennington III <wak@google.com> |
meson: Fix build with 0.57.1
Meson doesn't like that we are symlinking subprojects outside the subproject directory. If we invert the links we are able to build again.
We also need to fix any proje
meson: Fix build with 0.57.1
Meson doesn't like that we are symlinking subprojects outside the subproject directory. If we invert the links we are able to build again.
We also need to fix any projects passing arguments which they don't actually accept.
Change-Id: Ie7adf82afabc1becc85c36b3cc632e8ebd4cae5b Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
15fe169d | 08-Mar-2021 |
Brandon Kim <brandonkim@google.com> |
acpi-power-state: Import from gBMC
Imported from the scripts repo
Google-Bug-Id: 182214245 Upstream: d416a695e0747be61d13cb1f1ddba9de2c10238a Signed-off-by: Brandon Kim <brandonkim@google.com> Chan
acpi-power-state: Import from gBMC
Imported from the scripts repo
Google-Bug-Id: 182214245 Upstream: d416a695e0747be61d13cb1f1ddba9de2c10238a Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Ib302ea4b6fb52f5579fcb91d00fd12705edc04d1
show more ...
|
3f43b7ee | 16-Feb-2021 |
William A. Kennington III <wak@google.com> |
metrics-ipmi-blobs: Refactor meson build
Change-Id: I7aae036339fd1429781237932a99ddc701d91d84 Signed-off-by: William A. Kennington III <wak@google.com> |
dab96f13 | 18-Feb-2021 |
Brandon Kim <brandonkim@google.com> |
Adding google license header to source files
This was done automatically using this script:
https://github.com/google/addlicense
``` go get -u github.com/google/addlicense $HOME/go/bin/addlicense
Adding google license header to source files
This was done automatically using this script:
https://github.com/google/addlicense
``` go get -u github.com/google/addlicense $HOME/go/bin/addlicense -c "Google LLC" -l apache . ```
Manually added the license headers to meson.build files as well
Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I7a17364912c8af2317a1d47a4222f7b3bdc5dc98
show more ...
|
b7b1c3f2 | 16-Feb-2021 |
William A. Kennington III <wak@google.com> |
metrics-ipmi-blobs: util: openbmc uses pragma once
Change-Id: I91e2b9fdd1eaabae877168c03c9e6c5d0dc57b40 Signed-off-by: William A. Kennington III <wak@google.com> |
03eba281 | 11-Feb-2021 |
Sui Chen <suichen@google.com> |
metrics-ipmi-blobs: Add from gBMC
Tested: ran CI locally.
1/5 ncsid / iface_test OK 0.01s 2/5 ncsid / sock_test OK 0.02s 3/5 ncsid / normalize_ip_
metrics-ipmi-blobs: Add from gBMC
Tested: ran CI locally.
1/5 ncsid / iface_test OK 0.01s 2/5 ncsid / sock_test OK 0.02s 3/5 ncsid / normalize_ip_test OK 0.02s 4/5 ncsid / normalize_mac_test OK 0.03s 5/5 metrics-ipmi-blobs / gtest test OK 0.01s
Signed-off-by: Sui Chen <suichen@google.com> Change-Id: Icaf266b170f96b062774c3ef90e59ddec9ea15c6
show more ...
|
a65b7b81 | 08-Feb-2021 |
William A. Kennington III <wak@google.com> |
Add missing googletest subproject
Change-Id: I67cb5c03e0a58c972fefc8a7a45c37548057cf31 Signed-off-by: William A. Kennington III <wak@google.com> |
7d6fa42f | 08-Feb-2021 |
William A. Kennington III <wak@google.com> |
ncsid: Import from gBMC
This is the initial code drop from gBMC.
Google-Bug-Id: 179618516 Upstream: 1e71af914bc8c54d8b91d0a1cf377e2696713c2f Change-Id: Ic653e8271dacd205e04f2bc713071ef2ec5936a4 Sig
ncsid: Import from gBMC
This is the initial code drop from gBMC.
Google-Bug-Id: 179618516 Upstream: 1e71af914bc8c54d8b91d0a1cf377e2696713c2f Change-Id: Ic653e8271dacd205e04f2bc713071ef2ec5936a4 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
ab79d7d9 | 08-Feb-2021 |
William A. Kennington III <wak@google.com> |
meson: Prepare for subprojects
Google-Bug-Id: 179721407 Change-Id: I517dcb47d7c73fa4f3c7fcc25146b77de50d69b8 Signed-off-by: William A. Kennington III <wak@google.com> |
11405544 | 08-Feb-2021 |
Brandon Kim <brandonkim@google.com> |
Create initial set of files.
Copy over Apache 2.0 license and create MAINTAINERS and basic README.md file.
Google-Bug-Id: 179721407 Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Ic1
Create initial set of files.
Copy over Apache 2.0 license and create MAINTAINERS and basic README.md file.
Google-Bug-Id: 179721407 Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Ic1b4fbb1d805768f7cf6d5f55d7539a8e1c0b192
show more ...
|
8745c956 | 08-Feb-2021 |
William A. Kennington III <wak@google.com> |
Add barebones build and ignore rules
Change-Id: Ib8b401d64fde065b824c9d180724de1184cfcf2e Signed-off-by: William A. Kennington III <wak@google.com> |
eae63eba | 30-Jan-2021 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
Initial empty repository
|