Message ID | 1492135824-15674-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
Headers | show
Delivered-To: patch@linaro.org Received: by 10.140.109.52 with SMTP id k49csp101233qgf; Thu, 13 Apr 2017 19:12:57 -0700 (PDT) X-Received: by 10.223.139.91 with SMTP id v27mr522160wra.9.1492135977255; Thu, 13 Apr 2017 19:12:57 -0700 (PDT) Return-Path: <u-boot-bounces@lists.denx.de> Received: from lists.denx.de (dione.denx.de. [81.169.180.215]) by mx.google.com with ESMTP id g142si15736808wmd.60.2017.04.13.19.12.56; Thu, 13 Apr 2017 19:12:57 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) client-ip=81.169.180.215; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by lists.denx.de (Postfix, from userid 105) id A6FD9C21CC6; Fri, 14 Apr 2017 02:12:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id CB362C21CC5; Fri, 14 Apr 2017 02:11:26 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id F38A1C21CC8; Fri, 14 Apr 2017 02:11:15 +0000 (UTC) Received: from conuserg-10.nifty.com (conuserg-10.nifty.com [210.131.2.77]) by lists.denx.de (Postfix) with ESMTPS id 11A1EC21CC9 for <u-boot@lists.denx.de>; Fri, 14 Apr 2017 02:11:09 +0000 (UTC) Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-10.nifty.com with ESMTP id v3E2ARiX004239; Fri, 14 Apr 2017 11:10:27 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com v3E2ARiX004239 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1492135827; bh=qyU7nqHH3SrT+RRMGjQt1nMez/5ub/TwSVTVNzf5XCI=; h=From:To:Cc:Subject:Date:From; b=XRdZzLDcGhEWrRNml15E4K4JPGmW0d1Fqk1g9jyqr8cgGDZskIsTm/4iadb6k6Ju9 8TBgSYui71Iv9OT5/uMw4ifgKNdl0lm5tDE0FLfiM6jTTZMKxv4okOF6Xv0EOTjsQ2 56HfsyVpdaqCFcReqZOwQmDJeXD9RmU6iIxhLbB296faYxQH4HRNc2l4TNXCnbJTGs iGffho93RIMaQg0OH1NBbtdFhcOK4qx03Zu7jal7iBGVM/COP7RsvGfLgCqgyXf/Gq N+F3c1AQlLyfrkvBMJL/6Zu9QBq4ZGGZMF/HugOrAr4iCPfrxzYFxFQlAOrIJ6efbU B0fQaLtGJ2Esg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada <yamada.masahiro@socionext.com> To: u-boot@lists.denx.de Date: Fri, 14 Apr 2017 11:10:21 +0900 Message-Id: <1492135824-15674-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Cc: Tom Rini <trini@konsulko.com> Subject: [U-Boot] [PATCH v3 0/3] ARM: support System Reset via PSCI X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion <u-boot.lists.denx.de> List-Unsubscribe: <https://lists.denx.de/options/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=unsubscribe> List-Archive: <http://lists.denx.de/pipermail/u-boot/> List-Post: <mailto:u-boot@lists.denx.de> List-Help: <mailto:u-boot-request@lists.denx.de?subject=help> List-Subscribe: <https://lists.denx.de/listinfo/u-boot>, <mailto:u-boot-request@lists.denx.de?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" <u-boot-bounces@lists.denx.de> |
Series |
ARM: support System Reset via PSCI
|
expand
|