From: Marc Kleine-Budde <mkl@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 0/3] ARM: i.MX8MM: add Phytec i.MX8 SoM support
Date: Tue, 06 Jun 2023 12:50:01 +0200 [thread overview]
Message-ID: <20230606-phytec-som-imx8mm-v1-0-b9c2bf70b766@pengutronix.de> (raw)
This series adds support for the Phytec i.MX8 SoM. It a minimal i2c
EEPROM read helper for the PBL and import + adopts the Phytec SOM
detection from u-boot. The Phytec SOM detection reads and parses the
EEPROM on the SOM to figure out the size of the populated RAM.
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
Marc Kleine-Budde (3):
i2c: add <pbl/eeprom.h> for PBL use
common: board: phytec: import SoM detection for imx8m based SoM from u-boot
ARM: i.MX8MM: add Phytec i.MX8 SoM support
arch/arm/boards/Makefile | 1 +
arch/arm/boards/phytec-som-imx8mm/Makefile | 4 +
arch/arm/boards/phytec-som-imx8mm/board.c | 40 +
.../flash-header-imx8mm-phyboard-polis-rdk.imxcfg | 7 +
arch/arm/boards/phytec-som-imx8mm/lowlevel.c | 130 ++
arch/arm/boards/phytec-som-imx8mm/lowlevel.h | 8 +
arch/arm/boards/phytec-som-imx8mm/lpddr4-timing.c | 1852 ++++++++++++++++++++
arch/arm/dts/Makefile | 1 +
arch/arm/dts/imx8mm-phyboard-polis-rdk.dts | 60 +
arch/arm/mach-imx/Kconfig | 48 +
common/boards/Kconfig | 7 +
common/boards/Makefile | 1 +
common/boards/phytec/Makefile | 4 +
common/boards/phytec/phytec-som-detection.c | 209 +++
common/boards/phytec/phytec-som-imx8m-detection.c | 151 ++
images/Makefile.imx | 5 +
include/pbl/eeprom.h | 34 +
include/phytec-som-detection.h | 69 +
include/phytec-som-imx8m-detection.h | 19 +
19 files changed, 2650 insertions(+)
---
base-commit: e7a35fb8e6f74d03fc8bed997c025d0eee2b88e0
change-id: 20230606-phytec-som-imx8mm-2c90276fb58c
Best regards,
--
Marc Kleine-Budde <mkl@pengutronix.de>
next reply other threads:[~2023-06-06 10:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-06 10:50 Marc Kleine-Budde [this message]
2023-06-06 10:50 ` [PATCH 1/3] i2c: add <pbl/eeprom.h> for PBL use Marc Kleine-Budde
2023-06-06 11:21 ` Sascha Hauer
2023-06-06 11:33 ` Marc Kleine-Budde
2023-06-06 10:50 ` [PATCH 2/3] common: board: phytec: import SoM detection for imx8m based SoM from u-boot Marc Kleine-Budde
2023-06-06 12:51 ` Ahmad Fatoum
2023-06-06 14:32 ` Marc Kleine-Budde
2023-06-06 10:50 ` [PATCH 3/3] ARM: i.MX8MM: add Phytec i.MX8 SoM support Marc Kleine-Budde
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=20230606-phytec-som-imx8mm-v1-0-b9c2bf70b766@pengutronix.de \
--to=mkl@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox