From patchwork Fri Jun 15 13:14:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexey Brodkin X-Patchwork-Id: 929934 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 416gth6gwwz9s37 for ; Fri, 15 Jun 2018 23:14:20 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 85798C21EF0; Fri, 15 Jun 2018 13:14:18 +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 086C8C21E75; Fri, 15 Jun 2018 13:14:16 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id ACC59C21E75; Fri, 15 Jun 2018 13:14:14 +0000 (UTC) Received: from smtprelay.synopsys.com (smtprelay.synopsys.com [198.182.47.9]) by lists.denx.de (Postfix) with ESMTPS id 2738EC21E62 for ; Fri, 15 Jun 2018 13:14:14 +0000 (UTC) Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by smtprelay.synopsys.com (Postfix) with ESMTP id 0CEB024E2106; Fri, 15 Jun 2018 06:14:12 -0700 (PDT) Received: from US01WXQAHTC1.internal.synopsys.com (us01wxqahtc1.internal.synopsys.com [10.12.238.230]) by mailhost.synopsys.com (Postfix) with ESMTP id 91F0456A9; Fri, 15 Jun 2018 06:14:11 -0700 (PDT) Received: from DE02WEHTCB.internal.synopsys.com (10.225.19.94) by US01WXQAHTC1.internal.synopsys.com (10.12.238.230) with Microsoft SMTP Server (TLS) id 14.3.361.1; Fri, 15 Jun 2018 06:14:11 -0700 Received: from DE02WEMBXB.internal.synopsys.com ([fe80::95ce:118a:8321:a099]) by DE02WEHTCB.internal.synopsys.com ([::1]) with mapi id 14.03.0361.001; Fri, 15 Jun 2018 15:14:09 +0200 From: Alexey Brodkin To: "trini@konsulko.com" Thread-Topic: [U-Boot] Please pull ARC changes Thread-Index: AQHUBKq+mFSmOwBcZUil8mPXlzX84Q== Date: Fri, 15 Jun 2018 13:14:08 +0000 Message-ID: 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: <18FACF42B263FC44B0623EBE749B2D62@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 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 606fddd76c7a045c09d544357806b0b4de4845c7: Merge branch 'master' of git://git.denx.de/u-boot-net (2018-06-14 07:20:41 -0400) are available in the Git repository at: git://git.denx.de/u-boot-arc.git tags/arc-updates-for-2018.07-rc2 for you to fetch changes up to 3b4410dde3b82c8a743fa88280b9b0cdd21b1bf3: ARC: HSDK: Add readme (2018-06-15 15:54:43 +0300) ---------------------------------------------------------------- Here we just add a tool for HSDK flashable images preparation together with extensive documentation for HSDK board. This will help real-life users to update U-Boot on the board. ---------------------------------------------------------------- Alexey Brodkin (1): ARC: HSDK: Add readme Eugeniy Paltsev (1): ARC: HSDK: Add tool and make target to generate bsp board/synopsys/hsdk/README | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/synopsys/hsdk/config.mk | 11 +++++++++ board/synopsys/hsdk/headerize-hsdk.py | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/configs/hsdk.h | 6 +++++ 4 files changed, 287 insertions(+) create mode 100644 board/synopsys/hsdk/README create mode 100644 board/synopsys/hsdk/config.mk create mode 100644 board/synopsys/hsdk/headerize-hsdk.py -Alexey