<?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>2be296538e2e9d2893dc495b3fc8f9f6acb1454c - Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/freescale/common/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/board/freescale/common/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>551c3934466503e6c8702df412e2a9ce574557e9 - Convert CONFIG_CMD_HASH to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/freescale/common/Kconfig#551c3934466503e6c8702df412e2a9ce574557e9</link>
        <description>Convert CONFIG_CMD_HASH to KconfigThis converts the following to Kconfig:   CONFIG_CMD_HASHSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;[trini: Rework slightly, enable on some boards again]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/freescale/common/Kconfig</description>
        <pubDate>Wed, 17 May 2017 09:25:25 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>ea7971f705e5b00fad41bc15941b5415fec01ee6 - Convert CONFIG_CMD_ESBC_VALIDATE to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/freescale/common/Kconfig#ea7971f705e5b00fad41bc15941b5415fec01ee6</link>
        <description>Convert CONFIG_CMD_ESBC_VALIDATE to KconfigThis converts the following to Kconfig:   CONFIG_CMD_ESBC_VALIDATESigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/freescale/common/Kconfig</description>
        <pubDate>Wed, 17 May 2017 09:25:16 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>089df18bfe9dd6e98f34807247ec77e0e1b5f7a2 - lib: move hash CONFIG options to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/freescale/common/Kconfig#089df18bfe9dd6e98f34807247ec77e0e1b5f7a2</link>
        <description>lib: move hash CONFIG options to KconfigCommit 94e3c8c4fd7b (&quot;crypto/fsl - Add progressive hashing supportusing hardware acceleration.&quot;) created entries for CONFIG_SHA1,CONFIG_SHA256, CONFIG_SHA_HW_ACCEL, and CONFIG_SHA_PROG_HW_ACCEL.However, no defconfig has migrated to it.  Complete the move by firstadding additional logic to various Kconfig files to select this whenrequired and then use the moveconfig tool.  In many cases we can selectthese because they are required to implement other drivers.  We alsocorrect how we include the various hashing algorithms in SPL.This commit was generated as follows (after Kconfig additions):[1] tools/moveconfig.py -y SHA1 SHA256 SHA_HW_ACCEL[2] tools/moveconfig.py -y SHA_PROG_HW_ACCELNote:We cannot move SHA_HW_ACCEL and SHA_PROG_HW_ACCEL simultaneouslybecause there is dependency between them.Cc: Poonam Aggrwal &lt;poonam.aggrwal@freescale.com&gt;Cc: Naveen Burmi &lt;NaveenBurmi@freescale.com&gt;Cc: Po Liu &lt;po.liu@freescale.com&gt;Cc: Shengzhou Liu &lt;Shengzhou.Liu@freescale.com&gt;Cc: Priyanka Jain &lt;Priyanka.Jain@freescale.com&gt;Cc: Shaohui Xie &lt;Shaohui.Xie@freescale.com&gt;Cc: Chunhe Lan &lt;Chunhe.Lan@freescale.com&gt;Cc: Chander Kashyap &lt;k.chander@samsung.com&gt;Cc: Steve Rae &lt;steve.rae@raedomain.com&gt;Cc: Dirk Eibach &lt;eibach@gdsys.de&gt;Cc: Feng Li &lt;feng.li_2@nxp.com&gt;Cc: Alison Wang &lt;alison.wang@freescale.com&gt;Cc: Sumit Garg &lt;sumit.garg@nxp.com&gt;Cc: Mingkai Hu &lt;Mingkai.Hu@freescale.com&gt;Cc: York Sun &lt;york.sun@nxp.com&gt;Cc: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;Cc: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;Cc: Akshay Saraswat &lt;akshay.s@samsung.com&gt;Cc: Heiko Schocher &lt;hs@denx.de&gt;Cc: Jagan Teki &lt;jagan@amarulasolutions.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/freescale/common/Kconfig</description>
        <pubDate>Mon, 15 May 2017 16:17:49 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&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/board/freescale/common/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/board/freescale/common/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>4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/freescale/common/Kconfig#4f66e09bb9fbc47b73f67c3cc08ee2663e8fcdb1</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/board/freescale/common/Kconfig</description>
        <pubDate>Tue, 09 May 2017 16:03:44 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>c04b9b3440a2b2c55267bc76c594f49d101657fb - Convert CONFIG_CMD_BLOB to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/freescale/common/Kconfig#c04b9b3440a2b2c55267bc76c594f49d101657fb</link>
        <description>Convert CONFIG_CMD_BLOB to KconfigThis converts the following to Kconfig:   CONFIG_CMD_BLOBSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;[trini: Add imply CMD_BLOB under CHAIN_OF_TRUST]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/freescale/common/Kconfig</description>
        <pubDate>Thu, 27 Apr 2017 04:27:53 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>285226785ee178c0bbe8a67185c21e461cf4bc9f - Freescale/NXP: Migrate CONFIG_FSL_CAAM to defconfigs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/freescale/common/Kconfig#285226785ee178c0bbe8a67185c21e461cf4bc9f</link>
        <description>Freescale/NXP: Migrate CONFIG_FSL_CAAM to defconfigsIn some cases this is absolutely required, so select this for some securefeatures.  This also requires migration of RSA_FREESCALE_EXPCc: Ruchika Gupta &lt;ruchika.gupta@nxp.com&gt;Cc: Poonam Aggrwal &lt;poonam.aggrwal@freescale.com&gt;Cc: Naveen Burmi &lt;NaveenBurmi@freescale.com&gt;Cc: Po Liu &lt;po.liu@freescale.com&gt;Cc: Shengzhou Liu &lt;Shengzhou.Liu@freescale.com&gt;Cc: Priyanka Jain &lt;Priyanka.Jain@freescale.com&gt;Cc: Sumit Garg &lt;sumit.garg@nxp.com&gt;Cc: Shaohui Xie &lt;Shaohui.Xie@freescale.com&gt;Cc: Chunhe Lan &lt;Chunhe.Lan@freescale.com&gt;Cc: Feng Li &lt;feng.li_2@nxp.com&gt;Cc: Alison Wang &lt;alison.wang@freescale.com&gt;Cc: Mingkai Hu &lt;Mingkai.Hu@freescale.com&gt;Cc: York Sun &lt;york.sun@nxp.com&gt;Cc: Saksham Jain &lt;saksham.jain@nxp.freescale.com&gt;Cc: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/freescale/common/Kconfig</description>
        <pubDate>Wed, 01 Mar 2017 21:51:58 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>88077715d8d81825605028f2040b17137513f858 - NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUST</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/board/freescale/common/Kconfig#88077715d8d81825605028f2040b17137513f858</link>
        <description>NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUSTIntroduce board/freescale/common/Kconfig so that we have a single placefor CONFIG options that are shared between ARM and PowerPC NXP platforms.Cc: York Sun &lt;york.sun@nxp.com&gt;Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;

            List of files:
            /rk3399_rockchip-uboot/board/freescale/common/Kconfig</description>
        <pubDate>Mon, 23 Jan 2017 00:43:10 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
</channel>
</rss>
