From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=92.121.34.21; helo=inva021.nxp.com; envelope-from=meenakshi.aggarwal@nxp.com; receiver=edk2-devel@lists.01.org Received: from inva021.nxp.com (inva021.nxp.com [92.121.34.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 1630C2263DD8A for ; Wed, 18 Apr 2018 01:42:38 -0700 (PDT) Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 5DD33200104; Wed, 18 Apr 2018 10:42:37 +0200 (CEST) Received: from inv0113.in-blr01.nxp.com (inv0113.in-blr01.nxp.com [165.114.116.118]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 24FDD200100; Wed, 18 Apr 2018 10:42:37 +0200 (CEST) Received: from uefi-OptiPlex-790.ap.freescale.net (uefi-OptiPlex-790.ap.freescale.net [10.232.132.78]) by inv0113.in-blr01.nxp.com (Postfix) with ESMTP id 2901E33F; Wed, 18 Apr 2018 14:12:36 +0530 (IST) From: Meenakshi Aggarwal To: ard.biesheuvel@linaro.org, leif.lindholm@linaro.org, michael.d.kinney@intel.com, lersek@redhat.com, edk2-devel@lists.01.org Date: Wed, 18 Apr 2018 19:59:57 +0530 Message-Id: <1524061798-3331-1-git-send-email-meenakshi.aggarwal@nxp.com> X-Mailer: git-send-email 1.9.1 X-Virus-Scanned: ClamAV using ClamSMTP Subject: [PATCH edk2-platforms [Changes Suggested by Leif]] Watchdog Driver Patch X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Apr 2018 08:42:39 -0000 Replace Mmio R/W functions with function pointer as these can be little or big endian for Watchdog device. Meenakshi Aggarwal (1): Silicon/NXP : Add support for Watchdog driver Silicon/NXP/Drivers/WatchDog/WatchDog.c | 422 +++++++++++++++++++++++++++ Silicon/NXP/Drivers/WatchDog/WatchDog.h | 46 +++ Silicon/NXP/Drivers/WatchDog/WatchDogDxe.inf | 47 +++ 3 files changed, 515 insertions(+) create mode 100644 Silicon/NXP/Drivers/WatchDog/WatchDog.c create mode 100644 Silicon/NXP/Drivers/WatchDog/WatchDog.h create mode 100644 Silicon/NXP/Drivers/WatchDog/WatchDogDxe.inf -- 1.9.1