Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp541959ybe; Wed, 11 Sep 2019 00:30:13 -0700 (PDT) X-Google-Smtp-Source: APXvYqyT08bP7ZdrzwBkYxKtW5Bn7yBCpoELo8ninxEn8vZ/xNxK/jeHCOpQs4z6B6s0LEdnJmIe X-Received: by 2002:a17:907:41e5:: with SMTP id nb5mr28437779ejb.91.1568187013465; Wed, 11 Sep 2019 00:30:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568187013; cv=none; d=google.com; s=arc-20160816; b=bjQxQUnuezcPbfUtmlwcmX6JfenM/Kw7DRkL4j6wsr+00lKSOr9C33wdy16LhLHYmN TOtF5vbAO/vl206RWS7TYTLJ25C5WBi9+xSBRHHK3PySV8nOuC/f4uOSaEptYxSqDPll BS+rubNGyHb0dRlX6QmzJ0dChHHCdfaOcHLZrQom3KUJ4ZpzIyq3JAqqziwJ06ldbwbi +DAjB7bTFE8EMq4QLDylzfpd55aKiAjxyf2SfpQSTzwVvGPg+zpt05Ep2QDqpKdhp04v 3K8zbhaTyl9v6SMzUMqkj4z+gMok5evnjiY5XdIxxqlyOMg5kT4eBhCUdhbFXgqmR3dj kNhw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:organization:message-id:date:subject:cc:to :from; bh=4oPjh9X0hjVnBtTJcYGupcKcMRIt+fnMZRB3K37Xu/k=; b=E+uwtEx98Ju++AOuyaHSjy8dRtO2lWVwR1ST2mxXjjlhKxtVwjjRcDM7T8MxCXznRP d4nmRiBUasrujHipWu4KuUWcGRFkPBnxVkm5S/Y82F/KUle/3S5geBTKGEF/5rGF6nDD PMXL2mzyphFmZmbBp+nBQp85hbExE2IjRMdlWWpT+Q1K2dj7JUAmCOgIUXt6x5vHJP0U c8OJfrIpcw3dBU6Lp6qFdBg2RAI108dTIzCFFiKOBk0GAECet/yTw4NOh+/lJZ6lyZup YxDqvyjFU002cTRNnOGh0gmsjJpvbyOVjvGp3vX6ajQQ5W9RRegynGuvQ77psuxDRQcQ fmZg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id hb6si10258069ejb.1.2019.09.11.00.29.50; Wed, 11 Sep 2019 00:30:13 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726842AbfIKH1p (ORCPT + 99 others); Wed, 11 Sep 2019 03:27:45 -0400 Received: from krieglstein.org ([188.68.35.71]:45160 "EHLO krieglstein.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725924AbfIKH1o (ORCPT ); Wed, 11 Sep 2019 03:27:44 -0400 Received: from dabox.localnet (gateway.hbm.com [213.157.30.2]) by krieglstein.org (Postfix) with ESMTPSA id 3079A401B1; Wed, 11 Sep 2019 09:27:43 +0200 (CEST) From: Tim Sander To: Masahiro Yamada Cc: Dinh Nguyen , Vignesh Raghavendra , Richard Weinberger , Linux Kernel Mailing List , Marek Vasut , linux-mtd , Miquel Raynal , Brian Norris , David Woodhouse Subject: Re: mtd raw nand denali.c broken for Intel/Altera Cyclone V Date: Wed, 11 Sep 2019 09:27:42 +0200 Message-ID: <2810592.g4EWBO4qaL@dabox> Organization: Sander and Lightning In-Reply-To: References: <5143724.5TqzkYX0oI@dabox> <9bb2fb0e-a9e7-c389-f9b7-42367485ff83@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Am Mittwoch, 11. September 2019, 04:37:46 CEST schrieb Masahiro Yamada: > - Does the SOCFPGA boot ROM support the NAND boot mode? Cyclone V HPS TRM Section "A3 Booting and Configuration" lists QSPI, SD/MMC and Nand as bootsource. > - If so, which value does it use for SPARE_AREA_SKIP_BYTES? I have no idea about this one. Tim