mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
7f43e71e8c
Register a notifier for a OPAL message indicating that the machine should prepare itself for a graceful power off. OPAL will tell us if the power off is a reboot or shutdown, but for now we perform the same orderly_poweroff action. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
12 lines
523 B
Makefile
12 lines
523 B
Makefile
obj-y += setup.o opal-wrappers.o opal.o opal-async.o
|
|
obj-y += opal-rtc.o opal-nvram.o opal-lpc.o opal-flash.o
|
|
obj-y += rng.o opal-elog.o opal-dump.o opal-sysparam.o opal-sensor.o
|
|
obj-y += opal-msglog.o opal-hmi.o opal-power.o
|
|
|
|
obj-$(CONFIG_SMP) += smp.o subcore.o subcore-asm.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
|
|
obj-$(CONFIG_TRACEPOINTS) += opal-tracepoints.o
|