All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] WIP: Disable SCSI on x86
Date: Fri, 9 Jun 2017 06:27:11 -0600	[thread overview]
Message-ID: <CAPnjgZ0wOEya21gHx9JD_QfQw6S12hy4Zx5YootPMbO+cA0+qA@mail.gmail.com> (raw)
In-Reply-To: <CAEUhbmWV8Xf09Z0D5isAycDj3XhO1uSmiFDU4_R2=xfsH=AHUg@mail.gmail.com>

Hi Bin,

On 1 June 2017 at 17:04, Bin Meng <bmeng.cn@gmail.com> wrote:
> Hi Simon,
>
> On Thu, Jun 1, 2017 at 9:14 PM, Simon Glass <sjg@chromium.org> wrote:
>> Hi Bin,
>>
>> On 1 June 2017 at 01:27, Bin Meng <bmeng.cn@gmail.com> wrote:
>>>
>>> Hi Simon,
>>>
>>> On Wed, May 17, 2017 at 8:42 AM, Bin Meng <bmeng.cn@gmail.com> wrote:
>>> > Hi Simon,
>>> >
>>> > On Sat, May 13, 2017 at 9:11 AM, Simon Glass <sjg@chromium.org> wrote:
>>> >> Hi Bin,
>>> >>
>>> >> On 8 May 2017 at 01:05, Bin Meng <bmeng.cn@gmail.com> wrote:
>>> >>> Hi Simon,
>>> >>>
>>> >>> On Mon, Apr 10, 2017 at 8:38 AM, Simon Glass <sjg@chromium.org> wrote:
>>> >>>> This is not to be applied. It is needed to test using CONFIG_DM_MMC on x86
>>> >>>> since SCSI is broken with this setup.
>>> >>>>
>>> >>>> Signed-off-by: Simon Glass <sjg@chromium.org>
>>> >>>> ---
>>> >>>
>>> >>> When you said "SCSI is broken with this setup", did you mean GP#
>>> >>> exception when boot up with a hard disk like below?
>>> >>
>>> >> Yes that's right.
>>> >>
>>> >
>>> > Do you plan to work on a patch soon?
>>> >
>>>
>>> I tracked down the exception happens at part_test_efi()->block_dread() function:
>>>
>>> if (!ops->read)
>>>     return -ENOSYS;
>>>
>>> Where ops points to nowhere, because underlying SATA device does not
>>> have a DM driver associated.
>>>
>>> Could you please fix this?
>>
>> I've been hoping that someone else will take on this side of things,
>> but perhaps I am optimistic. I'll see if I can take a look.
>
> Thanks. I wanted to fix this myself however I have been busy on some
> other stuff.

I've sent a series which I think puts SCSI and SATA in a better
position with respect to driver model. However even with that there is
more work to do.

Regards,
Simon

  reply	other threads:[~2017-06-09 12:27 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-10  0:38 [U-Boot] [PATCH 0/2] x86: Convert all boards to use MMC to driver model Simon Glass
2017-04-10  0:38 ` [U-Boot] [PATCH 1/2] WIP: Disable SCSI on x86 Simon Glass
2017-05-08  7:05   ` Bin Meng
2017-05-13  1:11     ` Simon Glass
2017-05-17  0:42       ` Bin Meng
2017-06-01  7:27         ` Bin Meng
2017-06-01 13:14           ` Simon Glass
2017-06-01 23:04             ` Bin Meng
2017-06-09 12:27               ` Simon Glass [this message]
2017-06-10  3:47                 ` Bin Meng
2017-06-12  3:53                   ` Simon Glass
2017-06-24 10:29                     ` Stefan Roese
2017-06-24 12:08                       ` Bin Meng
2017-06-26  7:29                         ` Stefan Roese
2017-06-26  9:11                           ` Bin Meng
2017-06-26 18:42                             ` Simon Glass
2017-06-26 23:34                               ` Bin Meng
2017-06-27  4:53                                 ` Stefan Roese
2017-06-27  4:48                               ` Stefan Roese
2017-04-10  0:38 ` [U-Boot] [PATCH 2/2] x86: Convert MMC to driver model Simon Glass
2017-05-08  3:10   ` Bin Meng
2017-05-08  3:13     ` Bin Meng

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=CAPnjgZ0wOEya21gHx9JD_QfQw6S12hy4Zx5YootPMbO+cA0+qA@mail.gmail.com \
    --to=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.