#
aade4adb |
| 18-Feb-2021 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Make snoop port optional for the daemon - In the current state, the daemon only works on the bmc systems that has the snooping port enabled, but for IBM systems, we communicate t
Make snoop port optional for the daemon - In the current state, the daemon only works on the bmc systems that has the snooping port enabled, but for IBM systems, we communicate the progress codes aka post codes via pldm. - In addition to the host, we also have couple of bmc applications that can post these codes during the early boot sequence. - The intent behind this commit is to make the snooping port argument optional for the snooping service, so that the daemon can still host the raw interface & the Raw value property for pldm to write into, even when the snooping device is not present. - This commit would try to address the following mailing list proposal. https://lore.kernel.org/openbmc/4795347F-477D-45EF-A145-0C7B163FE01B@getmailspring.com/ TestedBy: - meson builddir - ninja -C builddir - copy the snoopd daemon into a witherspoon system and make sure it hosts the dbus interface. - meson builddir - ninja -C builddir -Dsnoop-device=/dev/aspeed-lpc-snoop0 - copy the snoopd daemon into witherspoon and it fails to start beacause it could not find the snoop port. root@witherspoon:/tmp# Unable to open: /dev/aspeed-lpc-snoop0 [1]+ Done(255) ./snoopd Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I941897a7aea795f418494087ac8aa1fbc6ecf633
show more ...
|
#
49a18b22 |
| 28-Mar-2019 |
Patrick Venture <venture@google.com> |
build: install into bin instead of sbin Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Id795cf2e720191e04641a2b
build: install into bin instead of sbin Installs into bin instead of sbin per guidelines. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Id795cf2e720191e04641a2b12e802407e096ab2d
show more ...
|
#
ba7d1ec6 |
| 17-Oct-2018 |
Patrick Venture <venture@google.com> |
Push service file into repo Per systemd daemon guidelines, store the service file in the repository and install it via the bitbake recipe. Change-Id: I7da6f7a4d69513bb3358bb23a5
Push service file into repo Per systemd daemon guidelines, store the service file in the repository and install it via the bitbake recipe. Change-Id: I7da6f7a4d69513bb3358bb23a5ca63db789a9bab Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|