diff options
author | Anshuman Khandual <khandual@linux.vnet.ibm.com> | 2014-08-13 14:27:44 +0530 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-08-13 19:01:36 +1000 |
commit | 0a22f85f524f366a3e2ef2af4a3faa0e9cef26ca (patch) | |
tree | 8738d392c6bac1af311c49d64ea30f7ffb714a9f /hw/fsp/Makefile.inc | |
parent | 41534a8beee61413ef302370375f56542b8f029f (diff) | |
download | talos-skiboot-0a22f85f524f366a3e2ef2af4a3faa0e9cef26ca.tar.gz talos-skiboot-0a22f85f524f366a3e2ef2af4a3faa0e9cef26ca.zip |
dpo: Move the FSP async messagae handling into a separate file
This patch moves the DPO message handling from FSP core code into
a separate file to make it more cleaner and to add OPAL interfaces
in the subsequent patch. It does not change anything functionally.
Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'hw/fsp/Makefile.inc')
-rw-r--r-- | hw/fsp/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/fsp/Makefile.inc b/hw/fsp/Makefile.inc index 95f1f04d..d4654d5f 100644 --- a/hw/fsp/Makefile.inc +++ b/hw/fsp/Makefile.inc @@ -3,7 +3,7 @@ SUBDIRS += hw/fsp FSP_OBJS = fsp.o fsp-console.o fsp-rtc.o fsp-nvram.o fsp-sysparam.o FSP_OBJS += fsp-surveillance.o fsp-codeupdate.o fsp-sensor.o FSP_OBJS += fsp-diag.o fsp-leds.o fsp-mem-err.o fsp-op-panel.o -FSP_OBJS += fsp-elog-read.o fsp-elog-write.o fsp-epow.o +FSP_OBJS += fsp-elog-read.o fsp-elog-write.o fsp-epow.o fsp-dpo.o FSP_OBJS += fsp-dump.o fsp-mdst-table.o FSP_OBJS += fsp-attn.o FSP = hw/fsp/built-in.o |