From patchwork Mon Apr 2 09:43:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexey Brodkin X-Patchwork-Id: 894145 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 40F6kQ721Tz9s0p for ; Mon, 2 Apr 2018 19:44:14 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 41E5FC21E7E; Mon, 2 Apr 2018 09:44:05 +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=RCVD_IN_DNSWL_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 1A2F3C21D72; Mon, 2 Apr 2018 09:44:03 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 97E42C21DEC; Mon, 2 Apr 2018 09:44:01 +0000 (UTC) Received: from smtprelay.synopsys.com (us01smtprelay-2.synopsys.com [198.182.60.111]) by lists.denx.de (Postfix) with ESMTPS id 4224BC21C3F for ; Mon, 2 Apr 2018 09:44:00 +0000 (UTC) Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by smtprelay.synopsys.com (Postfix) with ESMTP id EC24B10C1177; Mon, 2 Apr 2018 02:43:57 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id D32B9525C; Mon, 2 Apr 2018 02:43:57 -0700 (PDT) Received: from us01wehtc1.internal.synopsys.com (us01wehtc1-vip.internal.synopsys.com [10.12.239.236]) by mailhost.synopsys.com (Postfix) with ESMTP id C6291525B; Mon, 2 Apr 2018 02:43:57 -0700 (PDT) Received: from DE02WEHTCA.internal.synopsys.com (10.225.19.92) by us01wehtc1.internal.synopsys.com (10.12.239.231) with Microsoft SMTP Server (TLS) id 14.3.361.1; Mon, 2 Apr 2018 02:43:57 -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; Mon, 2 Apr 2018 11:43:55 +0200 From: Alexey Brodkin To: "trini@konsulko.com" Thread-Topic: [U-Boot] Please pull ARC changes for 2018.05 Thread-Index: AQHTymcduQsxzDImq0Se4ddjyuTlUg== Date: Mon, 2 Apr 2018 09:43:54 +0000 Message-ID: <1522662233.5108.8.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.56] Content-ID: <27E97C51216B884CA781FFABF51063DD@internal.synopsys.com> MIME-Version: 1.0 Cc: "u-boot@lists.denx.de" , "uboot-snps-arc@synopsys.com" Subject: [U-Boot] Please pull ARC changes for 2018.05 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 f3b623fa52ce5c67732ea2d789d5e21667e88db3: Merge git://git.denx.de/u-boot-marvell (2018-03-30 18:18:22 -0400) are available in the Git repository at: git://git.denx.de/u-boot-arc.git tags/arc-for-2018.05 for you to fetch changes up to f770b3ee1830a5fbd3b44cd051d9e5468339d651: ARC: HSDK: Enable SPI flash support (2018-04-02 12:27:56 +0300) ---------------------------------------------------------------- More ARC changes and fixes for v2018.05 * Update of ARC tools to the most recent arc-2017.09 * Fix for compile-time warning for AXS10x * Add support of platform-specific commands for HSDK * Add support for on-board SPI flash on HSDK Note though that for write support another series [1] is required. I hope that Jagan will be able to review and act on SPI flash improvement series before we get beyond RC1. Also note that to get clean build for HSDK we need to disable stack-usage check [2] as our current GCC erroneously tries to calculate stack-usage on a naked function which leads to warning. [1] https://patchwork.ozlabs.org/project/uboot/list/?series=35796 [2] https://patchwork.ozlabs.org/patch/894139/ ---------------------------------------------------------------- Alexey Brodkin (1): ARC: Bump ARC tools used in TravisCI to the most recent release arc-2017.09 Eugeniy Paltsev (3): ARC: AXS10x: DTS: Remove unused interrupt properties ARC: HSDK: Add platform-specific commands ARC: HSDK: Enable SPI flash support .travis.yml | 6 +- arch/arc/dts/axs10x_mb.dtsi | 5 - arch/arc/dts/hsdk.dts | 56 +++++++ board/synopsys/hsdk/MAINTAINERS | 4 +- board/synopsys/hsdk/Makefile | 2 + board/synopsys/hsdk/clk-lib.c | 75 +++++++++ board/synopsys/hsdk/clk-lib.h | 38 +++++ board/synopsys/hsdk/env-lib.c | 302 ++++++++++++++++++++++++++++++++++ board/synopsys/hsdk/env-lib.h | 58 +++++++ board/synopsys/hsdk/hsdk.c | 1046 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ configs/hsdk_defconfig | 13 ++ include/configs/hsdk.h | 56 ++++++- 12 files changed, 1602 insertions(+), 59 deletions(-) create mode 100644 board/synopsys/hsdk/clk-lib.c create mode 100644 board/synopsys/hsdk/clk-lib.h create mode 100644 board/synopsys/hsdk/env-lib.c create mode 100644 board/synopsys/hsdk/env-lib.h Regards, Alexey P.S. It seems like Jagan is not very active so SPI changes we need (mentioned in [1] above) won't make it through his repo. Is there a chance to get that series merged in your tree directly?