commit | 20ed74db38b328f78e72c5fe3121a6a90d6efe01 | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Sat Mar 26 13:50:57 2022 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Tue Mar 29 13:19:15 2022 -0500 |
tree | c4dc702e4c06dabef1c58820c924fca3c896a4cb | |
parent | 67b8229bb320440685b807ea911fc8d73c543ffc [diff] |
Enable `lg2` logs to be printed to stderr in test Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Ie4922b3bf6adeeb1e6dbe8db7e76ed8ae605d754
In the event of a system fatal error reported by the internal system hardware (processor chips, memory chips, I/O chips, system memory, etc.), POWER Systems have the ability to diagnose the root cause of the failure and perform any service action needed to avoid repeated system failures.
Aditional details TBD.
For a standard OpenBMC release build, you want something like:
meson -Dtests=disabled <build_dir> ninja -C <build_dir> ninja -C <build_dir> install
For a test / debug build, a typical configuration is:
meson -Dtests=enabled <build_dir> ninja -C <build_dir> test