Get the memory errors reported by opal and plumb it into memory poison infrastructure. This patch uses new messaging channel infrastructure to pull the fsp memory errors to linux. Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
10 lines
351 B
Makefile
10 lines
351 B
Makefile
obj-y += setup.o opal-takeover.o opal-wrappers.o opal.o
|
|
obj-y += opal-rtc.o opal-nvram.o opal-lpc.o opal-flash.o
|
|
obj-y += rng.o
|
|
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
obj-$(CONFIG_PCI) += pci.o pci-p5ioc2.o pci-ioda.o
|
|
obj-$(CONFIG_EEH) += eeh-ioda.o eeh-powernv.o
|
|
obj-$(CONFIG_PPC_SCOM) += opal-xscom.o
|
|
obj-$(CONFIG_MEMORY_FAILURE) += opal-memory-errors.o
|