#
86094694 |
| 13-Jan-2022 |
Andrew Jeffery <andrew@aj.id.au> |
main: Add a 'dbus' set of sink actions
The sysrq sink actions are are intended for use with kdump, which will capture relevant kernel and userspace memory. It's implementation is thus pretty straigh
main: Add a 'dbus' set of sink actions
The sysrq sink actions are are intended for use with kdump, which will capture relevant kernel and userspace memory. It's implementation is thus pretty straight forward.
Most BMCs don't use kdump, so implement a set of sink actions that talk via D-Bus to generate a dump and gracefully reboot the BMC.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I126b0118faaa793011268a785eeb955139739eaf
show more ...
|
#
1d72cfaa |
| 19-Jan-2022 |
Andrew Jeffery <andrew@aj.id.au> |
meson: Add some compiler options
I got caught out by CI using stricter configuration, so add CI's configuration as the default set of options to meson.
Signed-off-by: Andrew Jeffery <andrew@aj.id.a
meson: Add some compiler options
I got caught out by CI using stricter configuration, so add CI's configuration as the default set of options to meson.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I6932a231d2162de751eb5dd49b1abfdd97a0eb1d
show more ...
|
#
15fe59cb |
| 14-Jun-2021 |
Andrew Jeffery <andrew@aj.id.au> |
meson: Remove redundant udevrules list
This was left over after the change in configuration strategy in the previous commit.
Fixes: 20017150d229 ("meson: Improve maintainability of build options")
meson: Remove redundant udevrules list
This was left over after the change in configuration strategy in the previous commit.
Fixes: 20017150d229 ("meson: Improve maintainability of build options") Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Icd7547fd06176440a760debd67aed5048681d688
show more ...
|
#
20017150 |
| 09-Jun-2021 |
Andrew Jeffery <andrew@aj.id.au> |
meson: Improve maintainability of build options
Exploit the array type for meson options to reduce the build system and recipe noise with respect to the trigger selection. Discussion on how this cou
meson: Improve maintainability of build options
Exploit the array type for meson options to reduce the build system and recipe noise with respect to the trigger selection. Discussion on how this could be achieved occurred on the associated recipe patch:
https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/42911
Suggested-by: Patrick Williams <patrick@stwcx.xyz> Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Iaf38224047e24d10898063ee358e6f6164592001
show more ...
|
#
11cd254b |
| 02-May-2021 |
Andrew Jeffery <andrew@aj.id.au> |
debug-trigger: Do what we can to debug unresponsive systems
debug-trigger is a small daemon which translates an external signal that the system is unresponsive into a system crash for debug data col
debug-trigger: Do what we can to debug unresponsive systems
debug-trigger is a small daemon which translates an external signal that the system is unresponsive into a system crash for debug data collection.
Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: Ic04f1a95aaf651d56b75f5261d8a6f76d34477a7
show more ...
|