From: Heiner Kallweit <hkallweit1@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v7 2/3] mmc: meson: add MMC driver for Meson GX (S905)
Date: Sat, 15 Apr 2017 20:18:41 +0200 [thread overview]
Message-ID: <3c6ab9d9-d5eb-55f4-3a9e-e988fafbc21a@gmail.com> (raw)
In-Reply-To: <e2e52bc5-f59d-8ddb-0eb6-b9bf19a8b1b4@suse.de>
Am 15.04.2017 um 17:05 schrieb Andreas Färber:
> Am 14.04.2017 um 08:22 schrieb Jaehoon Chung:
>> On 04/13/2017 03:30 AM, Heiner Kallweit wrote:
>>> From: Carlo Caione <carlo@caione.org>
>>> This driver implements MMC support on Meson GX (S905) based systems.
>>> It's based on Carlo Caione's work, changes:
>>> - BLK support added
>>> - general refactoring
>>>
>>> Signed-off-by: Carlo Caione <carlo@caione.org>
>>> Signed-off-by: Andreas Färber <afaerber@suse.de>
>>> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
>>
>> Applied to u-boot-mmc. Thanks!
>
> Thanks guys for all the work on this!
>
> I have tested it successfully on the Odroid-C2.
>
> But for the Vega S95 Telos I needed to disable the first of three MMC
> nodes (SDIO) - otherwise U-Boot would happily iterate over them for
> distro boot with Heinrich's patch, but GRUB would come up with no disks,
> so that booting failed. I'm not yet sure why, maybe it's a UEFI-side
> problem in that it is the first MMC device that is absent rather than
> the last one?
>
I don't own this device so I can just provide a guess.
Based on DT the device ordering most likely is:
mmc0: SDIO
mmc1: SD
mmc2: eMMC
I'm not familiar with distro boot, but as far as I understand Heinrich's
patch it just adds mmc0 and mmc1. Therefore distro boot doesn't try to
boot from eMMC.
Rgds, Heiner
> Regards,
> Andreas
>
next prev parent reply other threads:[~2017-04-15 18:18 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20170412182456epcas3p1e652ef3f772bf91ea3fbf7203fa00c71@epcas3p1.samsung.com>
2017-04-12 18:24 ` [U-Boot] [PATCH v7 0/3] mmc: meson: add MMC support for Meson GX (S905) Heiner Kallweit
2017-04-12 18:28 ` [U-Boot] [PATCH v7 1/3] arm: dts: update Meson GXBB / Odroid-C2 DT with recent Linux version Heiner Kallweit
2017-04-14 6:21 ` Jaehoon Chung
2017-04-12 18:30 ` [U-Boot] [PATCH v7 2/3] mmc: meson: add MMC driver for Meson GX (S905) Heiner Kallweit
2017-04-12 23:50 ` [U-Boot] [U-Boot, v7, " Vagrant Cascadian
2017-04-14 6:22 ` [U-Boot] [PATCH v7 " Jaehoon Chung
2017-04-15 15:05 ` Andreas Färber
2017-04-15 18:18 ` Heiner Kallweit [this message]
2017-04-15 18:27 ` Alexander Graf
2017-04-15 19:13 ` Heinrich Schuchardt
2017-04-15 20:21 ` Alexander Graf
2017-04-15 20:34 ` Andreas Färber
2017-04-15 20:52 ` Heinrich Schuchardt
2017-04-15 21:07 ` Andreas Färber
2017-04-15 21:04 ` Alexander Graf
2017-04-15 21:16 ` Andreas Färber
2017-04-15 21:51 ` Andreas Färber
2017-04-16 2:09 ` Heinrich Schuchardt
2017-04-16 10:08 ` Alexander Graf
2017-04-16 19:34 ` Simon Glass
2017-04-17 21:18 ` Heinrich Schuchardt
2017-04-17 22:39 ` Jaehoon Chung
2017-04-24 3:38 ` Simon Glass
2017-04-24 5:18 ` Jaehoon Chung
2017-04-29 0:25 ` Simon Glass
2017-04-18 18:44 ` [U-Boot] [PATCH 1/1] core/uclass: uclass_get_device_tail: always set devp Heinrich Schuchardt
2017-04-19 0:12 ` Simon Glass
2017-04-19 3:03 ` Andreas Färber
2017-04-19 3:37 ` Simon Glass
2017-04-19 4:48 ` Heinrich Schuchardt
2017-04-19 11:26 ` [U-Boot] [PATCH v2 1/1] core/uclass: iterate over all devices of a uclass Heinrich Schuchardt
2017-04-19 14:28 ` Simon Glass
2017-04-19 14:43 ` Andreas Färber
2017-04-19 15:14 ` Simon Glass
2017-04-19 15:52 ` Simon Glass
2017-04-19 16:37 ` Andreas Färber
2017-04-19 16:56 ` Simon Glass
2017-04-19 17:00 ` Andreas Färber
2017-04-19 17:10 ` Simon Glass
2017-04-19 18:08 ` Heinrich Schuchardt
2017-04-19 21:29 ` Simon Glass
2017-04-19 15:55 ` Heinrich Schuchardt
2017-04-19 16:02 ` Simon Glass
2017-04-19 16:22 ` Álvaro Fernández Rojas
2017-04-19 16:25 ` Andreas Färber
2017-04-19 16:31 ` Álvaro Fernández Rojas
2017-04-19 16:45 ` Andreas Färber
2017-04-19 21:06 ` Andreas Färber
2017-04-19 21:34 ` Simon Glass
2017-04-22 23:58 ` Simon Glass
2017-04-23 10:48 ` Andreas Färber
2017-04-24 2:11 ` Simon Glass
2017-04-23 10:55 ` Andreas Färber
2017-04-24 2:12 ` Simon Glass
2017-04-23 2:10 ` Simon Glass
2017-04-23 3:44 ` Heinrich Schuchardt
2017-04-12 18:32 ` [U-Boot] [PATCH v7 3/3] odroid-c2: enable new Meson GX MMC driver in board defconfig Heiner Kallweit
2017-04-14 6:22 ` Jaehoon Chung
2017-04-14 3:12 ` [U-Boot] [PATCH v7 0/3] mmc: meson: add MMC support for Meson GX (S905) Jaehoon Chung
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=3c6ab9d9-d5eb-55f4-3a9e-e988fafbc21a@gmail.com \
--to=hkallweit1@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox