From patchwork Tue Apr 17 18:00:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexey Brodkin X-Patchwork-Id: 899518 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=synopsys.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 40QY2V4Wv3z9rxp for ; Wed, 18 Apr 2018 04:00:49 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id C446EC21E4F; Tue, 17 Apr 2018 18:00:46 +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=none 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 2A4D8C21C29; Tue, 17 Apr 2018 18:00:43 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id CE2AFC21BE5; Tue, 17 Apr 2018 18:00:41 +0000 (UTC) Received: from smtprelay.synopsys.com (us01smtprelay-2.synopsys.com [198.182.60.111]) by lists.denx.de (Postfix) with ESMTPS id 5C248C21C27 for ; Tue, 17 Apr 2018 18:00:41 +0000 (UTC) Received: from mailhost.synopsys.com (mailhost2.synopsys.com [10.13.184.66]) by smtprelay.synopsys.com (Postfix) with ESMTP id 703F910C08C0; Tue, 17 Apr 2018 11:00:39 -0700 (PDT) Received: from us01wehtc1.internal.synopsys.com (us01wehtc1.internal.synopsys.com [10.12.239.235]) by mailhost.synopsys.com (Postfix) with ESMTP id 084443FEC; Tue, 17 Apr 2018 11:00:38 -0700 (PDT) Received: from DE02WEHTCA.internal.synopsys.com (10.225.19.92) by us01wehtc1.internal.synopsys.com (10.12.239.235) with Microsoft SMTP Server (TLS) id 14.3.361.1; Tue, 17 Apr 2018 11:00:25 -0700 Received: from DE02WEMBXB.internal.synopsys.com ([fe80::95ce:118a:8321:a099]) by DE02WEHTCA.internal.synopsys.com ([::1]) with mapi id 14.03.0361.001; Tue, 17 Apr 2018 20:00:23 +0200 From: Alexey Brodkin To: "trini@konsulko.com" Thread-Topic: [U-Boot] Please pull ARC fixes for RC3 Thread-Index: AQHT1nX0cr5hH1miLUKE5tEcWeKZxQ== Date: Tue, 17 Apr 2018 18:00:22 +0000 Message-ID: <1523988021.23154.3.camel@synopsys.com> Accept-Language: en-US, ru-RU Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.121.8.87] Content-ID: <8D4ACC3B1B303843BA806FA919D814B8@internal.synopsys.com> MIME-Version: 1.0 Cc: "u-boot@lists.denx.de" , "uboot-snps-arc@synopsys.com" Subject: [U-Boot] Please pull ARC fixes for RC3 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Hi Tom, The following changes since commit 8c0a17be0a632b9a823e14628c42f85c3e64f08e: Prepare v2018.05-rc2 (2018-04-16 20:00:14 -0400) are available in the Git repository at: git://git.denx.de/u-boot-arc.git tags/arc-for-2018.05-rc3 for you to fetch changes up to 474e9312a803ee36dc984217b6e9b7190eca9865: ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c (2018-04-17 20:52:17 +0300) ---------------------------------------------------------------- Subtle ARC fixes for v2018.05-RC3 These are only very subtle clean-ups here and there including: * Correctly specified CPU freq for HSDK (production boards are all shipped with 500MHZ as opposed to early batch running at 1GHz) * Addition of SNPS internal group email to MAINTAINERS file * Switch to Hush shell on AXS10x boards ---------------------------------------------------------------- Eugeniy Paltsev (4): ARC: HSDK: Fix CPU frequency value ARC: AXS10x: Enable hush shell ARC: Update ARC architecture maintainers ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c MAINTAINERS | 2 ++ arch/arc/lib/init_helpers.c | 2 -- configs/axs101_defconfig | 1 + configs/axs103_defconfig | 1 + configs/hsdk_defconfig | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) -Alexey