<?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>1490eb89f4697b02cfb8f826d2f5eaf37edcbd47 - UPSTREAM: Convert CONFIG_SPI to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#1490eb89f4697b02cfb8f826d2f5eaf37edcbd47</link>
        <description>UPSTREAM: Convert CONFIG_SPI to KconfigThis converts the following to Kconfig:   CONFIG_SPIThis partly involves updating code that assumes that CONFIG_SPI impliesthings that are specific to the MPC8xx SPI driver.  For now, just updatethe CONFIG tests.  This also involves reworking the default forCONFIG_SYS_DEF_EEPROM_ADDR so that we don&apos;t set it when we cannot make areasonable default, as it does not cause any compile failures.Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;(cherry picked from commit f1b1f77060beadbfe9f42a3be00019bd025afbd6)Change-Id: Ie9f15ada869105eb407f41d4df7eecbaa916b940Signed-off-by: Jon Lin &lt;jon.lin@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Sun, 15 Apr 2018 17:51:26 +0000</pubDate>
        <dc:creator>Adam Ford &lt;aford173@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c1c3fe23070ac924e65208abbf8d2396bcc08008 - env: Convert CONFIG_ENV_IS_IN... to a choice</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/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/arm/mach-tegra/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>66de3eee7923d3eb4101ff2565afa48f4376a939 - tegra: tegra124: Add a PMC syscon driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#66de3eee7923d3eb4101ff2565afa48f4376a939</link>
        <description>tegra: tegra124: Add a PMC syscon driverThe PMC can be modelled as a syscon peripheral. Add a driver for thisso that it can be accessed by drivers when needed. Enable it for tegra124boards.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Tested-by: Marcel Ziswiler &lt;marcel.ziswiler@toradex.com&gt;Tested-on: Beaver, Jetson-TK1Tested-by: Stephen Warren &lt;swarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Tue, 25 Jul 2017 14:29:58 +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/arm/mach-tegra/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/arm/mach-tegra/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>221a949eb6cf9077abc1e7ee28331987042b9b08 - Kconfig: Finish migration of hashing commands</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#221a949eb6cf9077abc1e7ee28331987042b9b08</link>
        <description>Kconfig: Finish migration of hashing commandsCurrently these (board agnostic) commands cannot be selected usingmenuconfig and friends. Fix this the obvious way.  As part of this,don&apos;t muddle the meaning of CONFIG_HASH_VERIFY to mean both &apos;hash -v&apos;and &quot;we have a hashing command&quot; as this makes the Kconfig logic odd.Signed-off-by: Daniel Thompson &lt;daniel.thompson@linaro.org&gt;[trini: Re-apply, add imply for a few cases, run moveconfig.py, also        migrate CRC32_VERIFY]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Fri, 19 May 2017 16:26:58 +0000</pubDate>
        <dc:creator>Daniel Thompson &lt;daniel.thompson@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>42e6f852dd0df304519f8dcb8b942a9324164c43 - Convert CONFIG_CMD_ENTERRCM to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#42e6f852dd0df304519f8dcb8b942a9324164c43</link>
        <description>Convert CONFIG_CMD_ENTERRCM to KconfigThis converts the following to Kconfig:   CONFIG_CMD_ENTERRCMSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Wed, 17 May 2017 09:25:11 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>0680f1b1f7629c49d88d8981e164ab9bb0ad8d68 - Convert CONFIG_SPL_BOARD_INIT to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#0680f1b1f7629c49d88d8981e164ab9bb0ad8d68</link>
        <description>Convert CONFIG_SPL_BOARD_INIT to KconfigThis converts the following to Kconfig:   CONFIG_SPL_BOARD_INITSigned-off-by: Ley Foon Tan &lt;ley.foon.tan@intel.com&gt;[trini: Update the Kconfig logic]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Wed, 03 May 2017 09:13:32 +0000</pubDate>
        <dc:creator>Ley Foon Tan &lt;ley.foon.tan@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8dda2e2f9e0976249f4a390e72f12533dbcb5ef4 - ARM: Migrate errata to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#8dda2e2f9e0976249f4a390e72f12533dbcb5ef4</link>
        <description>ARM: Migrate errata to KconfigThis moves all of the current ARM errata from various header files and in toKconfig.  This allows for a minor amount of cleanup as we had some instanceswhere both a general common header file was enabling errata as well as theboard config.  We now just select these once at the higher level in KconfigSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Tue, 07 Mar 2017 12:13:42 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>a5d67547dd9c7a527dfda1967010e703a22441ff - Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#a5d67547dd9c7a527dfda1967010e703a22441ff</link>
        <description>Convert CONFIG_BOARD_EARLY_INIT_F to KconfigThis converts the following to Kconfig:   CONFIG_BOARD_EARLY_INIT_FSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Mon, 23 Jan 2017 20:31:20 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>af27382e2d6f7b4966e6932c9820939259498c1b - drivers/pci/Kconfig: Add PCI</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#af27382e2d6f7b4966e6932c9820939259498c1b</link>
        <description>drivers/pci/Kconfig: Add PCIAdd &apos;PCI&apos; as a menu option and migrate all existing users.Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Acked-by: Stephen Warren &lt;swarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Wed, 26 Oct 2016 21:15:37 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>40e1236afeeacdadfa3865f70fc7e3b8016acbe2 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-tegra</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#40e1236afeeacdadfa3865f70fc7e3b8016acbe2</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-tegra

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Tue, 27 Sep 2016 16:47:25 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>140a9eaff1f25fb0c19dae52a9431c109c45daa7 - ARM: tegra: enable standard clock/reset APIs everywhere</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#140a9eaff1f25fb0c19dae52a9431c109c45daa7</link>
        <description>ARM: tegra: enable standard clock/reset APIs everywhereImplementations of the standard clock and reset APIs are available on allTegra SoCs now, so enable compilation of those uclasses.Enable the Tegra CAR drivers for all SoCs prior to the BPMP beingavailable. This provides an implementation of those APIs everywhere.Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Tue, 13 Sep 2016 16:46:00 +0000</pubDate>
        <dc:creator>Stephen Warren &lt;swarren@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>6a474db4894d37f2edf4ed12e23b9e46f7a8aa3d - mmc: tegra: Add DM_MMC support to Tegra MMC driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#6a474db4894d37f2edf4ed12e23b9e46f7a8aa3d</link>
        <description>mmc: tegra: Add DM_MMC support to Tegra MMC driverConvert the Tegra MMC driver to DM_MMC. Support for non-DM is removedto avoid ifdefs in the code. DM_MMC is now enabled for all Tegra builds.Cc: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;(swarren, fixed some NULL pointer dereferences, removed extraneouschanges, rebased on various other changes, removed non-DM support etc.)Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Tue, 13 Sep 2016 16:45:48 +0000</pubDate>
        <dc:creator>Tom Warren &lt;twarren@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>e00f76cee906a48311d0c7c59b519b2e6a5c56f8 - Convert CONFIG_SPL_SERIAL_SUPPORT to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#e00f76cee906a48311d0c7c59b519b2e6a5c56f8</link>
        <description>Convert CONFIG_SPL_SERIAL_SUPPORT to KconfigMove this option to Kconfig and tidy up existing uses.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Tue, 13 Sep 2016 05:18:56 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>cc4288ef42be5bf70e7dc0fa5eb977cb4a6e894e - Convert CONFIG_SPL_LIBGENERIC_SUPPORT to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#cc4288ef42be5bf70e7dc0fa5eb977cb4a6e894e</link>
        <description>Convert CONFIG_SPL_LIBGENERIC_SUPPORT to KconfigMove this option to Kconfig and tidy up existing uses.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Tue, 13 Sep 2016 05:18:43 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>77d2f7f5070c7def29d433096f4cee57eeddbd23 - Convert CONFIG_SPL_LIBCOMMON_SUPPORT to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#77d2f7f5070c7def29d433096f4cee57eeddbd23</link>
        <description>Convert CONFIG_SPL_LIBCOMMON_SUPPORT to KconfigMove this option to Kconfig and tidy up existing uses.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Tue, 13 Sep 2016 05:18:41 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>53b5bf3c1d24c3a0d92c7cf0824a51bde41ee321 - Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#53b5bf3c1d24c3a0d92c7cf0824a51bde41ee321</link>
        <description>Convert CONFIG_SPL_GPIO_SUPPORT to KconfigMove this option to Kconfig and tidy up existing uses.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Tue, 13 Sep 2016 05:18:39 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>4dd99d140cf061478d1ac9e0a961a3874b759f1d - reset: add Tegra186 reset driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#4dd99d140cf061478d1ac9e0a961a3874b759f1d</link>
        <description>reset: add Tegra186 reset driverIn Tegra186, on-SoC reset signals are manipulated using IPC requests tothe BPMP (Boot and Power Management Processor). This change implements adriver that does that. It is unconditionally selected by CONFIG_TEGRA186since virtually any Tegra186 build of U-Boot will need the feature.Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Mon, 08 Aug 2016 17:28:25 +0000</pubDate>
        <dc:creator>Stephen Warren &lt;swarren@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>d9fd7008f48ba3361133e3b901322a724fd2aced - clock: add Tegra186 clock driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#d9fd7008f48ba3361133e3b901322a724fd2aced</link>
        <description>clock: add Tegra186 clock driverIn Tegra186, on-SoC clocks are manipulated using IPC requests to the BPMP(Boot and Power Management Processor). This change implements a driverthat does that. A tegra/ sub-directory is created to follow the existingpattern. It is unconditionally selected by CONFIG_TEGRA186 since virtuallyany Tegra186 build of U-Boot will need the feature.Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Mon, 08 Aug 2016 17:28:24 +0000</pubDate>
        <dc:creator>Stephen Warren &lt;swarren@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>73dd5c4cfeaff67347d8bafb25c197fc97c6a9dc - misc: add Tegra BPMP driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig#73dd5c4cfeaff67347d8bafb25c197fc97c6a9dc</link>
        <description>misc: add Tegra BPMP driverThe Tegra BPMP (Boot and Power Management Processor) is a separateauxiliary CPU embedded into Tegra to perform power management work, andcontrols related features such as clocks, resets, power domains, PMIC I2Cbus, etc. This driver provides the core low-level communication path bywhich feature-specific drivers (such as clock) can make requests to theBPMP. This driver is similar to an MFD driver in the Linux kernel. It isunconditionally selected by CONFIG_TEGRA186 since virtually any Tegra186build of U-Boot will need the feature.Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Tom Warren &lt;twarren@nvidia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig</description>
        <pubDate>Mon, 08 Aug 2016 15:41:34 +0000</pubDate>
        <dc:creator>Stephen Warren &lt;swarren@nvidia.com&gt;</dc:creator>
    </item>
</channel>
</rss>
