<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>294bbd1f - drm/panic: Add support for drawing a monochrome graphical logo</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#294bbd1f</link>
        <description>drm/panic: Add support for drawing a monochrome graphical logoRe-use the existing support for boot-up logos to draw a monochromegraphical logo in the DRM panic handler.  When no suitable graphicallogo is available, the code falls back to the ASCII art penguin logo.Note that all graphical boot-up logos are freed during late kernelinitialization, hence a copy must be made for later use.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Reviewed-by: Jocelyn Falempe &lt;jfalempe@redhat.com&gt;Signed-off-by: Jocelyn Falempe &lt;jfalempe@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/3f1a5f56213f3e4584773eb2813e212b2dff6d14.1718305355.git.geert+renesas@glider.be

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Thu, 13 Jun 2024 19:18:05 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>701a9b9d - video: logo: LOGO should depend on FB_CORE i.s.o. FB</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#701a9b9d</link>
        <description>video: logo: LOGO should depend on FB_CORE i.s.o. FBIf CONFIG_FB_CORE=y and CONFIG_FB=n, the frame buffer bootup logos canno longer be enabled.  Fix this by making CONFIG_LOGO depend onCONFIG_FB_CORE instead of CONFIG_FB, as there is no good reason for thelogo code to depend on the presence of real frame buffer device drivers.Fixes: 55bffc8170bb (&quot;fbdev: Split frame buffer support in FB and FB_CORE symbols&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Signed-off-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/e4142b7cc9aad9975de1bc6b1c7d86ccee487e4c.1690535997.git.geert+renesas@glider.be

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Fri, 28 Jul 2023 09:21:11 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>890d14d2 - fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line option</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#890d14d2</link>
        <description>fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line optionA command line option is much more flexible than a config option andthe supporting code is small. Gets rid of #ifdefs in the code too...Suggested-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Cc: Jonathan Corbet &lt;corbet@lwn.net&gt;Signed-off-by: Peter Rosin &lt;peda@axentia.se&gt;Signed-off-by: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Wed, 16 Jan 2019 16:42:35 +0000</pubDate>
        <dc:creator>Peter Rosin &lt;peda@axentia.se&gt;</dc:creator>
    </item>
<item>
        <title>3d8b1933 - fbdev: fbmem: add config option to center the bootup logo</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#3d8b1933</link>
        <description>fbdev: fbmem: add config option to center the bootup logoIf there are extra logos (CONFIG_FB_LOGO_EXTRA) the heights of theseextra logos are not considered when centering the first logo vertically.Signed-off-by: Peter Rosin &lt;peda@axentia.se&gt;Signed-off-by: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Thu, 20 Dec 2018 18:13:08 +0000</pubDate>
        <dc:creator>Peter Rosin &lt;peda@axentia.se&gt;</dc:creator>
    </item>
<item>
        <title>8cbfbae8 - video/logo: remove obsolete logo files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#8cbfbae8</link>
        <description>video/logo: remove obsolete logo filesThe blackfin and m32r architectures are getting removed, so it&apos;stime to clean up the logos as well.Acked-by: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Fri, 09 Mar 2018 15:32:20 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>c5f9ee3d - x86, platforms: Remove SGI Visual Workstation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#c5f9ee3d</link>
        <description>x86, platforms: Remove SGI Visual WorkstationThe SGI Visual Workstation seems to be dead; remove support so wedon&apos;t have to continue maintaining it.Cc: Andrey Panin &lt;pazke@donpac.ru&gt;Cc: Michael Reed &lt;mdr@sgi.com&gt;Link: http://lkml.kernel.org/r/530CFD6C.7040705@zytor.comSigned-off-by: H. Peter Anvin &lt;hpa@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Tue, 25 Feb 2014 20:05:34 +0000</pubDate>
        <dc:creator>H. Peter Anvin &lt;hpa@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>122a881c - video/logo: add support for Blackfin/Linux logo for framebuffer console</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#122a881c</link>
        <description>video/logo: add support for Blackfin/Linux logo for framebuffer consoleThis art design is beautiful, isn&apos;t it?  And you can watch our demo onYouTube: http://youtube.com/watch?v=fKyQOntPEFsSigned-off-by: Robin Getz &lt;robin.getz@analog.com&gt;Signed-off-by: Bryan Wu &lt;cooloney@kernel.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Wed, 14 May 2008 23:05:48 +0000</pubDate>
        <dc:creator>Robin Getz &lt;robin.getz@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>04e08d0e - fbdev: make fb_append_extra_logo() depend on fb=y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#04e08d0e</link>
        <description>fbdev: make fb_append_extra_logo() depend on fb=yWe can&apos;t show the extra logo from boot code if FB is built as a module.Make the FB_LOGO_EXTRA depend on FB=y.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Al Viro &lt;viro@zeniv.linux.org.uk&gt;Cc: &quot;Antonino A. Daplas&quot; &lt;adaplas@pol.net&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Wed, 18 Jul 2007 07:49:09 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>bce94513 - Cell: Draw SPE helper penguin logos</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#bce94513</link>
        <description>Cell: Draw SPE helper penguin logosLet spu_management_ops.enumerate_spus() return the number of found SPEsand use that information to draw some little helper penguin logos.Signed-off-by: Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&gt;Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-By: James Simmons &lt;jsimmons@infradead.org&gt;Cc: &quot;Antonino A. Daplas&quot; &lt;adaplas@pol.net&gt;Cc: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Tue, 17 Jul 2007 11:05:52 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&gt;</dc:creator>
    </item>
<item>
        <title>9900abfb - fbdev: Add fb_append_extra_logo()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#9900abfb</link>
        <description>fbdev: Add fb_append_extra_logo()Add fb_append_extra_logo(), to append extra lines of logos below the standardLinux logo.Signed-off-by: Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&gt;Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;Acked-By: James Simmons &lt;jsimmons@infradead.org&gt;Cc: &quot;Antonino A. Daplas&quot; &lt;adaplas@pol.net&gt;Cc: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;Cc: Paul Mackerras &lt;paulus@samba.org&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Tue, 17 Jul 2007 11:05:50 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&gt;</dc:creator>
    </item>
<item>
        <title>32dd3803 - Use menuconfig objects II: video/logo</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#32dd3803</link>
        <description>Use menuconfig objects II: video/logoChange Kconfig objects from &quot;menu, config&quot; into &quot;menuconfig&quot; so that the usercan disable the whole feature without having to enter the menu first.Signed-off-by: Jan Engelhardt &lt;jengelh@gmx.de&gt;Signed-off-by: Antonino Daplas &lt;adaplas@gmail.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Tue, 08 May 2007 07:40:04 +0000</pubDate>
        <dc:creator>Jan Engelhardt &lt;jengelh@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>0b57ee9e - [SPARC]: introduce a SPARC Kconfig symbol</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#0b57ee9e</link>
        <description>[SPARC]: introduce a SPARC Kconfig symbolIntroduce a Kconfig symbol SPARC that is defined on both the sparc andsparc64 architectures.This symbol makes some dependencies more readable.Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Fri, 23 Dec 2005 05:03:47 +0000</pubDate>
        <dc:creator>Adrian Bunk &lt;bunk@stusta.de&gt;</dc:creator>
    </item>
<item>
        <title>e65c0850 - [PATCH] framebuffer: add some help text in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#e65c0850</link>
        <description>[PATCH] framebuffer: add some help text in KconfigFrame buffer driver help text changes:- Move S3 Trio next to S3 Savage;- add or clarify help text for several FB drivers;- add help text for FB console;- add help text for bootup logos;Acked-by: Antonino Daplas &lt;adaplas@pol.net&gt;Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Mon, 07 Nov 2005 09:00:28 +0000</pubDate>
        <dc:creator>Randy.Dunlap &lt;rdunlap@xenotime.net&gt;</dc:creator>
    </item>
<item>
        <title>316240f6 - [PATCH] m32r: framebuffer device support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#316240f6</link>
        <description>[PATCH] m32r: framebuffer device supportThis patch is for supporting Epson s1d13xxx framebuffer device for m32r.  #Sorry, a little bigger.The Epson s1d13806 is already supported by 2.6.12 kernel, and its driver isplaced as drivers/video/s1d13xxxfb.c.For the m32r, a header file include/asm-m32r/s1d13806.h was prepared forseveral m32r target platforms.  It was originally generated by an Epsontool S1D13806CFG.EXE, and modified manually for the m32r platforms.Signed-off-by: Hayato Fujiwara &lt;fujiwara@linux-m32r.org&gt;Signed-off-by: Hirokazu Takata &lt;takata@linux-m32r.org&gt;Cc: &quot;Antonino A. Daplas&quot; &lt;adaplas@pol.net&gt;Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Fri, 08 Jul 2005 00:59:32 +0000</pubDate>
        <dc:creator>Hirokazu Takata &lt;takata@linux-m32r.org&gt;</dc:creator>
    </item>
<item>
        <title>f1dee7ea - [SPARC]: Enable sun logo on sparc32</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#f1dee7ea</link>
        <description>[SPARC]: Enable sun logo on sparc32This enables the sun linux logo to be selected on sparc32.Signed-off-by: Bob Breuer &lt;breuerr@mc.net&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Mon, 25 Apr 2005 03:42:45 +0000</pubDate>
        <dc:creator>Bob Breuer &lt;breuerr@mc.net&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/video/logo/Kconfig#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/drivers/video/logo/Kconfig</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
