<?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>ec821af4a71361805387f2991a220375e4abe6b8 - UPSTREAM: pylibfdt: compile pylibfdt only when dtoc/binman is necessary</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#ec821af4a71361805387f2991a220375e4abe6b8</link>
        <description>UPSTREAM: pylibfdt: compile pylibfdt only when dtoc/binman is necessaryCurrently, pylibfdt is always compiled if swig is installed on yourmachine.  It is really annoying because most of targets (exceptsx86, sunxi, rockchip) do not use dtoc or binman.&quot;checkbinman&quot; and &quot;checkdtoc&quot; are wrong.  It is odd that the finalbuild stage checks if we have built necessary tools.  If your platformdepends on dtoc/binman, you must be able to build pylibfdt.  If swigis not installed, it should fail immediately.I added PYLIBFDT, DTOC, BINMAN entries to Kconfig.  They should beproperty select:ed by platforms that need them.  Kbuild will descendinto scripts/dtc/pylibfdt/ only when CONFIG_PYLIBFDT is enabled.Change-Id: I56c5daf252e28d23fcaea0bc2d327a34de60cdcfSigned-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;(cherry picked from commit d6a0c78a4efb1353f4ec6f6c59c0771298510f58)

            List of files:
            /rk3399_rockchip-uboot/arch/x86/Kconfig</description>
        <pubDate>Tue, 17 Oct 2017 04:42:44 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>0031af9ce7b1c2d98ce77cc20bd7546d64e334fe - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#0031af9ce7b1c2d98ce77cc20bd7546d64e334fe</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/arch/x86/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>2ddb1a177ada3b9edd327fe7e74e4891e462a6f0 - x86: Convert CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#2ddb1a177ada3b9edd327fe7e74e4891e462a6f0</link>
        <description>x86: Convert CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to KconfigThis converts CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to a Kconfig option.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/Kconfig</description>
        <pubDate>Thu, 17 Aug 2017 08:10:42 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1e6ebee667da47fd3a87839a239a7574c66f5659 - x86: fsp: Configure SPI opcode registers before SPI is locked down</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#1e6ebee667da47fd3a87839a239a7574c66f5659</link>
        <description>x86: fsp: Configure SPI opcode registers before SPI is locked downSome Intel FSP (like Braswell) does SPI lock-down during the callto fsp_notify(INIT_PHASE_BOOT). But before SPI lock-down is done,it&apos;s bootloader&apos;s responsibility to configure the SPI controller&apos;sopcode registers properly otherwise SPI controller driver doesn&apos;tknow how to communicate with the SPI flash device.This introduces a Kconfig option CONFIG_FSP_LOCKDOWN_SPI for suchFSPs. When it is on, U-Boot will configure the SPI opcode registersbefore the lock-down.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Stefan Roese &lt;sr@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/Kconfig</description>
        <pubDate>Wed, 16 Aug 2017 05:38:31 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&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/arch/x86/Kconfig#07d778382200a05a8b86cc135f79ec48e386f25a</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/arch/x86/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>c3df28f6e2fc7299883f3340475c532f18754585 - x86: Make table address selectable</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#c3df28f6e2fc7299883f3340475c532f18754585</link>
        <description>x86: Make table address selectableSome firmwares might have another window for generated tables.So, introduce two configuration options to select start address andmaximum length for the generated tables.Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/Kconfig</description>
        <pubDate>Fri, 28 Jul 2017 17:02:15 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e71de54a4943ac481e8bcdb0a132c52ab90f23fe - x86: Add Intel Tangier support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#e71de54a4943ac481e8bcdb0a132c52ab90f23fe</link>
        <description>x86: Add Intel Tangier supportAdd Intel Tangier SoC support.Intel Tangier SoC is a core part of Intel Merrifield platform. Forexample, Intel Edison board is based on such platform.The patch is based on work done by the following people (in alphabeticalorder):	Aiden Park &lt;aiden.park@intel.com&gt;	Dukjoon Jeon &lt;dukjoon.jeon@intel.com&gt;	eric.park &lt;eric.park@intel.com&gt;	Fabien Chereau &lt;fabien.chereau@intel.com&gt;	Scott D Phillips &lt;scott.d.phillips@intel.com&gt;	Sebastien Colleur &lt;sebastienx.colleur@intel.com&gt;	Steve Sakoman &lt;steve.sakoman@intel.com&gt;	Vincent Tinelli &lt;vincent.tinelli@intel.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Signed-off-by: Vincent Tinelli &lt;vincent.tinelli@intel.com&gt;Signed-off-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/Kconfig</description>
        <pubDate>Thu, 06 Jul 2017 11:41:52 +0000</pubDate>
        <dc:creator>Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ae1b939930b0fffc062bb99196ec22e19afcc7e8 - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#ae1b939930b0fffc062bb99196ec22e19afcc7e8</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/arch/x86/Kconfig</description>
        <pubDate>Wed, 17 May 2017 18:13:16 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>68769ebcbc892c85e9a1ffff09bbc6e4877f2d1f - x86: pci: Allow conditionally run VGA rom in S3</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#68769ebcbc892c85e9a1ffff09bbc6e4877f2d1f</link>
        <description>x86: pci: Allow conditionally run VGA rom in S3Introduce a new CONFIG_S3_VGA_ROM_RUN option so that U-Boot canbypass executing VGA roms in S3.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Tested-by: Stefan Roese &lt;sr@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/Kconfig</description>
        <pubDate>Fri, 21 Apr 2017 14:24:46 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7d0d2efef82dcb88030a960aef09290e6e49f771 - x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#7d0d2efef82dcb88030a960aef09290e6e49f771</link>
        <description>x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3U-Boot itself as well as everything that is consumed by U-Boot (likeheap, stack, dtb, etc) needs to be reserved and reported in the E820table when S3 resume is on.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Tested-by: Stefan Roese &lt;sr@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/Kconfig</description>
        <pubDate>Fri, 21 Apr 2017 14:24:34 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4372c111d49f1fa0fec0c8645c23a6266617e69d - x86: acpi: Add Kconfig option and header file for ACPI resume</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#4372c111d49f1fa0fec0c8645c23a6266617e69d</link>
        <description>x86: acpi: Add Kconfig option and header file for ACPI resumeThis introduces a Kconfig option for ACPI S3 resume, as well as aheader file to include anything related to ACPI S3 resume.Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Tested-by: Stefan Roese &lt;sr@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/Kconfig</description>
        <pubDate>Fri, 21 Apr 2017 14:24:28 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>01cce5fdd098add2b8aa570468cb35fca5d778fe - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#01cce5fdd098add2b8aa570468cb35fca5d778fe</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/arch/x86/Kconfig</description>
        <pubDate>Mon, 10 Apr 2017 12:07:29 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>bb416465fde8393bcbf1f64847b5e3cb021d5c81 - x86: Add SCU IPC driver for Intel MID platforms</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#bb416465fde8393bcbf1f64847b5e3cb021d5c81</link>
        <description>x86: Add SCU IPC driver for Intel MID platformsIntel MID platforms have few microcontrollers inside SoC, one of themis so called System Controller Unit (SCU).Here is the driver to communicate with microcontroller.Signed-off-by: Vincent Tinelli &lt;vincent.tinelli@intel.com&gt;Signed-off-by: Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/Kconfig</description>
        <pubDate>Sat, 01 Apr 2017 13:21:33 +0000</pubDate>
        <dc:creator>Felipe Balbi &lt;felipe.balbi@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3dc0f8446aae39256c2259e948251e68f106919b - x86: Kconfig: Add options to configure the descriptor.bin / me.bin filenames</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#3dc0f8446aae39256c2259e948251e68f106919b</link>
        <description>x86: Kconfig: Add options to configure the descriptor.bin / me.bin filenamesThis introduces two Kconfig options to enable board specific filenamesfor the Intel binary blobs to be used to generate the SPI flash image.Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;Cc: Bin Meng &lt;bmeng.cn@gmail.com&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/arch/x86/Kconfig</description>
        <pubDate>Thu, 30 Mar 2017 10:58:10 +0000</pubDate>
        <dc:creator>Stefan Roese &lt;sr@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>4d6f9e0d21bb223ace577030ef69b8fbbd98f678 - Merge git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#4d6f9e0d21bb223ace577030ef69b8fbbd98f678</link>
        <description>Merge git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/arch/x86/Kconfig</description>
        <pubDate>Wed, 22 Feb 2017 15:27:37 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>7a96fd8ef002e85ccd8ae5907de9d45fc9002c36 - x86: Introduce INTEL_MID quirk option</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#7a96fd8ef002e85ccd8ae5907de9d45fc9002c36</link>
        <description>x86: Introduce INTEL_MID quirk optionIntel Mobile Internet Device (MID) platforms have special treatment insome cases, such as CPU enumeration or boot parameters configuration.Besides that several drivers are specifically developed for the IPblocks found on Intel MID platforms. Those drivers will be dependent tothis option.Here we introduce specific quirk option for such cases.It is supposed to be selected by Intel MID platform boards, for example,Intel Edison.Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/Kconfig</description>
        <pubDate>Fri, 17 Feb 2017 13:48:58 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>446d4e048ee3b00f7907e15cd02aa404cc714c77 - x86: make LOAD_FROM_32_BIT visible for platforms</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#446d4e048ee3b00f7907e15cd02aa404cc714c77</link>
        <description>x86: make LOAD_FROM_32_BIT visible for platformsThis option is useful not only for development, but for the platformswhere U-Boot is run from custom ROM bootloader. For example, IntelEdison is that board.Make this option visible that platforms can select it if needed.Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/x86/Kconfig</description>
        <pubDate>Sun, 05 Feb 2017 13:52:00 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>13f1dc64fd09d2894d13ca0db08ddd168bc12387 - x86: Kconfig: Add location options for 16/32-bit init</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#13f1dc64fd09d2894d13ca0db08ddd168bc12387</link>
        <description>x86: Kconfig: Add location options for 16/32-bit initAt present all 16/32-bit init is controlled by CONFIG_X86_RESET_VECTOR. Ifthis is enabled, then U-Boot is the &apos;first&apos; boot loader and handles executionfrom the reset vector through to U-Boot&apos;s command prompt. If it is notenabled then U-Boot starts at the 32-bit entry and skips most of its init,assuming that the previous boot loader has done this already.With the move to suport 64-bit operation, we have more cases to consider.The 16-bit and 32-bit init may be in SPL rather than in U-Boot proper.Add Kconfig options which control the location of the 16-bit and the 32-bitinit. These are not intended to be user-setting except for experimentation.Their values should be determined by whether 64-bit U-Boot is used.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/arch/x86/Kconfig</description>
        <pubDate>Mon, 16 Jan 2017 14:03:44 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>a66ad67ff26a2c4940aa7b6ddba40cf202edf108 - x86: Add Kconfig options to build 64-bit U-Boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#a66ad67ff26a2c4940aa7b6ddba40cf202edf108</link>
        <description>x86: Add Kconfig options to build 64-bit U-BootAdd a new CONFIG_X86_64 option which will eventually cause U-Boot to bebuilt as a 64-bit application, with SPL doing the 16/32-bit init.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/arch/x86/Kconfig</description>
        <pubDate>Mon, 16 Jan 2017 14:03:43 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>3431b392ad50ff37fa3d6e7715c6a99c74d692dc - Merge tag &apos;signed-efi-next&apos; of git://github.com/agraf/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/x86/Kconfig#3431b392ad50ff37fa3d6e7715c6a99c74d692dc</link>
        <description>Merge tag &apos;signed-efi-next&apos; of git://github.com/agraf/u-bootPatch queue for efi - 2016-10-19Highlights this time around:  - Add run time service (power control) support for PSCI (fixed in v3)  - Add efi gop pointer exposure  - SMBIOS support for EFI (on ARM)  - efi pool memory unmap support (needed for 4.8)  - initial x86 efi payload support (fixed up in v2)  - various bug fixesSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;Conflicts:	include/tables_csum.h

            List of files:
            /rk3399_rockchip-uboot/arch/x86/Kconfig</description>
        <pubDate>Wed, 19 Oct 2016 11:48:16 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
</channel>
</rss>
