From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Behun Date: Wed, 10 Feb 2021 15:52:53 +0100 Subject: [PATCH u-boot-dm + u-boot-spi v2 0/7] Support SPI NORs and OF partitions in `mtd list` In-Reply-To: References: <20210209144452.31134-1-marek.behun@nic.cz> <20210210151429.62c7ca93@nic.cz> Message-ID: <20210210155253.41825d6b@nic.cz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 10 Feb 2021 15:31:56 +0100 Patrice CHOTARD wrote: > and what about @ as shown in my previous email ? And there is a second problem with this: this can be bad for automatic U-Boot scripts. For example on Turris Omnia there are boards which were manufactured with a Macronix SPI-NOR, and boards which were manufactured with Winbond SPI-NOR (or Spansion or something different from Macronix). So I think that there should be some mechanism available via the mtd command to select the SPI-NOR by its chip select somehow, without knowing the SPI ID.