<?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>d529124fdcf941c34074fd1ce600f4b1b4a7dd07 - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/congatec/Kconfig#d529124fdcf941c34074fd1ce600f4b1b4a7dd07</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/board/congatec/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/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/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>8d3a25685e4aac7070365a2b3c53c2c81b27930f - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/congatec/Kconfig#8d3a25685e4aac7070365a2b3c53c2c81b27930f</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/board/congatec/Kconfig</description>
        <pubDate>Wed, 12 Jul 2017 00:28:46 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>fedb428c5beb8776451118f5adc976770a526a33 - Convert CONFIG_SCSI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/congatec/Kconfig#fedb428c5beb8776451118f5adc976770a526a33</link>
        <description>Convert CONFIG_SCSI to KconfigThis converts the following to Kconfig:   CONFIG_SCSISigned-off-by: 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/Kconfig</description>
        <pubDate>Thu, 15 Jun 2017 03:28:21 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>e5ec48152ad13ada83c541cdf7f47d5867c506db - Kconfig: Migrate BOARD_LATE_INIT to a select</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/congatec/Kconfig#e5ec48152ad13ada83c541cdf7f47d5867c506db</link>
        <description>Kconfig: Migrate BOARD_LATE_INIT to a selectThis option should not really be user selectable.  Note that on PowerPCwe currently only need BOARD_LATE_INIT when CHAIN_OF_TRUST is enabled so beconditional on that.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Acked-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt; (for UniPhier)

            List of files:
            /rk3399_rockchip-uboot/board/congatec/Kconfig</description>
        <pubDate>Mon, 23 Jan 2017 00:43:11 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&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/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/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>
