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

            List of files:
            /rk3399_rockchip-uboot/board/google/chromebook_link/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/google/chromebook_link/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/google/chromebook_link/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>fda4eb48e60b0ea5a575ed7bc0b853fc6db2da29 - x86: link: Add a config for 64-bit U-Boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#fda4eb48e60b0ea5a575ed7bc0b853fc6db2da29</link>
        <description>x86: link: Add a config for 64-bit U-BootAdd a new board config which uses 64-bit U-Boot. This is not fullyfunctional but is it a start. Missing features:- SDRAM sizing- Booting linux- EFI support- SCSI device init(and others)Signed-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/google/chromebook_link/Kconfig</description>
        <pubDate>Mon, 16 Jan 2017 14:04:27 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>19f8b32cea3021b116ad196eb0194af22532fcd8 - x86: link: Add a text base for 64-bit U-Boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#19f8b32cea3021b116ad196eb0194af22532fcd8</link>
        <description>x86: link: Add a text base for 64-bit U-BootSet up the 64-bit U-Boot text base if building for that target.Signed-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/google/chromebook_link/Kconfig</description>
        <pubDate>Mon, 16 Jan 2017 14:04:22 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>4edde96111aefac63d6aaca6ba87a90d149e973e - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#4edde96111aefac63d6aaca6ba87a90d149e973e</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig</description>
        <pubDate>Fri, 15 Jan 2016 02:51:32 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>fa331fad1eee0bd86470b49a905ed176aa412b9a - x86: ivybridge: Do not require HAVE_INTEL_ME</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#fa331fad1eee0bd86470b49a905ed176aa412b9a</link>
        <description>x86: ivybridge: Do not require HAVE_INTEL_MEDo not set HAVE_INTEL_ME by default as for some cases Intel MEfirmware even does not reside on the same SPI flash as U-Boot.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;Tested-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig</description>
        <pubDate>Fri, 11 Dec 2015 10:55:49 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>789fa275b3750e60c60cb3d18eabc9467892c257 - x86: Remove HAVE_ACPI_RESUME</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#789fa275b3750e60c60cb3d18eabc9467892c257</link>
        <description>x86: Remove HAVE_ACPI_RESUMEThese are currently dead codes. Until we have complete ACPI support,we don&apos;t know if it works or not. Remove to avoid confusion.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;Tested-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig</description>
        <pubDate>Thu, 26 Nov 2015 01:46:09 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d475d59020af32bd5b55ca48a5bc73213e53a7c8 - x86: Remove CPU_INTEL_SOCKET_RPGA989</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#d475d59020af32bd5b55ca48a5bc73213e53a7c8</link>
        <description>x86: Remove CPU_INTEL_SOCKET_RPGA989This Kconfig option name indicates it has something to do with cpusocket, however it is actually not the case. Remove it and moveoptions inside it to NORTHBRIDGE_INTEL_IVYBRIDGE.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;Tested-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig</description>
        <pubDate>Thu, 26 Nov 2015 01:46:08 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>efe2d80cca4822ce6c435993e01467eeee8babfb - x86: Clean up ivybridge/chrome Kconfig options</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#efe2d80cca4822ce6c435993e01467eeee8babfb</link>
        <description>x86: Clean up ivybridge/chrome Kconfig optionsThere are some options which are never used, and also some optionswhich are selected by others but have never been a Kconfg option.Clean these up.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;Tested-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig</description>
        <pubDate>Thu, 26 Nov 2015 01:46:07 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f448c5d3200372fa73f340144d013fdecf4e2f1f - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#f448c5d3200372fa73f340144d013fdecf4e2f1f</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig</description>
        <pubDate>Fri, 17 Jul 2015 09:22:56 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>605e15db2b54302364a2528d3c6604fbc57be846 - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#605e15db2b54302364a2528d3c6604fbc57be846</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig</description>
        <pubDate>Wed, 15 Jul 2015 14:41:20 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>9e3a7c9bac35d47b7a021e311147ba0b5a128b08 - x86: Remove MARK_GRAPHICS_MEM_WRCOMB</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#9e3a7c9bac35d47b7a021e311147ba0b5a128b08</link>
        <description>x86: Remove MARK_GRAPHICS_MEM_WRCOMBMARK_GRAPHICS_MEM_WRCOMB is not referenced anywhere in the code,hence remove it.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig</description>
        <pubDate>Mon, 06 Jul 2015 08:31:34 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>99556d7debe02d3af4c1b5cc17ad5fa457c2ce67 - x86: Kconfig: Remove deprecated CONFIG_SYS_EXTRA_OPTIONS</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#99556d7debe02d3af4c1b5cc17ad5fa457c2ce67</link>
        <description>x86: Kconfig: Remove deprecated CONFIG_SYS_EXTRA_OPTIONSCurrently all x86 boards still use CONFIG_SYS_EXTRA_OPTIONS to definethe text base address. Since it is deprecated, just remove it and useCONFIG_SYS_TEXT_BASE directly.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig</description>
        <pubDate>Mon, 27 Apr 2015 15:22:28 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e1cc4d31f889428a4ca73120951389c756404184 - Merge remote-tracking branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#e1cc4d31f889428a4ca73120951389c756404184</link>
        <description>Merge remote-tracking branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig</description>
        <pubDate>Tue, 24 Feb 2015 06:59:38 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>e72d344386bf80738fab7a6bd37cb321f443093a - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#e72d344386bf80738fab7a6bd37cb321f443093a</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig</description>
        <pubDate>Fri, 13 Feb 2015 10:17:01 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>db7a7dee6878fe7539d5967de1caff83246254e0 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#db7a7dee6878fe7539d5967de1caff83246254e0</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig</description>
        <pubDate>Tue, 10 Feb 2015 15:42:56 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>2d934e5703b712686c3ec67f6d5eeb137c68805d - x86: Rename MMCONF_BASE_ADDRESS and make it common across x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#2d934e5703b712686c3ec67f6d5eeb137c68805d</link>
        <description>x86: Rename MMCONF_BASE_ADDRESS and make it common across x86This setting will be used by more than just ivybridge so make it common.Also rename it to PCIE_ECAM_BASE which is a more descriptive name.Signed-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/google/chromebook_link/Kconfig</description>
        <pubDate>Wed, 28 Jan 2015 05:13:33 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>5f88ed5cde04612e5b4520327b82d81a3f5493a0 - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#5f88ed5cde04612e5b4520327b82d81a3f5493a0</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig</description>
        <pubDate>Tue, 13 Jan 2015 18:39:25 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>24ef04280cc9730679d390acb41bb02487527303 - x86: Move CONFIG_SYS_CAR_xxx to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#24ef04280cc9730679d390acb41bb02487527303</link>
        <description>x86: Move CONFIG_SYS_CAR_xxx to KconfigMove CONFIG_SYS_CAR_ADDR and CONFIG_SYS_CAR_SIZE to Kconfig so thatwe don&apos;t need them in the board configuration file thus the sameboard configuratoin file can be used to build both coreboot versionand bare version.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig</description>
        <pubDate>Tue, 06 Jan 2015 14:14:19 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8cb20ccc34cda9fdcbae962744bf8ecee90dd5d2 - x86: Move CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig#8cb20ccc34cda9fdcbae962744bf8ecee90dd5d2</link>
        <description>x86: Move CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to KconfigConvert CONFIG_X86_RESET_VECTOR and CONFIG_SYS_X86_START16 to Kconfigoptions so that we can remove them from board configuration file.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig</description>
        <pubDate>Tue, 06 Jan 2015 14:14:15 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
