All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Simon Glass <sjg@chromium.org>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>,
	Greg Malysa <greg.malysa@timesys.com>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Jaehoon Chung <jh80.chung@samsung.com>,
	Jonas Karlman <jonas@kwiboo.se>,
	Kongyang Liu <seashell11234455@gmail.com>,
	Leo Yu-Chi Liang <ycliang@andestech.com>,
	Marek Vasut <marek.vasut+renesas@mailbox.org>,
	Paul Barker <paul.barker.ct@bp.renesas.com>,
	Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH 12/18] mmc: Support driver model in TPL
Date: Wed, 4 Sep 2024 12:14:33 -0600	[thread overview]
Message-ID: <20240904181433.GW2479150@bill-the-cat> (raw)
In-Reply-To: <20240828014538.3322013-13-sjg@chromium.org>

[-- Attachment #1: Type: text/plain, Size: 811 bytes --]

On Tue, Aug 27, 2024 at 07:45:31PM -0600, Simon Glass wrote:

> Some boards want to use DM_MMC in TPL so add an option for that.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
> 
>  drivers/mmc/Kconfig | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
> index 982e84dc3bc..2b55ddb7af2 100644
> --- a/drivers/mmc/Kconfig
> +++ b/drivers/mmc/Kconfig
> @@ -61,6 +61,18 @@ config SPL_DM_MMC
>  	  appear as block devices in U-Boot and can support filesystems such
>  	  as EXT4 and FAT.
>  
> +config TPL_DM_MMC
> +	bool "Enable MMC controllers using Driver Model in TPL"
> +	depends on TPL_DM && DM_MMC
> +	default y

This shouldn't be "default y" as it's adding 128 bytes to TPL on a lot
of platforms.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  reply	other threads:[~2024-09-04 18:14 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-28  1:45 [PATCH 00/18] vbe: Series part D Simon Glass
2024-08-28  1:45 ` [PATCH 01/18] sandbox: Add missing header file Simon Glass
2024-08-28  1:45 ` [PATCH 02/18] bootstd: Add stub for bootdev_setup_for_sibling_blk() Simon Glass
2024-08-28  1:45 ` [PATCH 03/18] gzip: Correct function comment for gunzip() Simon Glass
2024-08-28  1:45 ` [PATCH 04/18] fdtdec: Support separate BSS for all XPL builds Simon Glass
2024-08-28  1:45 ` [PATCH 05/18] tiny-printf: Correct return values Simon Glass
2024-08-28  1:45 ` [PATCH 06/18] tpl: Support numbered aliases in device tree Simon Glass
2024-08-28  1:45 ` [PATCH 07/18] ram: Support driver model in TPL Simon Glass
2024-09-04 18:14   ` Tom Rini
2024-08-28  1:45 ` [PATCH 08/18] serial: Support debug UART " Simon Glass
2024-08-28  1:45 ` [PATCH 09/18] armv8: Support not having separate BSS Simon Glass
2024-08-28  1:45 ` [PATCH 10/18] arm: cache: Drop a stale comment Simon Glass
2024-08-28  1:45 ` [PATCH 11/18] arm: Fix up a stale comment in sections.c Simon Glass
2024-08-28  1:45 ` [PATCH 12/18] mmc: Support driver model in TPL Simon Glass
2024-09-04 18:14   ` Tom Rini [this message]
2024-08-28  1:45 ` [PATCH 13/18] mmc: Add more debugging for SPL Simon Glass
2024-08-28  3:38   ` Marek Vasut
2024-08-29 14:05     ` Simon Glass
2024-09-04 18:14   ` Tom Rini
2024-08-28  1:45 ` [PATCH 14/18] mmc: Log the error when init fails Simon Glass
2024-08-28  1:45 ` [PATCH 15/18] mmc: rockchip: Log some error returns Simon Glass
2024-08-28  1:45 ` [PATCH 16/18] mmc: rockchip: Allow clocks to be missing Simon Glass
2024-08-28  1:45 ` [PATCH 17/18] rockchip: mmc: Fix a missing colon Simon Glass
2024-08-29  6:36   ` Sughosh Ganu
2024-08-28  1:45 ` [PATCH 18/18] rockchip: Provided SPL control over efuse presence Simon Glass
2024-08-28  9:59 ` [PATCH 00/18] vbe: Series part D Peter Robinson
2024-08-28 22:16   ` Simon Glass
2024-08-30  0:49     ` Tom Rini
2024-08-30  1:06       ` Simon Glass
2024-08-30  1:46         ` Tom Rini
2024-09-20  7:25           ` Simon Glass
2024-09-20 15:01             ` Tom Rini
2024-09-20 16:04               ` Simon Glass
2024-09-20 16:40                 ` Tom Rini
2024-09-25 12:50                   ` Simon Glass

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=20240904181433.GW2479150@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=greg.malysa@timesys.com \
    --cc=jh80.chung@samsung.com \
    --cc=jonas@kwiboo.se \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=paul.barker.ct@bp.renesas.com \
    --cc=peng.fan@nxp.com \
    --cc=seashell11234455@gmail.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.de \
    --cc=ycliang@andestech.com \
    /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.