From 11d47db77ef4d118c75e9e23ad8c4ca9663d0fff Mon Sep 17 00:00:00 2001 From: Doug Gilbert Date: Fri, 16 May 2014 15:16:15 -0500 Subject: Merge GPIO commits from Stradale code base Change-Id: Ibadeb72f563d86aa933734c7db20a50b19485ac7 RTC: 97490 Origin: Google Shared Technology Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11501 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/usr/initservice/extinitsvc/extinitsvctasks.H | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'src/usr/initservice/extinitsvc') diff --git a/src/usr/initservice/extinitsvc/extinitsvctasks.H b/src/usr/initservice/extinitsvc/extinitsvctasks.H index 2a4a0968b..e51865af6 100644 --- a/src/usr/initservice/extinitsvc/extinitsvctasks.H +++ b/src/usr/initservice/extinitsvc/extinitsvctasks.H @@ -5,7 +5,10 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2014 */ +/* Contributors Listed Below - COPYRIGHT 2011,2014 */ +/* [+] Google Inc. */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -31,6 +34,7 @@ #include #include "extinitsvc.H" +#include namespace INITSERVICE { @@ -305,6 +309,20 @@ const TaskInfo g_exttaskinfolist[] = { } }, +#ifdef CONFIG_GPIODD + /** + * @brief GPIO code library + */ + { + "libgpio.so" , // taskname + NULL, // no pointer to fn + { + INIT_TASK, // task type + EXT_IMAGE, // Extended Module + } + }, +#endif + // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! // NOTE: libistepdisp.so needs to always be last in this list!! -- cgit v1.2.1