From patchwork Wed May 9 07:30:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eugen Hristev X-Patchwork-Id: 910687 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=microchip.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 40gp455Yw5z9ryk for ; Wed, 9 May 2018 17:33:09 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 6BE3DC22070; Wed, 9 May 2018 07:33:06 +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_BLOCKED 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 04691C21E1B; Wed, 9 May 2018 07:33:03 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id C63BAC21DFB; Wed, 9 May 2018 07:33:00 +0000 (UTC) Received: from esa3.microchip.iphmx.com (esa3.microchip.iphmx.com [68.232.153.233]) by lists.denx.de (Postfix) with ESMTPS id ED6C3C21D8E for ; Wed, 9 May 2018 07:32:59 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.49,381,1520924400"; d="scan'208";a="14059285" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa3.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 09 May 2018 00:32:57 -0700 Received: from eh-station.mchp-main.com (10.10.76.4) by chn-sv-exch05.mchp-main.com (10.10.76.106) with Microsoft SMTP Server id 14.3.352.0; Wed, 9 May 2018 00:32:57 -0700 From: Eugen Hristev To: Date: Wed, 9 May 2018 10:30:23 +0300 Message-ID: <1525851026-16621-1-git-send-email-eugen.hristev@microchip.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Cc: nicolas.ferre@microchip.com Subject: [U-Boot] [PATCH 0/3] Adjust at91 boards config offset for all boards 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" We have a new demo layout of our sama5 boards for the NAND Flash memory. According to this new layout, adjust the mtdparts variable in bootargs and config offsets in the board include files. The map is available at : http://www.at91.com/linux4sam/bin/view/Linux4SAM/Sama5d3XplainedMainPage#NAND_Flash_demo_Memory_map We have already aligned the sama5 mtdparts to new map with commit: "72281cbcf" : configs: at91: sama5: updated mtdparts variable in bootargs This series will fix the other at91 boards w.r.t. mtdparts and all the at91 boards w.r.t. CONFIG_ENV_OFFSET. All the boards will be aligned with the same flash memory map linked above. Thanks! Eugen Hristev (1): configs: at91sam9x5ek: updated mtdparts variable in bootargs Nicolas Ferre (2): configs: at91: sama5_common: Adjust CONFIG_ENV_OFFSET to match block alignment configs: at91: Adjust CONFIG_ENV_OFFSET to match sama5 address configs/at91sam9x5ek_dataflash_defconfig | 2 +- configs/at91sam9x5ek_nandflash_defconfig | 2 +- configs/at91sam9x5ek_spiflash_defconfig | 2 +- include/configs/at91-sama5_common.h | 2 +- include/configs/at91sam9260ek.h | 2 +- include/configs/at91sam9261ek.h | 2 +- include/configs/at91sam9263ek.h | 2 +- include/configs/at91sam9m10g45ek.h | 2 +- include/configs/at91sam9n12ek.h | 2 +- include/configs/at91sam9rlek.h | 2 +- include/configs/at91sam9x5ek.h | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-)