commit | 1d72cfaaed0a436d2c5793525fef0f72a7a84fef | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Thu Jan 20 07:53:37 2022 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Fri Jan 21 10:14:51 2022 +1030 |
tree | 9015b84c905820bcbdf1717dadc352251d7aeb90 | |
parent | 1348d52b6b5367554a9f4a30dadd536c3ded6f1e [diff] |
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
debug-trigger
listens for an external signal that the BMC is in some way unresponsive. When the signal is received it triggers a crash to collect debug data and reboots the system in the hope that it will recover.
debug-trigger
implements a simple protocol over an LPC KCS device as its trigger source.
debug-trigger
implements a single action once the trigger event is received, which is to crash the kernel via /proc/sysrq-trigger
. For systems with kdump configured this results in collection of system state as context for why the system was externally unresponsive.