<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>0031af9ce7b1c2d98ce77cc20bd7546d64e334fe - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig#0031af9ce7b1c2d98ce77cc20bd7546d64e334fe</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig</description>
        <pubDate>Sat, 26 Aug 2017 19:10:40 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>b48dcd37511eb9856a36596c8f7c0578d32fa83d - x86: conga-qeval20-qa3-e3845: Select SERIAL_RX_BUFFER via Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig#b48dcd37511eb9856a36596c8f7c0578d32fa83d</link>
        <description>x86: conga-qeval20-qa3-e3845: Select SERIAL_RX_BUFFER via KconfigTo support more input characters (longer stings pasted into the U-Bootprompt) without dropping, lets selects the recently added UART RXbuffer for these boards.Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;Cc: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig</description>
        <pubDate>Wed, 16 Aug 2017 15:37:17 +0000</pubDate>
        <dc:creator>Stefan Roese &lt;sr@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>d529124fdcf941c34074fd1ce600f4b1b4a7dd07 - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig#d529124fdcf941c34074fd1ce600f4b1b4a7dd07</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig</description>
        <pubDate>Tue, 08 Aug 2017 21:06:19 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>14a937ffb9ff4f7f3eaad229be900c1571a431af - x86: conga: Add option to select different config headers for baseboards</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig#14a937ffb9ff4f7f3eaad229be900c1571a431af</link>
        <description>x86: conga: Add option to select different config headers for baseboardsThis patch adds the infrastructure to define different config headerswith different configurations and default environment for the baseboardsthat can now be selected via Kconfig. The new configuration for thetheadorable-x86-conga-qa3-e3845 is also added. Also the new defconfigfile for this new target is added.Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;Cc: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig</description>
        <pubDate>Tue, 08 Aug 2017 09:52:13 +0000</pubDate>
        <dc:creator>Stefan Roese &lt;sr@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>07d778382200a05a8b86cc135f79ec48e386f25a - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig#07d778382200a05a8b86cc135f79ec48e386f25a</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig</description>
        <pubDate>Tue, 01 Aug 2017 19:38:32 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>1df7f0b6a00c2080c50de775b4ef621aad24c47e - x86: kconfig: Let board select SPI flash</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig#1df7f0b6a00c2080c50de775b4ef621aad24c47e</link>
        <description>x86: kconfig: Let board select SPI flashOnly a specific type of SPI flash exists on a board, having boardKconfig to select the SPI flash seems to make more sense. Otherflash types are not necessary except coreboot, which implies allavailable flash drivers there.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig</description>
        <pubDate>Sun, 30 Jul 2017 13:23:26 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>30b1ecd26533fdd680b66c0ed6767cc4b875fbc6 - x86: kconfig: Let board select BOARD_EARLY_INIT_F</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig#30b1ecd26533fdd680b66c0ed6767cc4b875fbc6</link>
        <description>x86: kconfig: Let board select BOARD_EARLY_INIT_FCONFIG_BOARD_EARLY_INIT_F literally indicates board-specific codesand should be not &apos;default y&apos; for all x86 boards.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig</description>
        <pubDate>Sun, 30 Jul 2017 13:23:11 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>db1d20a904f583b39e75ee47828aa9e644245460 - x86: conga-qeval20-qa3-e3845: Select CONFIG_BOARD_LATE_INIT</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig#db1d20a904f583b39e75ee47828aa9e644245460</link>
        <description>x86: conga-qeval20-qa3-e3845: Select CONFIG_BOARD_LATE_INITThis config option is needed on the congatec x86 BayTrail board, asotherwise the USB hub will not get initialized correctly. Thispatch selects this Kconfig option again.Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig</description>
        <pubDate>Tue, 18 Jul 2017 12:10:45 +0000</pubDate>
        <dc:creator>Stefan Roese &lt;sr@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>82ceba2ca2487c4967419cf7053e1301709219e5 - x86: Add congatec conga-QA3/E3845-4G (Bay Trail) support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig#82ceba2ca2487c4967419cf7053e1301709219e5</link>
        <description>x86: Add congatec conga-QA3/E3845-4G (Bay Trail) supportThis patch adds support for the congatec conga-QA3/E3845-4G eMMC8 SoM,installed on the congatec Qseven 2.0 evaluation carrier board(conga-QEVAL).Its port is very similar to the MinnowboardMAX port and also usesthe Intel FSP as described in doc/README.x86.Currently supported are the following interfaces / devices:- UART (via Winbond legacy SuperIO chip on carrier board)- Ethernet (PCIe Intel I210 / E1000)- SPI including SPI NOR as boot-device- USB 2.0- SATA via U-Boot SCSI IF- eMMC- Video (HDMI output @ 800x600)- PCIeNot supported yet is:- I2C- USB 3.0Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;Cc: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/Kconfig</description>
        <pubDate>Wed, 16 Mar 2016 07:48:21 +0000</pubDate>
        <dc:creator>Stefan Roese &lt;sr@denx.de&gt;</dc:creator>
    </item>
</channel>
</rss>
