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>,
	"AKASHI Takahiro" <takahiro.akashi@linaro.org>,
	"Alper Nebi Yasak" <alpernebiyasak@gmail.com>,
	"Andrew Scull" <ascull@google.com>,
	"Balamanikandan Gunasundar"
	<balamanikandan.gunasundar@microchip.com>,
	"Baruch Siach" <baruch@tkos.co.il>,
	"Bin Meng" <bmeng.cn@gmail.com>,
	"Brandon Maier" <brandon.maier@collins.com>,
	"Dario Binacchi" <dario.binacchi@amarulasolutions.com>,
	"Dzmitry Sankouski" <dsankouski@gmail.com>,
	"Fabio Estevam" <festevam@gmail.com>,
	"Heiko Schocher" <hs@denx.de>,
	"Heinrich Schuchardt" <xypron.glpk@gmx.de>,
	"Ilias Apalodimas" <ilias.apalodimas@linaro.org>,
	"Jaehoon Chung" <jh80.chung@samsung.com>,
	"Jeffy Chen" <jeffy.chen@rock-chips.com>,
	"Jim Liu" <jim.t90615@gmail.com>,
	"Joe Hershberger" <joe.hershberger@ni.com>,
	"Johan Jonker" <jbx6244@gmail.com>,
	"John Keeping" <john@metanate.com>,
	"Kautuk Consul" <kconsul@ventanamicro.com>,
	"Kever Yang" <kever.yang@rock-chips.com>,
	"Klaus Goger" <klaus.goger@theobroma-systems.com>,
	"Leo Yu-Chi Liang" <ycliang@andestech.com>,
	"Lukasz Majewski" <l.majewski@samsung.com>,
	"Marek Behún" <kabel@kernel.org>, "Marek Vasut" <marex@denx.de>,
	"Mario Six" <mario.six@gdsys.cc>,
	"Michael Trimarchi" <michael@amarulasolutions.com>,
	"Michal Simek" <michal.simek@amd.com>,
	"Michal Suchanek" <msuchanek@suse.de>,
	"Nate Drude" <nate.d@variscite.com>,
	"Pali Rohár" <pali@kernel.org>,
	"Pavel Herrmann" <morpheus.ibis@gmail.com>,
	"Peng Fan" <peng.fan@nxp.com>,
	"Philipp Tomsich" <philipp.tomsich@theobroma-systems.com>,
	"Philippe Reynes" <philippe.reynes@softathome.com>,
	"Quentin Schulz" <quentin.schulz@theobroma-systems.com>,
	"Rasmus Villemoes" <rasmus.villemoes@prevas.dk>,
	"Robert Marko" <robimarko@gmail.com>,
	"Samuel Dionne-Riel" <samuel@dionne-riel.com>,
	"Samuel Holland" <samuel@sholland.org>,
	"Sean Anderson" <sean.anderson@seco.com>,
	"Stefan Roese" <sr@denx.de>, "Stefano Babic" <sbabic@denx.de>,
	"Tim Harvey" <tharvey@gateworks.com>,
	"Wolfgang Denk" <wd@denx.de>, "Ye Li" <ye.li@nxp.com>,
	"huang lin" <hl@rock-chips.com>
Subject: Re: [PATCH v5 00/44] More tidy-ups of Kconfig options
Date: Fri, 3 Mar 2023 18:43:22 -0500	[thread overview]
Message-ID: <20230303234322.GV968799@bill-the-cat> (raw)
In-Reply-To: <20230222163425.2043934-1-sjg@chromium.org>

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

On Wed, Feb 22, 2023 at 09:33:41AM -0700, Simon Glass wrote:

