<?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 .gitmodules</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>cf0ce0c141679acf68e08e02c334dc131149a439 - Merge changes Iad777e77,I0eb24083 into integration</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_ARM-atf/.gitmodules#cf0ce0c141679acf68e08e02c334dc131149a439</link>
        <description>Merge changes Iad777e77,I0eb24083 into integration* changes:  feat(build): add Mbed TLS submodule  fix(brcm): fix bad Mbed TLS check

            List of files:
            /rk3399_ARM-atf/.gitmodules</description>
        <pubDate>Wed, 04 Mar 2026 14:09:53 +0000</pubDate>
        <dc:creator>Chris Kay &lt;chris.kay@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>bc9a699d9c2eb3d49945d66dc97f59311ee37794 - feat(build): add Mbed TLS submodule</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_ARM-atf/.gitmodules#bc9a699d9c2eb3d49945d66dc97f59311ee37794</link>
        <description>feat(build): add Mbed TLS submoduleThis change adds Mbed TLS 3.6.5 as a submodule to the TF-A repository.It is no longer a requirement to pass `MBEDTLS_DIR` to the build systemwhen building configurations which require it, as the build system willnow look inside the `contrib` directory if the parameter is missing.If you cloned TF-A without the `--recurse-submodules` flag, you canensure that this submodule is present by running:    git submodule update --init --recursiveBREAKING-CHANGE: Mbed TLS is now included in the TF-A repository, and it  is no longer a requirement to pass `MBEDTLS_DIR` to the build system.  Please run `git submodule update --init --recursive` if you encounter  issues after migrating to the latest version of TF-A.Change-Id: Iad777e77936d1c373065f17fe5c4aadc45e56b64Signed-off-by: Chris Kay &lt;chris.kay@arm.com&gt;

            List of files:
            /rk3399_ARM-atf/.gitmodules</description>
        <pubDate>Tue, 06 May 2025 16:30:33 +0000</pubDate>
        <dc:creator>Chris Kay &lt;chris.kay@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>47bf7055496703e4cd40eee91e6beeb172c684cb - Merge changes I4d50d138,Ie16b2e40,I574893fa into integration</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_ARM-atf/.gitmodules#47bf7055496703e4cd40eee91e6beeb172c684cb</link>
        <description>Merge changes I4d50d138,Ie16b2e40,I574893fa into integration* changes:  refactor(tpm): remove TPM code from TF-A  feat(tpm): changes to support TPM lib  feat: add libtpm submodule

            List of files:
            /rk3399_ARM-atf/.gitmodules</description>
        <pubDate>Thu, 11 Dec 2025 15:53:05 +0000</pubDate>
        <dc:creator>Manish V Badarkhe &lt;manish.badarkhe@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>92311aee5608ed15e18ca70356a44f94952aeeb9 - feat: add libtpm submodule</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_ARM-atf/.gitmodules#92311aee5608ed15e18ca70356a44f94952aeeb9</link>
        <description>feat: add libtpm submoduleAdd libtpm from:https://review.trustedfirmware.org/c/shared/libTPM/+/43107/31Change-Id: I574893fa0cba747f2a92ae3ac6e116aee7980293Signed-off-by: Harrison Mutai &lt;harrison.mutai@arm.com&gt;Signed-off-by: Matthew Ellis &lt;Matthew.Ellis@arm.com&gt;

            List of files:
            /rk3399_ARM-atf/.gitmodules</description>
        <pubDate>Mon, 11 Aug 2025 16:53:10 +0000</pubDate>
        <dc:creator>Harrison Mutai &lt;harrison.mutai@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>b73aa414e4ab919c3a57373235072f3401364d80 - Merge changes from topic &quot;hm/evlog&quot; into integration</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_ARM-atf/.gitmodules#b73aa414e4ab919c3a57373235072f3401364d80</link>
        <description>Merge changes from topic &quot;hm/evlog&quot; into integration* changes:  build(measured-boot)!: move to ext event log lib  feat(build): add utilities for modifying includes

            List of files:
            /rk3399_ARM-atf/.gitmodules</description>
        <pubDate>Wed, 17 Sep 2025 11:23:03 +0000</pubDate>
        <dc:creator>Manish V Badarkhe &lt;manish.badarkhe@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>b67e984664a8644d6cfd1812cabaa02cf24f09c9 - build(measured-boot)!: move to ext event log lib</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_ARM-atf/.gitmodules#b67e984664a8644d6cfd1812cabaa02cf24f09c9</link>
        <description>build(measured-boot)!: move to ext event log libRemoves in-tree Event Log library implementation and updates allreferences to use the external submodule. Updates include paths,Makefile macros, and platform integration logic to link with lib as astatic library.If you cloned TF-A without the `--recurse-submodules` flag, you canensure that this submodule is present by running:    git submodule update --init --recursiveBREAKING-CHANGE: LibEventLog is now included in TF-A as a submodule.  Please run `git submodule update --init --recursive` if you encounter  issues after migrating to the latest version of TF-A.Change-Id: I723f493033c178759a45ea04118e7cc295dc2438Signed-off-by: Harrison Mutai &lt;harrison.mutai@arm.com&gt;

            List of files:
            /rk3399_ARM-atf/.gitmodules</description>
        <pubDate>Tue, 13 May 2025 14:01:05 +0000</pubDate>
        <dc:creator>Harrison Mutai &lt;harrison.mutai@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>50d1ce3d3cb4eead7b7f0daff61478f0c97d433b - Merge changes Ia34bc0f4,I0be3773b,I701e357a,Icdbe1992 into integration</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_ARM-atf/.gitmodules#50d1ce3d3cb4eead7b7f0daff61478f0c97d433b</link>
        <description>Merge changes Ia34bc0f4,I0be3773b,I701e357a,Icdbe1992 into integration* changes:  refactor(versal2): guard handoff logic w/ build flag  refactor(qemu): guard handoff logic w/ build flag  refactor(optee): guard handoff logic w/ build flag  feat(handoff): support libtl submodule builds

            List of files:
            /rk3399_ARM-atf/.gitmodules</description>
        <pubDate>Thu, 19 Jun 2025 11:37:28 +0000</pubDate>
        <dc:creator>Manish V Badarkhe &lt;manish.badarkhe@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>06f3c7058c42a9f1a9f7df75ea2de71a000855e8 - feat(handoff): support libtl submodule builds</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_ARM-atf/.gitmodules#06f3c7058c42a9f1a9f7df75ea2de71a000855e8</link>
        <description>feat(handoff): support libtl submodule buildsRefactor transfer list support to enable building the transfer listand updates include paths accordingly.Change-Id: Icdbe19924678a4023c15897a9765b8e7f150d9e3Signed-off-by: Harrison Mutai &lt;harrison.mutai@arm.com&gt;

            List of files:
            /rk3399_ARM-atf/.gitmodules</description>
        <pubDate>Tue, 15 Apr 2025 14:36:27 +0000</pubDate>
        <dc:creator>Harrison Mutai &lt;harrison.mutai@arm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
