From: "Pali Rohár" <pali@kernel.org>
To: u-boot@lists.denx.de
Subject: [PATCH 0/2] arm: mvebu: Espressobin: Add support for SD card
Date: Wed, 19 Aug 2020 16:19:38 +0200 [thread overview]
Message-ID: <20200819141940.15650-1-pali@kernel.org> (raw)
This patch series contains two patches from Marvell's U-Boot repository
https://github.com/MarvellEmbeddedProcessors/u-boot-marvell/ which add
support for SD card on Espressobin board. I slightly modified them for
current mainline U-Boot version.
It allows U-Boot to load and boot Linux kernel from uSD card.
Evan Wang (1):
mmc: xenon: set signal voltage and max base clock
Wilson Ding (1):
arm: dts: a37x0: enable sd card support on espressobin
arch/arm/dts/armada-3720-espressobin.dts | 20 ++++++
configs/mvebu_espressobin-88f3720_defconfig | 1 +
drivers/mmc/xenon_sdhci.c | 79 ++++++++++++++++++++-
3 files changed, 99 insertions(+), 1 deletion(-)
--
2.20.1
next reply other threads:[~2020-08-19 14:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-19 14:19 Pali Rohár [this message]
2020-08-19 14:19 ` [PATCH 1/2] mmc: xenon: set signal voltage and max base clock Pali Rohár
2020-08-19 17:58 ` [EXT] " Kostya Porotchkin
2020-08-20 4:58 ` Stefan Roese
2020-08-27 16:28 ` Andre Heider
2020-08-31 13:04 ` Stefan Roese
2020-08-19 14:19 ` [PATCH 2/2] arm: dts: a37x0: enable sd card support on espressobin Pali Rohár
2020-08-19 17:57 ` [EXT] " Kostya Porotchkin
2020-08-20 4:58 ` Stefan Roese
2020-08-27 16:28 ` Andre Heider
2020-08-31 13:04 ` Stefan Roese
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=20200819141940.15650-1-pali@kernel.org \
--to=pali@kernel.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.