diff options
author | Prachi Gupta <pragupta@us.ibm.com> | 2015-11-13 10:35:37 -0600 |
---|---|---|
committer | Patrick Williams <iawillia@us.ibm.com> | 2015-12-11 15:30:28 -0600 |
commit | 3273e7387ba43cce84e8431acc414a943a687f36 (patch) | |
tree | 2de7206a9aa6e2b7a6cc134de09d6afc4ee68ab4 /src/usr/initservice/extinitsvc | |
parent | b06ecf7fa73668849af09d5f4a372629516f3565 (diff) | |
download | talos-hostboot-3273e7387ba43cce84e8431acc414a943a687f36.tar.gz talos-hostboot-3273e7387ba43cce84e8431acc414a943a687f36.zip |
Remove all compile dependencies on old fapi
Change-Id: Ia1633645fe2b294fecd15a8ede67983b86d3549c
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22283
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/initservice/extinitsvc')
-rw-r--r-- | src/usr/initservice/extinitsvc/extinitsvctasks.H | 96 |
1 files changed, 14 insertions, 82 deletions
diff --git a/src/usr/initservice/extinitsvc/extinitsvctasks.H b/src/usr/initservice/extinitsvc/extinitsvctasks.H index 959f19b68..964649179 100644 --- a/src/usr/initservice/extinitsvc/extinitsvctasks.H +++ b/src/usr/initservice/extinitsvc/extinitsvctasks.H @@ -240,89 +240,8 @@ const TaskInfo g_exttaskinfolist[] = { EXT_IMAGE, // Extended Module } }, - /** - * @brief ecmddatabuffer task, - */ - { - "libecmddatabuffer.so" , // taskname - NULL, // no pointer to fn - { - INIT_TASK, // task type - EXT_IMAGE, // Extended Module - } - }, - - /** - * @brief fapi task, - */ - { - "libfapi.so" , // taskname - NULL, // no pointer to fn - { - INIT_TASK, // task type - EXT_IMAGE, // Extended Module - } - }, - - /** - * @brief hwp task, - */ - { - "libhwp.so" , // taskname - NULL, // no pointer to fn - { - INIT_TASK, // task type - EXT_IMAGE, // Extended Module - } - }, - - /** - * @brief plat task, - */ - { - "libplat.so" , // taskname - NULL, // no pointer to fn - { - START_TASK, // task type - EXT_IMAGE, // Extended Module - } - }, - // @todo RTC:137627 - remove for p9 bringup #if (0) - /** - * @brief Start slave threads - */ - { - "libthread_activate.so" , // taskname - NULL, // no pointer to fn - { - START_TASK, // task type - EXT_IMAGE, // Extended Module - } - }, - { - "libthread_activate.so" , // taskname - NULL, // no pointer to fn - { - UNINIT_TASK, // task type - EXT_IMAGE, // Extended Module - } - }, -#endif - - /** - * @brief bus_training library. - */ - { - "libbus_training.so", // library name - NULL, // no function to run - { - INIT_TASK, // init only - EXT_IMAGE, // extended image module - } - }, - // No mdia in VPO #ifndef CONFIG_VPO_COMPILE /** @@ -362,6 +281,7 @@ const TaskInfo g_exttaskinfolist[] = { } }, +#endif #ifdef CONFIG_GPIODD /** * @brief GPIO code library @@ -390,7 +310,19 @@ const TaskInfo g_exttaskinfolist[] = { }, #endif - + /** + * @brief Common istep functions + * + * + */ + { + "libisteps.so" , // taskname + NULL, // no pointer to fn + { + INIT_TASK, // task type + EXT_IMAGE, // Extended Module + } + }, // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! // NOTE: libistepdisp.so needs to always be last in this list!! |