From: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4] Fix operation on Odroid devices
Date: Mon, 21 Sep 2015 11:34:15 +0200 [thread overview]
Message-ID: <55FFCF17.2020901@math.uni-bielefeld.de> (raw)
In-Reply-To: <55FFC480.6030907@samsung.com>
Hello,
Jaehoon Chung wrote:
> Hi,
>
> On 09/21/2015 08:18 AM, Tobias Jakobi wrote:
>> Hello,
>>
>> currently operation on Exynos4412-based Odroid devices is broken.
>>
>> The bootloader stops with this message:
>> Card did not respond to voltage select!
>> *** Warning - MMC init failed, using default environment
>
> Which board did you use? and Which cad is failed? SD or eMMC?
This is an Odroid-X2. I'm booting from SD with a Sandisk Extreme. I
don't have any eMMC here.
Actually it was some other person who encountered this issue with his
Odroid-X2 and booting from SD. After he made me aware of it, I also
updated my u-boot (I was then using a version from May 2015, which works
perfectly btw) and encountered the very same issue as him.
> Your [PATCH 4/4] is strange..so i want to get more information.
For me it restores proper operation of the bootloader to the board.
With best wishes,
Tobias
>
> If you can share more information, i can explain more exactly about your problem.
>
> Best Regards,
> Jaehoon Chung
>
>>
>> This series fixes error handling in the s5p sdhci driver
>> and the cause of the issue, which is an inverted card
>> detection check.
>>
>> Thanks goes to Marek Vasut and Sjoerd Simons who helped
>> me on IRC to get this triaged.
>>
>> With best wishes,
>> Tobias
>>
>> Tobias Jakobi (4):
>> exynos: Properly initialize host_caps in s5p_sdhci_core_init()
>> exynos: Fix passing of errors in exynos_mmc_init()
>> exynos: be more verbose in process_nodes()
>> exynos: fix and cleanup do_sdhci_init()
>>
>> drivers/mmc/s5p_sdhci.c | 39 +++++++++++++++++++++++----------------
>> 1 file changed, 23 insertions(+), 16 deletions(-)
>>
>
next prev parent reply other threads:[~2015-09-21 9:34 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-20 23:18 [U-Boot] [PATCH 0/4] Fix operation on Odroid devices Tobias Jakobi
2015-09-20 23:18 ` [U-Boot] [PATCH 1/4] exynos: Properly initialize host_caps in s5p_sdhci_core_init() Tobias Jakobi
2015-09-23 9:35 ` Lukasz Majewski
2015-09-20 23:18 ` [U-Boot] [PATCH 2/4] exynos: Fix passing of errors in exynos_mmc_init() Tobias Jakobi
2015-09-23 9:39 ` Lukasz Majewski
2015-09-23 9:54 ` Jaehoon Chung
2015-09-23 10:13 ` Minkyu Kang
2015-09-21 8:49 ` [U-Boot] [PATCH 0/4] Fix operation on Odroid devices Jaehoon Chung
2015-09-21 9:34 ` Tobias Jakobi [this message]
2015-09-21 10:04 ` Jaehoon Chung
2015-09-21 10:54 ` Tobias Jakobi
2015-09-21 11:00 ` Tobias Jakobi
2015-09-21 11:05 ` Jaehoon Chung
2015-09-24 15:04 ` Przemyslaw Marczak
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=55FFCF17.2020901@math.uni-bielefeld.de \
--to=tjakobi@math.uni-bielefeld.de \
--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.