From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 4/4] usb: am335x_evm: Disable CONFIG_SPL_DM_USB
Date: Sun, 18 Nov 2018 15:46:51 -0500 [thread overview]
Message-ID: <20181118204651.GR11247@bill-the-cat> (raw)
In-Reply-To: <514EAC65-86F6-4690-B9DA-2CB08D15F57E@svenschwermer.de>
On Sun, Nov 18, 2018 at 08:05:11PM +0100, Sven Schwermer wrote:
> >>> This configuration doesn't use USB in the SPL, so we need to disable
> >>> driver model for USB in the SPL.
> >>>
> >>> Signed-off-by: Sven Schwermer <sven@svenschwermer.de>
> >>
> >> How many other boards will need such a patch ?
> >
> > In this case, "all" am335x boards should as only am43xx and later offer
> > ROM loads SPL from a USB mass storage device (rather than showing up as
> > a CDC ethernet device).
>
> I actually tested this patch series on Travis CI and this was the only “offender”. See https://travis-ci.org/svenschwermer/u-boot/builds/456335517 <https://travis-ci.org/svenschwermer/u-boot/builds/456335517>
> Are the other boards not checked in Travis? If so, I’d go through them manually.
I mean functionally. But if you can confirm that it's not being enabled
on other platforms, that would be good, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181118/cd276385/attachment.sig>
next prev parent reply other threads:[~2018-11-18 20:46 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-15 8:20 [U-Boot] [PATCH] usb: Introduce CONFIG_SPL_DM_USB Sven Schwermer
2018-11-15 14:27 ` Marek Vasut
2018-11-15 15:09 ` Sven Schwermer
2018-11-15 15:16 ` Marek Vasut
2018-11-16 12:46 ` Sven Schwermer
2018-11-16 12:46 ` Marek Vasut
2018-11-17 12:20 ` [U-Boot] [PATCH v2 0/4] " Sven Schwermer
2018-11-15 7:50 ` [U-Boot] [PATCH v2 2/4] usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ Sven Schwermer
2018-11-18 3:32 ` Marek Vasut
2018-11-16 11:04 ` [U-Boot] [PATCH v2 4/4] usb: am335x_evm: Disable CONFIG_SPL_DM_USB Sven Schwermer
2018-11-18 3:33 ` Marek Vasut
2018-11-18 14:15 ` Tom Rini
2018-11-18 19:05 ` Sven Schwermer
2018-11-18 19:17 ` Marek Vasut
2018-11-18 20:46 ` Tom Rini [this message]
2018-11-20 9:09 ` Jean-Jacques Hiblot
2018-11-20 9:19 ` Jean-Jacques Hiblot
2018-11-17 11:14 ` [U-Boot] [PATCH v2 3/4] usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/ Sven Schwermer
2018-11-18 3:32 ` Marek Vasut
2018-11-17 11:37 ` [U-Boot] [PATCH v2 1/4] usb: Introduce CONFIG_SPL_DM_USB Sven Schwermer
2018-11-18 3:31 ` Marek Vasut
2018-11-18 19:08 ` Sven Schwermer
2018-11-18 19:19 ` Marek Vasut
2018-11-19 20:33 ` [U-Boot] [PATCH v3 0/5] " Sven Schwermer
2018-11-15 7:50 ` [U-Boot] [PATCH v3 4/5] usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ Sven Schwermer
2018-11-16 11:04 ` [U-Boot] [PATCH v3 2/5] usb: am335x_evm: Disable CONFIG_SPL_DM_USB Sven Schwermer
2018-11-19 21:18 ` Marek Vasut
2018-11-20 7:28 ` Sven Schwermer
2018-11-20 12:43 ` Marek Vasut
2018-11-20 13:22 ` Sven Schwermer
2018-11-20 13:31 ` Marek Vasut
2018-11-20 14:10 ` Sven Schwermer
2018-11-20 14:14 ` Marek Vasut
2018-11-20 15:21 ` Sven Schwermer
2018-11-20 15:47 ` Marek Vasut
2018-11-20 17:42 ` Sven Schwermer
2018-11-20 17:59 ` Marek Vasut
2018-11-20 20:01 ` Sven Schwermer
2018-11-20 20:11 ` Marek Vasut
2018-11-17 11:14 ` [U-Boot] [PATCH v3 5/5] usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/ Sven Schwermer
2018-11-17 11:37 ` [U-Boot] [PATCH v3 1/5] usb: Introduce CONFIG_SPL_DM_USB Sven Schwermer
2018-11-19 21:18 ` Marek Vasut
2018-11-20 7:25 ` Sven Schwermer
2018-11-20 12:49 ` Marek Vasut
2018-11-20 13:27 ` Sven Schwermer
2018-11-20 13:32 ` Marek Vasut
2018-11-20 15:30 ` Sven Schwermer
2018-11-20 15:48 ` Marek Vasut
2018-11-20 17:31 ` Sven Schwermer
2018-11-20 17:38 ` Marek Vasut
2018-11-20 19:28 ` Sven Schwermer
2018-11-20 19:34 ` Marek Vasut
2018-11-21 7:43 ` [U-Boot] [PATCH v3 RESEND 0/5] " Sven Schwermer
2018-11-21 7:43 ` [U-Boot] [PATCH v3 RESEND 1/5] " Sven Schwermer
2018-11-21 7:43 ` [U-Boot] [PATCH v3 RESEND 2/5] usb: am335x_evm: Disable CONFIG_SPL_DM_USB Sven Schwermer
2018-11-21 7:43 ` [U-Boot] [PATCH v3 RESEND 3/5] usb: Remove CMD_USB dependency for common code Sven Schwermer
2018-11-21 7:43 ` [U-Boot] [PATCH v3 RESEND 4/5] usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ Sven Schwermer
2018-11-21 7:43 ` [U-Boot] [PATCH v3 RESEND 5/5] usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/ Sven Schwermer
2018-11-21 14:08 ` [U-Boot] [PATCH v3 RESEND 0/5] usb: Introduce CONFIG_SPL_DM_USB Marek Vasut
2018-11-19 8:11 ` [U-Boot] [PATCH v3 3/5] usb: Remove CMD_USB dependency for common code Sven Schwermer
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=20181118204651.GR11247@bill-the-cat \
--to=trini@konsulko.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