public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v7 0/13] Driver model implementation, tests, demo and GPIO
Date: Wed, 04 Dec 2013 11:33:47 +0100	[thread overview]
Message-ID: <529F050B.50408@monstr.eu> (raw)
In-Reply-To: <CAPnjgZ3_04xXB2p55PH1R-Z6TdnTwFWg0XniHjhyam3pwTd1dQ@mail.gmail.com>

On 12/03/2013 11:17 PM, Simon Glass wrote:
> Hi Tom,
> 
> On 3 December 2013 14:54, Tom Rini <trini@ti.com> wrote:
>> On Tue, Dec 03, 2013 at 02:47:51PM -0700, Simon Glass wrote:
>>> Hi Tom,
>>>
>>> On 3 December 2013 14:34, Tom Rini <trini@ti.com> wrote:
>>>> On Tue, Dec 03, 2013 at 02:24:40PM -0700, Simon Glass wrote:
>>>>> Hi Tom,
>>>>>
>>>>> On 2 December 2013 13:27, Simon Glass <sjg@chromium.org> wrote:
>>>>>> +Tom
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> On 2 December 2013 12:02, Mateusz Zalega <m.zalega@samsung.com> wrote:
>>>>>>> On 11/29/13 02:00, Masahiro Yamada wrote:
>>>>>>>> How come 13/13 is missing?
>>>>>>>
>>>>>>> It's not.
>>>>>>
>>>>>> I think it was missing until someone approved it, since it was over
>>>>>> the 100KB limit.
>>>>>
>>>>> What do you think of this series? Do you think it is ready to apply?
>>>>
>>>> I think we're where it needs wider testing now, yes.  But given that
>>>> we've stumbled onto another problem or two with the bootm refactoring
>>>> series, I'm really hesitant to pull something else big in for this
>>>> release.  Kbuild style Makefiles this time, start DM for v2014.04 is my
>>>> plan currently.
>>>
>>> Sounds reasonable. It's ready to go, hopefully won't need a lot of
>>> care and feeding before then.
>>>
>>> Re bootm I am still not thrilled with the outcome. We flushed out
>>> quite a few cases in dark corners at great expense, but don't have a
>>> lot of automated tests (only the vboot test actually runs bootm I
>>> think). Any ideas on what we should do here?
>>
>> Well, did you see where Michal's test case was?  It looks like that
>> should fail anywhere, not just microblaze.  For now, I really just want
>> to get this latest bug fixed.
> 
> OK I see it, will take a look.

Thanks Simon. I wanted to look at it but I am too busy with others things
which have higher priority.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20131204/4ee73c4f/attachment.pgp>

      reply	other threads:[~2013-12-04 10:33 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-28 23:27 [U-Boot] [PATCH v7 0/13] Driver model implementation, tests, demo and GPIO Simon Glass
2013-11-28 23:27 ` [U-Boot] [PATCH v7 01/13] sandbox: Build a device tree file for sandbox Simon Glass
2013-11-28 23:27 ` [U-Boot] [PATCH v7 02/13] Add cmd_process_error() to report and process errors Simon Glass
2013-11-28 23:27 ` [U-Boot] [PATCH v7 03/13] dm: Add README for driver model Simon Glass
2013-11-28 23:27 ` [U-Boot] [PATCH v7 04/13] dm: Add base driver model support Simon Glass
2013-11-28 23:27 ` [U-Boot] [PATCH v7 05/13] sandbox: config: Enable driver model Simon Glass
2013-11-28 23:27 ` [U-Boot] [PATCH v7 06/13] dm: Set up driver model after relocation Simon Glass
2013-11-28 23:27 ` [U-Boot] [PATCH v7 07/13] dm: Add basic tests Simon Glass
2013-11-28 23:27 ` [U-Boot] [PATCH v7 08/13] dm: Add a 'dm' command for testing Simon Glass
2013-11-28 23:27 ` [U-Boot] [PATCH v7 09/13] dm: Add a demonstration/example driver Simon Glass
2013-11-28 23:27 ` [U-Boot] [PATCH v7 10/13] dm: Add GPIO support and tests Simon Glass
2013-11-28 23:27 ` [U-Boot] [PATCH v7 11/13] sandbox: Convert GPIOs to use driver model Simon Glass
2013-11-28 23:27 ` [U-Boot] [PATCH v7 12/13] dm: Enable gpio command to support " Simon Glass
2013-11-28 23:27 ` [U-Boot] [PATCH v7 13/13] dm: Remove old driver model documentation Simon Glass
2013-11-29  1:00 ` [U-Boot] [PATCH v7 0/13] Driver model implementation, tests, demo and GPIO Masahiro Yamada
2013-11-29 10:47   ` Marek Vasut
2013-12-02 19:02   ` Mateusz Zalega
2013-12-02 20:27     ` Simon Glass
2013-12-03 21:24       ` Simon Glass
2013-12-03 21:34         ` Tom Rini
2013-12-03 21:47           ` Simon Glass
2013-12-03 21:54             ` Tom Rini
2013-12-03 22:17               ` Simon Glass
2013-12-04 10:33                 ` Michal Simek [this message]

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=529F050B.50408@monstr.eu \
    --to=monstr@monstr.eu \
    --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