<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>4c2cf973aa109844532775adeb1dec358280c217 - crypto/fsl: fix obj-yy in Makefile</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile#4c2cf973aa109844532775adeb1dec358280c217</link>
        <description>crypto/fsl: fix obj-yy in MakefileWhen enabling CONFIG_CMD_BLOB and/or CONFIG_CMD_DEKBLOB, the build failswith a linker error:  ...  LD      u-bootarch/arm/mach-imx/built-in.o: In function `blob_encap_dek&apos;:/home/clemens/dev/u-boot/arch/arm/mach-imx/cmd_dek.c:46: undefinedreference to `blob_dek&apos;This is due to an error in the Makefile, resulting in obj-yy/obj-yn/..and fsl_blob.o is therefore not linked.Fix it by splitting it up into two obj-y lines.Signed-off-by: Clemens Gruber &lt;clemens.gruber@pqgruber.com&gt;Reviewed-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile</description>
        <pubDate>Sun, 03 Sep 2017 17:17:10 +0000</pubDate>
        <dc:creator>Clemens Gruber &lt;clemens.gruber@pqgruber.com&gt;</dc:creator>
    </item>
<item>
        <title>057c2200557e187a47f2c10af6c0b2db9bf88df3 - Correct License and Copyright information on few files</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile#057c2200557e187a47f2c10af6c0b2db9bf88df3</link>
        <description>Correct License and Copyright information on few filesgpio.h - Added missing copyright in few files.rsa-mod-exp.h - Corrected copyright in the file.fsl_sec.h - Added missing license in filesdrivers/crypto/fsl/Makefile - Removed the incomplete GPLv2 license and replaced it with GPLv2+ licenseSigned-off-by: Ruchika Gupta &lt;ruchika.gupta@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile</description>
        <pubDate>Mon, 27 Jul 2015 03:37:39 +0000</pubDate>
        <dc:creator>Ruchika Gupta &lt;ruchika.gupta@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>02ebe6f702ec8d025926b0ea7c2088e302c5a302 - Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-imx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile#02ebe6f702ec8d025926b0ea7c2088e302c5a302</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-imx

            List of files:
            /rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile</description>
        <pubDate>Thu, 05 Mar 2015 12:22:18 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>0200020bc2b8192c31dc57c600865267f51bface - imx6: Added DEK blob generator command</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile#0200020bc2b8192c31dc57c600865267f51bface</link>
        <description>imx6: Added DEK blob generator commandFreescale&apos;s SEC block has built-in Data EncryptionKey(DEK) Blob Protocol which provides a method forprotecting a DEK for non-secure memory storage.SEC block protects data in a data structure calleda Secret Key Blob, which provides both confidentialityand integrity protection.Every time the blob encapsulation is executed,a AES-256 key is randomly generated to encrypt the DEK.This key is encrypted with the OTP Secret keyfrom SoC. The resulting blob consists of the encryptedAES-256 key, the encrypted DEK, and a 16-bit MAC.During decapsulation, the reverse process is performedto get back the original DEK. A caveat to the blobdecapsulation process,  is that the DEK is decryptedin secure-memory and can only be read by FSL SEC HW.The DEK is used to decrypt data during encrypted boot.Commands added--------------  dek_blob - encapsulating DEK as a cryptgraphic blobCommands Syntax---------------  dek_blob src dst len    Encapsulate and create blob of a len-bits DEK at    address src and store the result at address dst.Signed-off-by: Raul Cardenas &lt;Ulises.Cardenas@freescale.com&gt;Signed-off-by: Nitin Garg &lt;nitin.garg@freescale.com&gt;Signed-off-by: Ulises Cardenas &lt;ulises.cardenas@freescale.com&gt;Signed-off-by: Ulises Cardenas-B45798 &lt;Ulises.Cardenas@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile</description>
        <pubDate>Fri, 27 Feb 2015 17:22:06 +0000</pubDate>
        <dc:creator>Raul Cardenas &lt;Ulises.Cardenas@freescale.com&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/drivers/crypto/fsl/Makefile#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/drivers/crypto/fsl/Makefile</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/drivers/crypto/fsl/Makefile#e72d344386bf80738fab7a6bd37cb321f443093a</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile</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/drivers/crypto/fsl/Makefile#8e3da9dd113699eed2fa05fcde3c55a2ff410913</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile</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>34276478f7b7a0fea9c76e365a477962910ef770 - DM: crypto/fsl - Add Freescale rsa DM driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile#34276478f7b7a0fea9c76e365a477962910ef770</link>
        <description>DM: crypto/fsl - Add Freescale rsa DM driverDriver added for RSA Modular Exponentiation using Freescale HardwareAccelerator CAAM. The driver uses UCLASS_MOD_EXPSigned-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;

            List of files:
            /rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile</description>
        <pubDate>Fri, 23 Jan 2015 10:31:55 +0000</pubDate>
        <dc:creator>Ruchika Gupta &lt;ruchika.gupta@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>0181937fa371aa482d99f17ab2bc219bfcbb21b2 - crypto/fsl: Add fixup for crypto node</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile#0181937fa371aa482d99f17ab2bc219bfcbb21b2</link>
        <description>crypto/fsl: Add fixup for crypto nodeEra property is added in the crypto node in device tree.Move the code to do so from arch/powerpc/mpc8xxx/fdt.c todrivers/sec/sec.c so that it can be used across arm andpowerpc platforms having crypto node.Signed-off-by: Ruchika Gupta &lt;ruchika.gupta@freescale.com&gt;[York Sun: Fix commit message indentation]Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile</description>
        <pubDate>Mon, 15 Dec 2014 06:00:36 +0000</pubDate>
        <dc:creator>Ruchika Gupta &lt;ruchika.gupta@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>a84c8107d9b050fe8a31220d28588abfc2d99aee - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-fsl-qoriq</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile#a84c8107d9b050fe8a31220d28588abfc2d99aee</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-fsl-qoriq

            List of files:
            /rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile</description>
        <pubDate>Mon, 20 Oct 2014 22:17:26 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>c5de15cbc8a8c87ae9f104e958ee6a374a145724 - crypto/fsl: Add command for encapsulating/decapsulating blobs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile#c5de15cbc8a8c87ae9f104e958ee6a374a145724</link>
        <description>crypto/fsl: Add command for encapsulating/decapsulating blobsFreescale&apos;s SEC block has built-in Blob Protocol which providesa method for protecting user-defined data across system powercycles. SEC block protects data in a data structure called a Blob,which provides both confidentiality and integrity protection.Encapsulating data as a blobEach time that the Blob Protocol is used to protect data, adifferent randomly generated key is used to encrypt the data.This random key is itself encrypted using a key which is derivedfrom SoC&apos;s non volatile secret key and a 16 bit Key identifier.The resulting encrypted key along with encrypted data is called a blob.The non volatile secure key is available for use only during secure boot.During decapsulation, the reverse process is performed to get backthe original data.Commands added--------------    blob enc - encapsulating data as a cryptgraphic blob    blob dec - decapsulating cryptgraphic blob to get the dataCommands Syntax---------------	blob enc src dst len km	Encapsulate and create blob of data $len bytes long	at address $src and store the result at address $dst.	$km is the 16 byte key modifier is also required for	generation/use as key for cryptographic operation. Key	modifier should be 16 byte long.	blob dec src dst len km	Decapsulate the  blob of data at address $src and	store result of $len byte at addr $dst.	$km is the 16 byte key modifier is also required for	generation/use as key for cryptographic operation. Key	modifier should be 16 byte long.Signed-off-by: Ruchika Gupta &lt;ruchika.gupta@freescale.com&gt;Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile</description>
        <pubDate>Tue, 07 Oct 2014 10:16:20 +0000</pubDate>
        <dc:creator>Ruchika Gupta &lt;ruchika.gupta@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>b9eebfade974c86c8ddef64793649374c9876242 - fsl_sec: Add hardware accelerated SHA256 and SHA1</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile#b9eebfade974c86c8ddef64793649374c9876242</link>
        <description>fsl_sec: Add hardware accelerated SHA256 and SHA1SHA-256 and SHA-1 accelerated using SEC hardware in Freescale SoC&apos;sThe driver for SEC (CAAM) IP is based on linux drivers/crypto/caam.The platforms needto add the MACRO CONFIG_FSL_CAAM inorder toenable initialization of this hardware IP.Signed-off-by: Ruchika Gupta &lt;ruchika.gupta@freescale.com&gt;Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/crypto/fsl/Makefile</description>
        <pubDate>Wed, 15 Oct 2014 06:05:30 +0000</pubDate>
        <dc:creator>Ruchika Gupta &lt;ruchika.gupta@freescale.com&gt;</dc:creator>
    </item>
</channel>
</rss>
