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 <hejunhao3@huawei.com>
This commit is contained in:
Junhao He 2024-10-12 09:48:38 +08:00
parent da5b429baf
commit c9ccabd777

View File

@ -1,6 +1,6 @@
Name: rasdaemon Name: rasdaemon
Version: 0.6.7 Version: 0.6.7
Release: 22 Release: 23
License: GPLv2 License: GPLv2
Summary: Utility to get Platform Reliability, Availability and Serviceability (RAS) reports via the Kernel tracing events Summary: Utility to get Platform Reliability, Availability and Serviceability (RAS) reports via the Kernel tracing events
URL: https://github.com/mchehab/rasdaemon.git URL: https://github.com/mchehab/rasdaemon.git
@ -79,7 +79,7 @@ autoheader
libtoolize --automake --copy --debug --force libtoolize --automake --copy --debug --force
automake --add-missing automake --add-missing
%ifarch %{arm} aarch64 %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 %else
%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report --enable-devlink --enable-diskerror %configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog --enable-abrt-report --enable-devlink --enable-diskerror
%endif %endif
@ -114,6 +114,12 @@ if [ $1 -eq 0 ] ; then
fi fi
%changelog %changelog
* Sat Oct 12 2024 Junhao He <hejunhao3@huawei.com> - 0.6.7-23
- Type:feature
- ID:NA
- SUG:NA
- DESC:Enable build HiSilicon HBM Memory ACLS
* Sat Aug 31 2024 Junhao He <hejunhao3@huawei.com> - 0.6.7-22 * Sat Aug 31 2024 Junhao He <hejunhao3@huawei.com> - 0.6.7-22
- Type:feature - Type:feature
- ID:NA - ID:NA