From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 00/29] Kconfig: Move console options to Kconfig
Date: Sun, 23 Oct 2016 21:40:12 -0400 [thread overview]
Message-ID: <20161024014012.GD18591@bill-the-cat> (raw)
In-Reply-To: <1476756782-26147-1-git-send-email-sjg@chromium.org>
On Mon, Oct 17, 2016 at 08:12:33PM -0600, Simon Glass wrote:
> This series moves a number of console-related CONFIG options to Kconfig.
> Those that are not currently used are removed.
>
> A few unused video drivers are also removed and there are a few minor
> adjustments to improve the code. But mostly this follows the output of
> the moveconfig tool.
So I've merged this now, and while I got almost everything correct with
some re-ordering of patches and a few re-runnings of moveconfig.py,
there's a few changes I want to make everyone aware of.
A number of PowerPC Freescale boards have a small SPL size increase
because they used to do:
#ifndef CONFIG_SPL_BUILD
#define CONFIG_CONSOLE_MUX
#define CONFIG_CONSOLE_IS_IN_ENV
#endif
And now they do not.
Finally, sandbox_spl has a small size increase too that comes in at the
stdio deregister patch but I don't see _why_.
Thanks for doing the conversion Simon!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161023/39b24c0f/attachment.sig>
next prev parent reply other threads:[~2016-10-24 1:40 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-18 2:12 [U-Boot] [PATCH v4 00/29] Kconfig: Move console options to Kconfig Simon Glass
2016-10-18 2:12 ` [U-Boot] [PATCH v4 01/29] Remove some merge markers Simon Glass
2016-10-20 14:11 ` Jagan Teki
2016-10-24 1:40 ` [U-Boot] [U-Boot,v4,01/29] " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 02/29] Convert SILENT_CONSOLE options to Kconfig Simon Glass
2016-10-20 14:27 ` Jagan Teki
2016-10-24 1:40 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 03/29] Convert CONSOLE_PRE_CONSOLE_BUFFER " Simon Glass
2016-10-20 14:23 ` Jagan Teki
2016-10-24 1:41 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 04/29] Convert CONFIG_SYS_CONSOLE_IS_IN_ENV et al " Simon Glass
2016-10-24 1:41 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 05/29] config: Drop CONFIG_CONSOLE Simon Glass
2016-10-20 14:24 ` Jagan Teki
2016-10-24 1:41 ` [U-Boot] [U-Boot,v4,05/29] " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 06/29] config: Drop CONFIG_CONSOLE_DEV Simon Glass
2016-10-20 14:31 ` Jagan Teki
2016-10-24 1:41 ` [U-Boot] [U-Boot,v4,06/29] " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 07/29] Convert CONFIG_VIDEO to Kconfig Simon Glass
2016-10-20 14:34 ` Jagan Teki
2016-10-24 1:41 ` [U-Boot] [U-Boot,v4,07/29] " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 08/29] Convert CONFIG_CFB_CONSOLE " Simon Glass
2016-10-24 1:41 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 09/29] Convert CONFIG_CFB_CONSOLE_ANSI " Simon Glass
2016-10-24 1:41 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 10/29] Convert CONFIG_VIDEO_CT69000 " Simon Glass
2016-10-24 1:41 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 11/29] Convert CONFIG_SYS_CONSOLE_BG_COL et al " Simon Glass
2016-10-24 1:41 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 12/29] video: Drop the smiLynxEM driver Simon Glass
2016-10-24 1:41 ` [U-Boot] [U-Boot,v4,12/29] " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 13/29] video: Drop the imx25lcdc driver Simon Glass
2016-10-24 1:42 ` [U-Boot] [U-Boot,v4,13/29] " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 14/29] video: Drop the s3c-fb driver Simon Glass
2016-10-24 1:42 ` [U-Boot] [U-Boot,v4,14/29] " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 15/29] video: Drop the sed13806 driver Simon Glass
2016-10-24 1:42 ` [U-Boot] [U-Boot,v4,15/29] " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 16/29] Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig Simon Glass
2016-10-24 1:42 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 17/29] video: Drop CONFIG_VIDEO_HW_CURSOR Simon Glass
2016-10-24 1:42 ` [U-Boot] [U-Boot,v4,17/29] " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 18/29] Convert CONFIG_VIDEO_SW_CURSOR to Kconfig Simon Glass
2016-10-24 1:42 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 19/29] video: Drop CONFIG_VIDEO_SW_CURSOR Simon Glass
2016-10-24 1:40 ` [U-Boot] [U-Boot,v4,19/29] " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 20/29] Convert CONFIG_CONSOLE_EXTRA_INFO to Kconfig Simon Glass
2016-10-24 1:42 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 21/29] video: Move video_get_info_str() prototype to a header file Simon Glass
2016-10-24 1:42 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 22/29] video: Drop CONFIG_CONSOLE_INFO_QUIET Simon Glass
2016-10-24 1:42 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 23/29] Convert CONFIG_LCD to Kconfig Simon Glass
2016-10-20 14:36 ` Jagan Teki
2016-10-24 1:42 ` [U-Boot] [U-Boot,v4,23/29] " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 24/29] Convert CONFIG_CONSOLE_SCROLL_LINES " Simon Glass
2016-10-24 1:42 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 25/29] Convert CONFIG_SYS_CONSOLE_ENV_OVERWRITE " Simon Glass
2016-10-24 1:43 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:12 ` [U-Boot] [PATCH v4 26/29] Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE " Simon Glass
2016-10-24 1:43 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:13 ` [U-Boot] [PATCH v4 27/29] Convert CONFIG_SYS_CONSOLE_INFO_QUIET " Simon Glass
2016-10-24 1:43 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:13 ` [U-Boot] [PATCH v4 28/29] Convert CONFIG_USB_KEYBOARD " Simon Glass
2016-10-24 1:43 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-18 2:13 ` [U-Boot] [PATCH v4 29/29] Convert CONFIG_SYS_STDIO_DEREGISTER " Simon Glass
2016-10-24 1:43 ` [U-Boot] [U-Boot, v4, " Tom Rini
2016-10-24 1:40 ` Tom Rini [this message]
2016-10-26 16:31 ` [U-Boot] [PATCH v4 00/29] Kconfig: Move console options " 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=20161024014012.GD18591@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