All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Dahl <post@lespocky.de>
To: Eugen Hristev <eugen.hristev@microchip.com>
Cc: Alexander Dahl <post@lespocky.de>, Simon Glass <sjg@chromium.org>,
	Alexander Dahl <ada@thorsis.com>,
	Sergiu Moga <sergiu.moga@microchip.com>,
	Durai Manickam KR <durai.manickamkr@microchip.com>,
	Balamanikandan Gunasundar
	<balamanikandan.gunasundar@microchip.com>,
	Marek Vasut <marex@denx.de>,
	Mihai Sain <mihai.sain@microchip.com>,
	Michael Trimarchi <michael@amarulasolutions.com>,
	Dario Binacchi <dario.binacchi@amarulasolutions.com>,
	u-boot@lists.denx.de
Subject: [PATCH 0/5] ARM: dts: at91: Improve sam9x60-curiosity
Date: Wed,  5 Jul 2023 22:16:56 +0200	[thread overview]
Message-ID: <20230705201701.322372-1-post@lespocky.de> (raw)

Hello everyone,

currently I have the Microchip SAM9X60-Curiosity board on my desk and
for evaluation purposes I'm trying to get it booting from NAND flash
without SD card.  This series contains a collection of patches I made on
that journey.  It's probably not the last set of patches, but I send it
out now before my holidays so anyone who's interested has some time to
look into it before I return to my desk in roughly two weeks. ;-)

Note: while I could access the I²C EEPROM populated on that board with
Linux v6.4 through nvmem and the 100 bytes content seem valid including
a MAC address attributed to Microchip, I could not do so in U-Boot.
That also means out of the box access to Ethernet is currently broken
without valid MAC address.

Note: I prepared the patches at the office, but sending them from home
now.  This is why I use two different mail addresses.

Greets
Alex

Alexander Dahl (5):
  ARM: dts: at91: sam9x60: Better align with upstream dtsi
  ARM: dts: at91: sam9x60-curiosity: Fix EEPROM type
  ARM: dts: at91: sam9x60: Change i2c compatible
  ARM: dts: at91: sam9x60-curiosity: Improve alignment with upstream
  ARM: dts: at91: sam9x60-curiosity: Add raw NAND flash

 .../dts/at91-sam9x60_curiosity-u-boot.dtsi    |   8 +-
 arch/arm/dts/at91-sam9x60_curiosity.dts       | 203 +++++++++++++-----
 arch/arm/dts/sam9x60.dtsi                     |  66 +++---
 arch/arm/dts/sam9x60ek.dts                    |   2 +-
 4 files changed, 190 insertions(+), 89 deletions(-)


base-commit: e1bebc16e1d9aa0ddd56c53c0b781f7186dce557
-- 
2.30.2


             reply	other threads:[~2023-07-05 20:18 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-05 20:16 Alexander Dahl [this message]
2023-07-05 20:16 ` [PATCH 1/5] ARM: dts: at91: sam9x60: Better align with upstream dtsi Alexander Dahl
2023-07-05 20:16 ` [PATCH 2/5] ARM: dts: at91: sam9x60-curiosity: Fix EEPROM type Alexander Dahl
2023-07-06  8:06   ` Eugen Hristev
2023-07-06  8:12     ` Eugen Hristev
2023-07-06  8:30   ` Durai.ManickamKR
2023-07-06  9:08     ` Durai.ManickamKR
2023-07-05 20:16 ` [PATCH 3/5] ARM: dts: at91: sam9x60: Change i2c compatible Alexander Dahl
2023-07-06  8:32   ` Durai.ManickamKR
2023-07-06  8:59     ` Alexander Dahl
2023-07-06  9:09     ` Durai.ManickamKR
2023-07-05 20:17 ` [PATCH 4/5] ARM: dts: at91: sam9x60-curiosity: Improve alignment with upstream Alexander Dahl
2023-07-05 20:17 ` [PATCH 5/5] ARM: dts: at91: sam9x60-curiosity: Add raw NAND flash Alexander Dahl
2023-08-02  7:29 ` [PATCH 0/5] ARM: dts: at91: Improve sam9x60-curiosity Eugen Hristev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230705201701.322372-1-post@lespocky.de \
    --to=post@lespocky.de \
    --cc=ada@thorsis.com \
    --cc=balamanikandan.gunasundar@microchip.com \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=durai.manickamkr@microchip.com \
    --cc=eugen.hristev@microchip.com \
    --cc=marex@denx.de \
    --cc=michael@amarulasolutions.com \
    --cc=mihai.sain@microchip.com \
    --cc=sergiu.moga@microchip.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.