<?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>c1c3fe23070ac924e65208abbf8d2396bcc08008 - env: Convert CONFIG_ENV_IS_IN... to a choice</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#c1c3fe23070ac924e65208abbf8d2396bcc08008</link>
        <description>env: Convert CONFIG_ENV_IS_IN... to a choiceAt present we support multiple environment drivers but there is not way toselect between them at run time. Also settings related to the position andsize of the environment area are global (i.e. apply to all locations).Until these limitations are removed we cannot really support more than oneenvironment location. Adjust the location to be a choice so that only onecan be selected. By default the environment is &apos;nowhere&apos;, meaning that theenvironment exists only in memory and cannot be saved.Also expand the help for the &apos;nowhere&apos; option and move it to the top sinceit is the default.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;[trini: Move all of the imply logic to default X if Y so it works again]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Thu, 03 Aug 2017 18:21:59 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>85fc970d74d09f33fcdcc649e73c5dc4f5334605 - Convert CONFIG_ENV_IS_IN_FLASH to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#85fc970d74d09f33fcdcc649e73c5dc4f5334605</link>
        <description>Convert CONFIG_ENV_IS_IN_FLASH to KconfigThis converts the following to Kconfig:   CONFIG_ENV_IS_IN_FLASHSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Mon, 24 Jul 2017 03:19:41 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>2be296538e2e9d2893dc495b3fc8f9f6acb1454c - Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#2be296538e2e9d2893dc495b3fc8f9f6acb1454c</link>
        <description>Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigThis converts the following to Kconfig:   CONFIG_ENV_IS_IN_MMC   CONFIG_ENV_IS_IN_NAND   CONFIG_ENV_IS_IN_UBI   CONFIG_ENV_IS_NOWHEREIn fact this already exists for sunxi as a &apos;choice&apos; config. However notall the choices are available in Kconfig yet so we cannot use that. Itwould lead to more than one option being set.In addition, one purpose of this series is to allow the environment to bestored in more than one place. So the existing choice is converted to anormal config allowing each option to be set independently.There are not many opportunities for Kconfig updates to reduce the size ofthis patch. This was tested with   ./tools/moveconfig.py -i CONFIG_ENV_IS_IN_MMCAnd then manual updates.  This is because for CHAIN_OF_TRUST boards theycan only have ENV_IS_NOWHERE set, so we enforce that via Kconfig logicnow.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Mon, 24 Jul 2017 03:19:39 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>22f3368e71321db1e0e15dfbf54b052367890ec7 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#22f3368e71321db1e0e15dfbf54b052367890ec7</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Sat, 13 May 2017 20:45:35 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>d2b12a5767ec762f92a7c308a562472e23b5347e - boston: Setup memory ranges in FDT provided to Linux</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#d2b12a5767ec762f92a7c308a562472e23b5347e</link>
        <description>boston: Setup memory ranges in FDT provided to LinuxThe boston memory map isn&apos;t suited to the simple &quot;all memory startingfrom 0&quot; approach that the MIPS arch_fixup_fdt() implementation takes.Instead we need to indicate the first 256MiB of DDR from 0 and the restfrom 0x90000000. Implement ft_board_setup to do that.Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;Signed-off-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Sun, 30 Apr 2017 19:22:42 +0000</pubDate>
        <dc:creator>Paul Burton &lt;paul.burton@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>ed048e7c763ac9b7043c989ba3081d7a52e4f68e - boston: Move CM GCRs away from flash</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#ed048e7c763ac9b7043c989ba3081d7a52e4f68e</link>
        <description>boston: Move CM GCRs away from flashMove the MIPS Coherence Manager (CM) Global Configuration Registers(GCRs) away from the region of the physical address space which theBoston board&apos;s parallel flash is found in, such that we can access allof flash without clobbering GCRs.Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;Signed-off-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Sun, 30 Apr 2017 19:22:41 +0000</pubDate>
        <dc:creator>Paul Burton &lt;paul.burton@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>939a255a671fb50549848505a4b44369cbe08efd - MIPS: Make CM GCR base configurable</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#939a255a671fb50549848505a4b44369cbe08efd</link>
        <description>MIPS: Make CM GCR base configurableWithout adding a prompt for CONFIG_MIPS_CM_BASE, Kconfig doesn&apos;t allowdefconfigs to set it. Provide the prompt in order to allow for that.Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;Signed-off-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Fri, 12 May 2017 11:26:11 +0000</pubDate>
        <dc:creator>Paul Burton &lt;paul.burton@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>102d86552abc82818c22b39fdef4b3a280a60643 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#102d86552abc82818c22b39fdef4b3a280a60643</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Wed, 10 May 2017 19:50:21 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>ee422142f454d54f0ed39a2cbf083ff12e98a3e1 - MIPS: add initial infrastructure for Broadcom MIPS SoCs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#ee422142f454d54f0ed39a2cbf083ff12e98a3e1</link>
        <description>MIPS: add initial infrastructure for Broadcom MIPS SoCsCFE checks CPU Thread in a different way (using register $22):mfc0	t1, C0_BCM_CONFIG, 3 # $22li	t2, CP0_CMT_TPID # (1 &lt;&lt; 31)and	t1, t2bnez	t1, 2f	# if we are running on thread 1, skip initnopSigned-off-by: &#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Mon, 24 Apr 2017 22:39:20 +0000</pubDate>
        <dc:creator>&#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a2cb31086f68cc0db95d4373e6dbdb612954f445 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#a2cb31086f68cc0db95d4373e6dbdb612954f445</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Wed, 30 Nov 2016 19:08:28 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>924ad86638705fe37db98812f355260669f0f043 - MIPS: add possibility to setup initial stack and global data in SRAM</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#924ad86638705fe37db98812f355260669f0f043</link>
        <description>MIPS: add possibility to setup initial stack and global data in SRAMThis adds a new Kconfig option CONFIG_MIPS_INIT_STACK_IN_SRAM whicha SoC can select if it supports some kind of SRAM. Together withCONFIG_SYS_INIT_SP_ADDR the initial stack and global data can beset up in that SRAM. This can be used to provide a C environmentalso for lowlevel_init().Signed-off-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Sat, 04 Jun 2016 14:13:21 +0000</pubDate>
        <dc:creator>Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>af3971f81ac0fc344461cf86af682ecf1ebe18a8 - MIPS: make inclusion of ROM exception vectors configurable</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#af3971f81ac0fc344461cf86af682ecf1ebe18a8</link>
        <description>MIPS: make inclusion of ROM exception vectors configurableThis adds a compile time option to include code for staticexception vectors. Static exception vectors are only needed,when the U-Boot entry point is equal to the CPU reset exceptionvector address. For instance this is the case when U-Boot isused as ROM in Qemu or booted from parallel NOR flash. WhenU-Boot is booted from RAM (e.g. loaded there by SPL), theexception vectors need to be setup dynamically, which is donein follow-up commits.Signed-off-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Sun, 14 Feb 2016 17:52:57 +0000</pubDate>
        <dc:creator>Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>423620b9d47a704124f9fd624b4de4ed56c600d6 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#423620b9d47a704124f9fd624b4de4ed56c600d6</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Wed, 21 Sep 2016 18:50:18 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>ad8783cb1cb258b71d81800f72cd64eb44081653 - boston: Introduce support for the MIPS Boston development board</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#ad8783cb1cb258b71d81800f72cd64eb44081653</link>
        <description>boston: Introduce support for the MIPS Boston development boardThis patch introduces support for building U-Boot to run on the MIPSBoston development board. This is a board built around an FPGA &amp; anIntel EG20T Platform Controller Hub, used largely as part of thedevelopment of new CPUs and their software support. It is essentiallythe successor to the older MIPS Malta board.Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Thu, 08 Sep 2016 06:47:39 +0000</pubDate>
        <dc:creator>Paul Burton &lt;paul.burton@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>566ce04de4a2b4c66be8e13751dbb0bfe80117b3 - MIPS: Malta: Enable CM &amp; L2 support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#566ce04de4a2b4c66be8e13751dbb0bfe80117b3</link>
        <description>MIPS: Malta: Enable CM &amp; L2 supportEnable support for the MIPS Coherence Manager &amp; L2 caches on the MIPSMalta board, removing the need for us to attempt to bypass the L2 duringboot (which would fail with recent CPUs that expose L2 config via the CManyway).Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Wed, 21 Sep 2016 10:18:56 +0000</pubDate>
        <dc:creator>Paul Burton &lt;paul.burton@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>4baa0ab67d504f3b4318f999631e3f83d0c52c4a - MIPS: L2 cache support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#4baa0ab67d504f3b4318f999631e3f83d0c52c4a</link>
        <description>MIPS: L2 cache supportThis patch adds support for initialising &amp; maintaining L2 caches on MIPSsystems. The L2 cache configuration may be advertised through eithercoprocessor 0 or the MIPS Coherence Manager depending upon the system,and support for both is included.If the L2 can be bypassed then we bypass it early in boot &amp; initialisethe L1 caches first, such that we can start making use of the L1instruction cache as early as possible. Otherwise we initialise the L2first such that the L1s have no opportunity to generate access to theuninitialised L2.Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Wed, 21 Sep 2016 10:18:54 +0000</pubDate>
        <dc:creator>Paul Burton &lt;paul.burton@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>b2b135d980a7171c9b0eefbb38861ccbe9a47f97 - MIPS: Map CM Global Control Registers</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#b2b135d980a7171c9b0eefbb38861ccbe9a47f97</link>
        <description>MIPS: Map CM Global Control RegistersMap the Global Control Registers (GCRs) provided by the MIPS CoherenceManager (CM) in preparation for using some of them in later patches.Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Wed, 21 Sep 2016 10:18:53 +0000</pubDate>
        <dc:creator>Paul Burton &lt;paul.burton@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>ebf2b9e3dff089a9c99e5dc8d7e10b06365e4e46 - mips: Add MIPSfpga platform support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#ebf2b9e3dff089a9c99e5dc8d7e10b06365e4e46</link>
        <description>mips: Add MIPSfpga platform supportMIPSfpga is an FPGA based dev platform.In a nutshell, its a microAptiv cpu core with lots of Xilinx IP blocksThe FPGA dev board used is the Nexys4DDR board by Digilent.For more information, check the Readme file in board/imgtec/xilfpgaSigned-off-by: Zubair Lutfullah Kakakhel &lt;Zubair.Kakakhel@imgtec.com&gt;Reviewed-by: Paul Burton &lt;paul.burton@imgtec.com&gt;Reviewed-by: Daniel Schwierzeck &lt;daniel.schwierzeck@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Fri, 29 Jul 2016 14:11:20 +0000</pubDate>
        <dc:creator>Zubair Lutfullah Kakakhel &lt;Zubair.Kakakhel@imgtec.com&gt;</dc:creator>
    </item>
<item>
        <title>dc557e9a1fe00ca9d884bd88feef5bebf23fede4 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#dc557e9a1fe00ca9d884bd88feef5bebf23fede4</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-bootSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Sat, 18 Jun 2016 08:24:54 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>b10335009667fee493fbce59bbeb0504d0ca9ff0 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/mips/Kconfig#b10335009667fee493fbce59bbeb0504d0ca9ff0</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mips

            List of files:
            /rk3399_rockchip-uboot/arch/mips/Kconfig</description>
        <pubDate>Sun, 12 Jun 2016 16:52:19 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
</channel>
</rss>
