diff options
author | Chen, Gong <gong.chen@linux.intel.com> | 2013-12-06 01:17:08 -0500 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2013-12-11 18:06:47 +0100 |
commit | c700f013adb0ec57518a7fe0163e3117659ce249 (patch) | |
tree | 6912ad9bc257178853c1f1c7e7c643391227dde7 /Documentation | |
parent | 545104dd2ba0feb62544284ee1d6c98fe6ef8245 (diff) | |
download | op-kernel-dev-c700f013adb0ec57518a7fe0163e3117659ce249.zip op-kernel-dev-c700f013adb0ec57518a7fe0163e3117659ce249.tar.gz |
EDAC: Add an edac_report parameter to EDAC
This new parameter is used to control how to report HW error reporting,
especially for newer Intel platform, like Ivybridge-EX, which contains
an enhanced error decoding functionality in the firmware, i.e. eMCA.
Signed-off-by: Chen, Gong <gong.chen@linux.intel.com>
Acked-by: Tony Luck <tony.luck@intel.com>
Link: http://lkml.kernel.org/r/1386310630-12529-2-git-send-email-gong.chen@linux.intel.com
[ Boris: massage commit message. ]
Signed-off-by: Borislav Petkov <bp@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 50680a5..453092c 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -881,6 +881,14 @@ bytes respectively. Such letter suffixes can also be entirely omitted. The xen output can only be used by Xen PV guests. + edac_report= [HW,EDAC] Control how to report EDAC event + Format: {"on" | "off" | "force"} + on: enable EDAC to report H/W event. May be overridden + by other higher priority error reporting module. + off: disable H/W event reporting through EDAC. + force: enforce the use of EDAC to report H/W event. + default: on. + ekgdboc= [X86,KGDB] Allow early kernel console debugging ekgdboc=kbd |