1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 29b45ef44SBorislav Petkovmenuconfig RAS 39b45ef44SBorislav Petkov bool "Reliability, Availability and Serviceability (RAS) features" 49b45ef44SBorislav Petkov help 59b45ef44SBorislav Petkov Reliability, availability and serviceability (RAS) is a computer 69b45ef44SBorislav Petkov hardware engineering term. Computers designed with higher levels 79b45ef44SBorislav Petkov of RAS have a multitude of features that protect data integrity 89b45ef44SBorislav Petkov and help them stay available for long periods of time without 99b45ef44SBorislav Petkov failure. 109b45ef44SBorislav Petkov 119b45ef44SBorislav Petkov Reliability can be defined as the probability that the system will 129b45ef44SBorislav Petkov produce correct outputs up to some given time. Reliability is 139b45ef44SBorislav Petkov enhanced by features that help to avoid, detect and repair hardware 149b45ef44SBorislav Petkov faults. 159b45ef44SBorislav Petkov 169b45ef44SBorislav Petkov Availability is the probability a system is operational at a given 179b45ef44SBorislav Petkov time, i.e. the amount of time a device is actually operating as the 189b45ef44SBorislav Petkov percentage of total time it should be operating. 199b45ef44SBorislav Petkov 209b45ef44SBorislav Petkov Serviceability or maintainability is the simplicity and speed with 219b45ef44SBorislav Petkov which a system can be repaired or maintained; if the time to repair 229b45ef44SBorislav Petkov a failed system increases, then availability will decrease. 239b45ef44SBorislav Petkov 249b45ef44SBorislav Petkov Note that Reliability and Availability are distinct concepts: 259b45ef44SBorislav Petkov Reliability is a measure of the ability of a system to function 269b45ef44SBorislav Petkov correctly, including avoiding data corruption, whereas Availability 279b45ef44SBorislav Petkov measures how often it is available for use, even though it may not 289b45ef44SBorislav Petkov be functioning correctly. For example, a server may run forever and 299b45ef44SBorislav Petkov so have ideal availability, but may be unreliable, with frequent 309b45ef44SBorislav Petkov data corruption. 319b45ef44SBorislav Petkov 329b45ef44SBorislav Petkovif RAS 336c36dfe9SBorislav Petkov 348636a1f9SMasahiro Yamadasource "arch/x86/ras/Kconfig" 353f317499SYazen Ghannamsource "drivers/ras/amd/atl/Kconfig" 366c36dfe9SBorislav Petkov 37*6f15e617SYazen Ghannamconfig RAS_FMPM 38*6f15e617SYazen Ghannam tristate "FRU Memory Poison Manager" 39*6f15e617SYazen Ghannam default m 40*6f15e617SYazen Ghannam depends on AMD_ATL && ACPI_APEI 41*6f15e617SYazen Ghannam help 42*6f15e617SYazen Ghannam Support saving and restoring memory error information across reboot 43*6f15e617SYazen Ghannam using ACPI ERST as persistent storage. Error information is saved with 44*6f15e617SYazen Ghannam the UEFI CPER "FRU Memory Poison" section format. 45*6f15e617SYazen Ghannam 46*6f15e617SYazen Ghannam Memory will be retired during boot time and run time depending on 47*6f15e617SYazen Ghannam platform-specific policies. 48*6f15e617SYazen Ghannam 499b45ef44SBorislav Petkovendif 50