Message ID | 1492051153-12817-1-git-send-email-yamada.masahiro@socionext.com |
---|---|
Headers | show
Delivered-To: patch@linaro.org Received: by 10.140.109.52 with SMTP id k49csp533261qgf; Wed, 12 Apr 2017 19:45:06 -0700 (PDT) X-Received: by 10.28.220.193 with SMTP id t184mr951932wmg.63.1492051506869; Wed, 12 Apr 2017 19:45:06 -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 r10si23209300wrc.146.2017.04.12.19.45.06; Wed, 12 Apr 2017 19:45:06 -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 6C7DEC21C80; Thu, 13 Apr 2017 02:44:07 +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 26F0DC21C83; Thu, 13 Apr 2017 02:44:06 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 15893C21C60; Thu, 13 Apr 2017 02:40: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 25DD8C21C66 for <u-boot@lists.denx.de>; Thu, 13 Apr 2017 02:40:10 +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 v3D2dOaj009516; Thu, 13 Apr 2017 11:39:24 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com v3D2dOaj009516 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1492051164; bh=ek97C8TdbNRAnYWwwq8fgdXWDP4Iy1WbEty8vpc6kh8=; h=From:To:Cc:Subject:Date:From; b=iarQh6Zz4kYQrvcMiajESfy4b7P+owwMItJHOcpjYdZKG1KbBljQImCWCHDJD/oOs ifTCJLQ+gSFK1IzNF3SueKKdtRNUqvpU2EKZjrRRE10J43yOqE944ALirsiMEh7odp 4CWOxWt3e6mcm54wZZobdfR9v5NL7RoYAhInNdPR5XPuzf/mPQ9YaFMiQtlXoMy+Pq WPaSmLnzhaD1PkYee8AIYf/WzRIr/8Eb61qbsy3jd02xxOOZRvOArwViCfCuMj6pzF fBtQfTjXemYZrFSknaNRSS7OdT3rJWIJEZ4x/6KmXtqG7KlbJQL1Au/HAnEOLNE71q Dq7zvncx+Io2g== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada <yamada.masahiro@socionext.com> To: u-boot@lists.denx.de Date: Thu, 13 Apr 2017 11:39:10 +0900 Message-Id: <1492051153-12817-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 v2 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
|