> This series was split out of the old 'split config' splc series. It
> contains clean-up patches which do not depend on split config.
> 
> This is available at u-boot-dm/spld-working
> 
> The size changes look pretty good: https://paste.debian.net/1271742/
> 
> The remaining patches will move into a new 'splg' series (G for Good).
> 
> [1] https://patchwork.ozlabs.org/project/uboot/list/?series=341504&state=*
> 
> Changes in v5:
> - Fix reply typo
> - Change approach and expand notes after more investigation
> - Drop FSL_ISBC_KEY_EXT patch as it changes the size
> - Drop PHY_CADENCE_SIERRA patch as it changes the size
> 
> Changes in v4:
> - Avoid use of def_bool
> - Modify to get rid of def_bool
> - Adjust Kconfig ordering
> - Just fix the typo
> - Reduce and rename commit
> - Reduce and rename commit
> - Fix 'wanderboard' typo
> - Reduce and rename commit
> 
> Changes in v3:
> - Add new patch to disable QFW bootmeth in SPL
> - Move the option down to the non-SPL part of drivers/Makefile
> - Correct 'VPL' typo
> - Use a consistent format for the comment
> - Fix a transitory build error with sandbox_spl
> - Add a new patch to disallow commands in SPL
> 
> Changes in v2:
> - Rebase to previous series
> 
> Simon Glass (44):
>   mtd: Drop unused kb9202_nand driver
>   mtd: Drop unused CONFIG_ONENAND_U_BOOT
>   sh4: Drop unused twl6030 driver
>   moveconfig: Update to detect / correct missing SPL Kconfigs
>   bootstd: Disable QFW bootmeth in SPL
>   Correct SPL uses of ARCH_MVEBU
>   Correct SPL uses of DISPLAY_AER_FULL
>   Correct SPL uses of MULTIPLEXER
>   Correct SPL use of PG_WCOM_UBOOT_UPDATE_SUPPORTED
>   Correct SPL uses of PHY_FIXED
>   boot: Add Kconfigs for BOOTMETH_VBE_REQUEST
>   Correct SPL use of DM_RNG
>   lib: Add a Kconfig for SPL_BZIP2
>   moveconfig: Various minor improvements
>   sandbox: Expand size for VPL image
>   event: Add Kconfig options for SPL
>   bootstd: Correct 'VPL' typo
>   env: Avoid checking ENV_IS_IN when env disabled
>   env: Allow VPL environment to be nowhere
>   lib: Add VPL options for SHA1 and SHA256
>   x86: Use string functions for all 32-bit builds
>   lib: Fix build condition for tiny-printf
>   sandbox: Tidy up RTC options
>   sandbox: Use the generic VPL option to enable VPL
>   sandbox: Tidy up I2C options
>   fixdep: Add support for VPL
>   fixdep: Refactor to make testing easier
>   fixdep: Add some tests for parse_config_line()
>   test: Add SPL versions of the TEST_KCONFIG options
>   lib: Add an SPL config for LIB_UUID
>   test: Tidy up sandbox handling in test-main
>   x86: Fix up use of X86_32BIT_INIT and X86_64 options
>   Add VPL options for BLOBLIST
>   rockchip: Avoid checking environment without ENV_SUPPORT
>   freescale: Drop old pre-DM_ETH code
>   imx: Use SATA instead of CMD_SATA
>   net: Add an SPL config for atheros
>   freescale: Fix odd use of ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE
>   serial: Support ns16550 driver in TPL
>   dm: Add a TPL symbol for simple-bus
>   x86: coral: Add missing TPL options
>   power: wandboard: Add a missing CONFIG
>   venice: Simplify conditions for network init
>   command: Don't allow commands in SPL

I've applied almost all of this series. I've left the moveconfig.py
stuff for now as I'm not sure it's useful until split config. I've
followed up about the X86_32BIT_INIT patch as I do want to see that
boot-tested, and I've left the ns16650 TPL patch as both that feel like
"split config makes this an issue" rather than an issue we have today
and fwiw, the dependencies are wrong in that there's no TPL for omap2
which I didn't reply directly to, I only noticed as reviewing the series
locally before merging.

-- 
Tom

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

  parent reply	other threads:[~2023-03-04 12:45 UTC|newest]

