From c9ccabd77718e5a36dc1b33c813fbe1ffc0acaab Mon Sep 17 00:00:00 2001 From: Junhao He Date: Sat, 12 Oct 2024 09:48:38 +0800 Subject: [PATCH] Enable build HiSilicon HBM Memory ACLS HiSilicon HBM Memory ACLS is built by default. You can dynamically turn on or off the the HiSilicon HBM Memory ACLS by setting the rasdaemon environment variable "HISI_HBM_MEMORY_ACLS". Signed-off-by: Junhao He --- rasdaemon.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/rasdaemon.spec b/rasdaemon.spec index ae2be5e..9fbac8e 100644 --- a/rasdaemon.spec +++ b/rasdaemon.spec @@ -1,6 +1,6 @@ Name: rasdaemon Version: 0.6.7 -Release: 22 +Release: 23 License: GPLv2 Summary: Utility to get Platform Reliability, Availability and Serviceability (RAS) reports via the Kernel tracing events URL: https://github.com/mchehab/rasdaemon.git @@ -79,7 +79,7 @@ autoheader libtoolize --automake --copy --debug --force automake --add-missing %ifarch %{arm} aarch64 -%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report --enable-devlink --enable-diskerror --enable-non-standard --enable-hisi-ns-decode --enable-arm --enable-memory-failure --enable-memory-ce-pfa --enable-cpu-fault-isolation +%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report --enable-devlink --enable-diskerror --enable-non-standard --enable-hisi-ns-decode --enable-arm --enable-memory-failure --enable-memory-ce-pfa --enable-cpu-fault-isolation --enable-hisi-hbm-memory-acls %else %configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report --enable-devlink --enable-diskerror %endif @@ -114,6 +114,12 @@ if [ $1 -eq 0 ] ; then fi %changelog +* Sat Oct 12 2024 Junhao He - 0.6.7-23 +- Type:feature +- ID:NA +- SUG:NA +- DESC:Enable build HiSilicon HBM Memory ACLS + * Sat Aug 31 2024 Junhao He - 0.6.7-22 - Type:feature - ID:NA -- Gitee