From patchwork Wed Sep 11 07:03:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 1160686 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=none (p=none dis=none) header.from=xilinx.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=monstr-eu.20150623.gappssmtp.com header.i=@monstr-eu.20150623.gappssmtp.com header.b="IEgoy/zr"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46StCj6gJ0z9sDB for ; Wed, 11 Sep 2019 17:03:29 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 9981AC21DA1; Wed, 11 Sep 2019 07:03:14 +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_MSPIKE_H2, 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 27189C21C6A; Wed, 11 Sep 2019 07:03:13 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 4AF08C21C6A; Wed, 11 Sep 2019 07:03:12 +0000 (UTC) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by lists.denx.de (Postfix) with ESMTPS id D8D8CC21C29 for ; Wed, 11 Sep 2019 07:03:11 +0000 (UTC) Received: by mail-wr1-f66.google.com with SMTP id l3so455200wru.7 for ; Wed, 11 Sep 2019 00:03:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monstr-eu.20150623.gappssmtp.com; s=20150623; h=sender:from:to:cc:subject:date:message-id; bh=GgMJ7vQsZUSJ43J0tr/2WhEPWjhm+7vr1amV3mIoUvM=; b=IEgoy/zrJp3Zn+e9NeW7HBRhCroUjV2BXQck8ap/1raP5t8WMlPAW9ko3hmy9Ho6fa WLQALl+GKfQV6uYiL9vToWSOr3cn/vRM9MBPbuaWn0b2ArId+tuY4rZj6M1HrdE7/Gpt 55SvKJ3UFpqVgB9H3ZGJiozqDBjZhsRD7424UEh4y4DxS1gke39j4eBkEkZeXGct6UQT qspXGlQCJFeQlUPKVMY6yt/E2i9BPYhyriFlf55RByqNfJQqdHQm92BxZm596cd2AkDM F1xziZupvCh/WZqk/bDeOWxn8qrE3P2iWjiZRCBE20Sl/oRU+OiAlIw0DLc/3OqW01Bg 2NzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id; bh=GgMJ7vQsZUSJ43J0tr/2WhEPWjhm+7vr1amV3mIoUvM=; b=eG/ScgmnOVeAi3NArVC50yvHmPQELKZgFKsR00W72P80qCbWf4u5zGhnLSDudXt0Kf CdiyywKaWYHE7V+bp5NHvkfUu31UF4UNZcX91MsAvXRaWogjItwYR0exQ2iXElTxOlCz wczZAbjLQP4b4DcsRYVfyrfb5qRtnU5OBdW6dXIUqoAPrcROkS1nz7Cu+nwfGqzCZD3o JtguEEyNLQHz7qS6IZXnxaj4DmiP4uIvgTIH3sYAgcLWXGxVrQtNpSEr0kqlpCP6nhtz kGQOzgNQXrZgMNxV5NQ/TIYGPEcsM5V70IHyyNnTmg8xWSH72dPcah27IWasalRo9Mmu EDfw== X-Gm-Message-State: APjAAAXRuHajq4vlbaGc3xODPhEp/p3loSG4n4YAtH+qOWBUfyLvTS/3 iXKVuNxN0ajP0TDoUW3qoht+M12ID8w= X-Google-Smtp-Source: APXvYqzAi1eIyueRSY2YLPl8FPtaC0H6EhWAS6QPACLVHgDRGtuqnYNO/jkxqSJNK5oRSJIuLh1LAw== X-Received: by 2002:adf:e2d0:: with SMTP id d16mr18001960wrj.245.1568185391254; Wed, 11 Sep 2019 00:03:11 -0700 (PDT) Received: from localhost (nat-35.starnet.cz. [178.255.168.35]) by smtp.gmail.com with ESMTPSA id h12sm18523868wrp.51.2019.09.11.00.03.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 11 Sep 2019 00:03:10 -0700 (PDT) From: Michal Simek To: u-boot@lists.denx.de Date: Wed, 11 Sep 2019 09:03:07 +0200 Message-Id: X-Mailer: git-send-email 2.17.1 Subject: [U-Boot] [PATCH 0/2] xilinx: Add some example scripts for bootmodes 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: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Hi, mostly yocto guys asked us to provide default scripts for supporting distribution boot mode which is done by these 2 patches. Thanks, Michal Siva Durga Prasad Paladugu (2): xilinx: Add qspi boot command script for reference xilinx: Add sd boot command script for reference board/xilinx/bootscripts/qspiboot.cmd | 10 ++++++++++ board/xilinx/bootscripts/sdboot.cmd | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 board/xilinx/bootscripts/qspiboot.cmd create mode 100644 board/xilinx/bootscripts/sdboot.cmd