Thread overview: 94+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-22 16:33 [PATCH v5 00/44] More tidy-ups of Kconfig options Simon Glass
2023-02-22 16:33 ` [PATCH v5 01/44] mtd: Drop unused kb9202_nand driver Simon Glass
2023-03-03 23:41   ` Tom Rini
2023-02-22 16:33 ` [PATCH v5 02/44] mtd: Drop unused CONFIG_ONENAND_U_BOOT Simon Glass
2023-03-03 23:41   ` Tom Rini
2023-02-22 16:33 ` [PATCH v5 03/44] sh4: Drop unused twl6030 driver Simon Glass
2023-03-03 23:41   ` Tom Rini
2023-02-22 16:33 ` [PATCH v5 04/44] moveconfig: Update to detect / correct missing SPL Kconfigs Simon Glass
2023-02-22 16:33 ` [PATCH v5 05/44] bootstd: Disable QFW bootmeth in SPL Simon Glass
2023-03-03 23:41   ` Tom Rini
2023-02-22 16:33 ` [PATCH v5 06/44] Correct SPL uses of ARCH_MVEBU Simon Glass
2023-02-22 16:33 ` [PATCH v5 07/44] Correct SPL uses of DISPLAY_AER_FULL Simon Glass
2023-03-03 23:41   ` Tom Rini
2023-02-22 16:33 ` [PATCH v5 08/44] Correct SPL uses of MULTIPLEXER Simon Glass
2023-03-03 23:41   ` Tom Rini
2023-02-22 16:33 ` [PATCH v5 09/44] Correct SPL use of PG_WCOM_UBOOT_UPDATE_SUPPORTED Simon Glass
2023-03-03 23:41   ` Tom Rini
2023-02-22 16:33 ` [PATCH v5 10/44] Correct SPL uses of PHY_FIXED Simon Glass
2023-03-03 23:41   ` Tom Rini
2023-02-22 16:33 ` [PATCH v5 11/44] boot: Add Kconfigs for BOOTMETH_VBE_REQUEST Simon Glass
2023-03-03 23:41   ` Tom Rini
2023-02-22 16:33 ` [PATCH v5 12/44] Correct SPL use of DM_RNG Simon Glass
2023-03-03 23:41   ` Tom Rini
2023-02-22 16:33 ` [PATCH v5 13/44] lib: Add a Kconfig for SPL_BZIP2 Simon Glass
2023-03-03 23:41   ` Tom Rini
2023-02-22 16:33 ` [PATCH v5 14/44] moveconfig: Various minor improvements Simon Glass
2023-02-22 16:33 ` [PATCH v5 15/44] sandbox: Expand size for VPL image Simon Glass
2023-03-03 23:42   ` Tom Rini
2023-02-22 16:33 ` [PATCH v5 16/44] event: Add Kconfig options for SPL Simon Glass
2023-03-03 23:42   ` Tom Rini
2023-02-22 16:33 ` [PATCH v5 17/44] bootstd: Correct 'VPL' typo Simon Glass
2023-03-03 23:42   ` Tom Rini
2023-02-22 16:33 ` [PATCH v5 18/44] env: Avoid checking ENV_IS_IN when env disabled Simon Glass
2023-03-02 17:25   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 19/44] env: Allow VPL environment to be nowhere Simon Glass
2023-03-03 23:42   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 20/44] lib: Add VPL options for SHA1 and SHA256 Simon Glass
2023-03-03 23:42   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 21/44] x86: Use string functions for all 32-bit builds Simon Glass
2023-03-02 20:37   ` Tom Rini
2023-03-15 14:05     ` Simon Glass
2023-02-22 16:34 ` [PATCH v5 22/44] lib: Fix build condition for tiny-printf Simon Glass
2023-03-03 23:42   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 23/44] sandbox: Tidy up RTC options Simon Glass
2023-03-03 23:42   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 24/44] sandbox: Use the generic VPL option to enable VPL Simon Glass
2023-03-03 23:42   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 25/44] sandbox: Tidy up I2C options Simon Glass
2023-02-23  5:43   ` Heiko Schocher
2023-03-03 23:42   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 26/44] fixdep: Add support for VPL Simon Glass
2023-02-22 16:34 ` [PATCH v5 27/44] fixdep: Refactor to make testing easier Simon Glass
2023-02-22 16:34 ` [PATCH v5 28/44] fixdep: Add some tests for parse_config_line() Simon Glass
2023-02-22 16:34 ` [PATCH v5 29/44] test: Add SPL versions of the TEST_KCONFIG options Simon Glass
2023-02-22 16:34 ` [PATCH v5 30/44] lib: Add an SPL config for LIB_UUID Simon Glass
2023-02-23  6:14   ` Heinrich Schuchardt
2023-02-23 23:07     ` Simon Glass
2023-03-03 23:42   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 31/44] test: Tidy up sandbox handling in test-main Simon Glass
2023-03-03 23:42   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 32/44] x86: Fix up use of X86_32BIT_INIT and X86_64 options Simon Glass
2023-03-03 14:50   ` Tom Rini
2023-03-06 17:53     ` Simon Glass
2023-02-22 16:34 ` [PATCH v5 33/44] Add VPL options for BLOBLIST Simon Glass
2023-03-03 23:42   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 34/44] rockchip: Avoid checking environment without ENV_SUPPORT Simon Glass
2023-02-23 16:16   ` Quentin Schulz
2023-02-22 16:34 ` [PATCH v5 35/44] freescale: Drop old pre-DM_ETH code Simon Glass
2023-03-03 23:42   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 36/44] imx: Use SATA instead of CMD_SATA Simon Glass
2023-02-22 16:43   ` Baruch Siach
2023-02-22 19:16     ` Simon Glass
2023-03-03 23:42   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 37/44] net: Add an SPL config for atheros Simon Glass
2023-03-03 23:42   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 38/44] freescale: Fix odd use of ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE Simon Glass
2023-03-02 20:42   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 39/44] serial: Support ns16550 driver in TPL Simon Glass
2023-03-03 23:42   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 40/44] dm: Add a TPL symbol for simple-bus Simon Glass
2023-03-03 23:43   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 41/44] x86: coral: Add missing TPL options Simon Glass
2023-03-03 23:43   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 42/44] power: wandboard: Add a missing CONFIG Simon Glass
2023-03-03 23:43   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 43/44] venice: Simplify conditions for network init Simon Glass
2023-03-03 23:43   ` Tom Rini
2023-02-22 16:34 ` [PATCH v5 44/44] command: Don't allow commands in SPL Simon Glass
2023-03-02 20:30   ` Tom Rini
2023-03-03 23:43   ` Tom Rini
2023-03-03 23:43 ` Tom Rini [this message]
2023-03-06 18:20   ` [PATCH v5 00/44] More tidy-ups of Kconfig options Simon Glass
2023-03-11 15:28     ` Tom Rini
2023-03-11 19:34       ` 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=20230303234322.GV968799@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=alpernebiyasak@gmail.com \
    --cc=ascull@google.com \
    --cc=balamanikandan.gunasundar@microchip.com \
    --cc=baruch@tkos.co.il \
    --cc=bmeng.cn@gmail.com \
    --cc=brandon.maier@collins.com \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=dsankouski@gmail.com \
    --cc=festevam@gmail.com \
    --cc=hl@rock-chips.com \
    --cc=hs@denx.de \
    --cc=ilias.apalodimas@linaro.org \
    --cc=jbx6244@gmail.com \
    --cc=jeffy.chen@rock-chips.com \
    --cc=jh80.chung@samsung.com \
    --cc=jim.t90615@gmail.com \
    --cc=joe.hershberger@ni.com \
    --cc=john@metanate.com \
    --cc=kabel@kernel.org \
    --cc=kconsul@ventanamicro.com \
    --cc=kever.yang@rock-chips.com \
    --cc=klaus.goger@theobroma-systems.com \
    --cc=l.majewski@samsung.com \
    --cc=marex@denx.de \
    --cc=mario.six@gdsys.cc \
    --cc=michael@amarulasolutions.com \
    --cc=michal.simek@amd.com \
    --cc=morpheus.ibis@gmail.com \
    --cc=msuchanek@suse.de \
    --cc=nate.d@variscite.com \
    --cc=pali@kernel.org \
    --cc=peng.fan@nxp.com \
    --cc=philipp.tomsich@theobroma-systems.com \
    --cc=philippe.reynes@softathome.com \
    --cc=quentin.schulz@theobroma-systems.com \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=robimarko@gmail.com \
    --cc=samuel@dionne-riel.com \
    --cc=samuel@sholland.org \
    --cc=sbabic@denx.de \
    --cc=sean.anderson@seco.com \
    --cc=sjg@chromium.org \
    --cc=sr@denx.de \
    --cc=takahiro.akashi@linaro.org \
    --cc=tharvey@gateworks.com \
    --cc=u-boot@lists.denx.de \
    --cc=wd@denx.de \
    --cc=xypron.glpk@gmx.de \
    --cc=ycliang@andestech.com \
    --cc=ye.li@nxp.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.