<?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>e409430010cd43fa2b4f64aae67994153fd4d8af - rsa: Kconfig: delete the rsa N &amp; E &amp; C default value</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/rsa/Kconfig#e409430010cd43fa2b4f64aae67994153fd4d8af</link>
        <description>rsa: Kconfig: delete the rsa N &amp; E &amp; C default valueSince the rsa N &amp; E &amp; C size are different, it will make mistaketo use default value.Signed-off-by: Jason Zhu &lt;jason.zhu@rock-chips.com&gt;Change-Id: I9c8466baac84f041f1627720c7669f21a30ccce2

            List of files:
            /rk3399_rockchip-uboot/lib/rsa/Kconfig</description>
        <pubDate>Tue, 17 Aug 2021 08:33:12 +0000</pubDate>
        <dc:creator>Jason Zhu &lt;jason.zhu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>781ee9b3938c7c397359dc632e032ce413091c6f - lib: rsa-sign: support calculate deferent size of rsa&apos;s key</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/rsa/Kconfig#781ee9b3938c7c397359dc632e032ce413091c6f</link>
        <description>lib: rsa-sign: support calculate deferent size of rsa&apos;s keySigned-off-by: Jason Zhu &lt;jason.zhu@rock-chips.com&gt;Change-Id: Ia473b5123c11ed57d1eed560964b6a7dc482b7df

            List of files:
            /rk3399_rockchip-uboot/lib/rsa/Kconfig</description>
        <pubDate>Wed, 23 Dec 2020 14:14:01 +0000</pubDate>
        <dc:creator>Jason Zhu &lt;jason.zhu@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>f4e9ff71356aceab5bd212e528c123353c531a48 - Kconfig: Don&apos;t use RSA_FREESCALE_EXP on IMX</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/rsa/Kconfig#f4e9ff71356aceab5bd212e528c123353c531a48</link>
        <description>Kconfig: Don&apos;t use RSA_FREESCALE_EXP on IMXThe CAAM in IMX parts doesn&apos;t support public key hardware acceleration(PKHA), so don&apos;t use RSA_FREESCALE_EXP. If you try to use it on IMX(assuming you have the clocks enabled first) you will get back an&quot;Invalid KEY Command&quot; error since PKHA isn&apos;t a valid key destination forthese parts.Signed-off-by: George McCollister &lt;george.mccollister@gmail.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/lib/rsa/Kconfig</description>
        <pubDate>Thu, 16 Mar 2017 21:17:06 +0000</pubDate>
        <dc:creator>George McCollister &lt;george.mccollister@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>51c14cd128f4355514397dc3c8647fb14f7d8ff4 - verified-boot: Minimal support for booting U-Boot proper from SPL</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/rsa/Kconfig#51c14cd128f4355514397dc3c8647fb14f7d8ff4</link>
        <description>verified-boot: Minimal support for booting U-Boot proper from SPLThis allows a board to configure verified boot within the SPL usinga FIT or FIT with external data. It also allows the SPL to performsignature verification without needing relocation.The board configuration will need to add the following feature defines:CONFIG_SPL_CRYPTO_SUPPORTCONFIG_SPL_HASH_SUPPORTCONFIG_SPL_SHA256In this example, SHA256 is the only selected hashing algorithm.And the following booleans:CONFIG_SPL=yCONFIG_SPL_DM=yCONFIG_SPL_LOAD_FIT=yCONFIG_SPL_FIT=yCONFIG_SPL_OF_CONTROL=yCONFIG_SPL_OF_LIBFDT=yCONFIG_SPL_FIT_SIGNATURE=ySigned-off-by: Teddy Reed &lt;teddy.reed@gmail.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;Acked-by: Andreas Dannenberg &lt;dannenberg@ti.com&gt;Acked-by: Sumit Garg &lt;sumit.garg@nxp.com&gt;

            List of files:
            /rk3399_rockchip-uboot/lib/rsa/Kconfig</description>
        <pubDate>Fri, 10 Jun 2016 02:18:44 +0000</pubDate>
        <dc:creator>Teddy Reed &lt;teddy.reed@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>73223f0e1bd0e37925ae1b7f21b51733145571dc - Kconfig: Move CONFIG_FIT and related options to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/rsa/Kconfig#73223f0e1bd0e37925ae1b7f21b51733145571dc</link>
        <description>Kconfig: Move CONFIG_FIT and related options to KconfigThere are already two FIT options in Kconfig but the CONFIG options arestill in the header files. We need to do a proper move to fix this.Move these options to Kconfig and tidy up board configuration:   CONFIG_FIT   CONFIG_OF_BOARD_SETUP   CONFIG_OF_SYSTEM_SETUP   CONFIG_FIT_SIGNATURE   CONFIG_FIT_BEST_MATCH   CONFIG_FIT_VERBOSE   CONFIG_OF_STDOUT_VIA_ALIAS   CONFIG_RSAUnfortunately the first one is a little complicated. We need to make surethis option is not enabled in SPL by this change. Also this option isenabled automatically in the host builds by defining CONFIG_FIT in theimage.h file. To solve this, add a new IMAGE_USE_FIT #define which canbe used in files that are built on the host but must also build for U-Bootand SPL.Note: Masahiro&apos;s moveconfig.py script is amazing.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;[trini: Add microblaze change, various configs/ re-applies]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/lib/rsa/Kconfig</description>
        <pubDate>Tue, 23 Feb 2016 05:55:43 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&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/lib/rsa/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/lib/rsa/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/lib/rsa/Kconfig#e72d344386bf80738fab7a6bd37cb321f443093a</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/lib/rsa/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>8e3da9dd113699eed2fa05fcde3c55a2ff410913 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/rsa/Kconfig#8e3da9dd113699eed2fa05fcde3c55a2ff410913</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/lib/rsa/Kconfig</description>
        <pubDate>Fri, 30 Jan 2015 14:24:42 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>d9f23c7fe20fced0a84713d5084a6d2896463257 - lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/lib/rsa/Kconfig#d9f23c7fe20fced0a84713d5084a6d2896463257</link>
        <description>lib/rsa: Add Kconfig for devices supporting RSA Modular ExponentiationKconfig option added for devices which support RSA Verification.1. RSA_SOFTWARE_EXPEnables driver for supporting RSA Modular Exponentiation in Software2. RSA_FREESCALE_EXPEnables driver for supporting RSA Modular Exponentiation using Freescale specificdriverThe above drivers use RSA uclassSigned-off-by: Ruchika Gupta &lt;ruchika.gupta@freescale.com&gt;CC: Simon Glass &lt;sjg@chromium.org&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;(Removed duplicate line in Kconfig comment)Change-Id: I7663c4d5350e2bfc3dfa2696f70ef777d6ccc6f6

            List of files:
            /rk3399_rockchip-uboot/lib/rsa/Kconfig</description>
        <pubDate>Fri, 23 Jan 2015 10:31:56 +0000</pubDate>
        <dc:creator>Ruchika Gupta &lt;ruchika.gupta@freescale.com&gt;</dc:creator>
    </item>
</channel>
</rss>
