From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:400e:c01::241; helo=mail-pl0-x241.google.com; envelope-from=haojian.zhuang@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-pl0-x241.google.com (mail-pl0-x241.google.com [IPv6:2607:f8b0:400e:c01::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 76FA8209603DB for ; Wed, 23 May 2018 08:15:10 -0700 (PDT) Received: by mail-pl0-x241.google.com with SMTP id n10-v6so13229083plp.0 for ; Wed, 23 May 2018 08:15:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=HQH1hEo1O3Fr0g9tIc26415Si2AHV8l76d45h/VzFFc=; b=AkLWW7ImidSK5Gz4Y5/luK32fh84n6XzcWRc5ywOm/ZypFfOtppdiPlLSkka0a2edN MtP3bu9koXuB3m6vog1+4yAOs51Gxn96GrCW0gg2o6nF7uTplRnRb2S3Dy3ICPPvXlBg e2Nj9z/jqfSRqftAbvQb/CgcAyah4fto0nOOE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=HQH1hEo1O3Fr0g9tIc26415Si2AHV8l76d45h/VzFFc=; b=GqVkUO1r0MhUkED5YncxmuZnqZXTiGljZYN+8Q+8PCTSgt856SjZm/nUyVgRiGVJCg 6JTQBkY44Ua6FCaQh+hygsiX0Eu1RUeCjKnmGmjLrEUe1r1MQF0Qp4aJj3o49mmIinO+ PbgEsSfoCJ14FI58vl+tKp4124bPsbuR6E4+Z3qfh38Sog1UjpIeoR5q5JK18P4DXTGI fBBWMrX7hiSd0BvHsYDXOLErmh/GC/RntTDjJtZ6A7O/bz6zHrWKRXsU1qy8kpDMqgIA i09dtL4GLSR5Fzw+td4DYRC8YUeOgSMm4lk9TntYDDm2AXW7P81+Xv2xEDdBx8HkKS0z jm5A== X-Gm-Message-State: ALKqPwdnmrlNQydKyJHS0+ds+WCcjoZ4IW+O33ziSnnpJ09kp7f8JX2c cFlcKxfYsDe2ftM/s9O7mTqy1uGh13M= X-Google-Smtp-Source: AB8JxZp0Swtju/HdJ6RoMee3oDDKvawz0PGVyY/+6I/0xVFja4Cdr5YAtr0QXOhbHxg3sKwG5HodBw== X-Received: by 2002:a17:902:9a95:: with SMTP id w21-v6mr3282467plp.168.1527088509825; Wed, 23 May 2018 08:15:09 -0700 (PDT) Received: from localhost.localdomain ([64.64.108.17]) by smtp.gmail.com with ESMTPSA id s16-v6sm30466511pfm.114.2018.05.23.08.15.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 23 May 2018 08:15:08 -0700 (PDT) From: Haojian Zhuang To: edk2-devel@lists.01.org Cc: Haojian Zhuang , Leif Lindholm , Ard Biesheuvel Date: Wed, 23 May 2018 23:14:52 +0800 Message-Id: <1527088497-495-2-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1527088497-495-1-git-send-email-haojian.zhuang@linaro.org> References: <1527088497-495-1-git-send-email-haojian.zhuang@linaro.org> Subject: [PATCH edk2-platforms v5 1/6] Platform/Hisilicon/HiKey960: add gpio platform driver 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, 23 May 2018 15:15:10 -0000 Add gpio platform driver to enable GPIO in HiKey960 platform. Cc: Leif Lindholm Cc: Ard Biesheuvel Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Haojian Zhuang Reviewed-by: Leif Lindholm --- Platform/Hisilicon/HiKey960/HiKey960.dsc | 1 + Platform/Hisilicon/HiKey960/HiKey960.fdf | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform/Hisilicon/HiKey960/HiKey960.dsc b/Platform/Hisilicon/HiKey960/HiKey960.dsc index 36f43956ab40..3da1b8556321 100644 --- a/Platform/Hisilicon/HiKey960/HiKey960.dsc +++ b/Platform/Hisilicon/HiKey960/HiKey960.dsc @@ -179,6 +179,7 @@ [Components.common] # # GPIO # + Platform/Hisilicon/HiKey960/HiKey960GpioDxe/HiKey960GpioDxe.inf ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf # diff --git a/Platform/Hisilicon/HiKey960/HiKey960.fdf b/Platform/Hisilicon/HiKey960/HiKey960.fdf index 655032a36c53..162dbaaf2646 100644 --- a/Platform/Hisilicon/HiKey960/HiKey960.fdf +++ b/Platform/Hisilicon/HiKey960/HiKey960.fdf @@ -120,6 +120,7 @@ [FV.FvMain] # # GPIO # + INF Platform/Hisilicon/HiKey960/HiKey960GpioDxe/HiKey960GpioDxe.inf INF ArmPlatformPkg/Drivers/PL061GpioDxe/PL061GpioDxe.inf # -- 2.7.4