<?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>8a36287a019f5d7532a8a1a7da6aa96e490dbb8a - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#8a36287a019f5d7532a8a1a7da6aa96e490dbb8a</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Fri, 29 Jan 2016 18:47:38 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>b75fdc11ebcd3607f840a00363679a3a5cbc8da4 - tpm: st33zp24: Add tpm st33zp24 spi support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#b75fdc11ebcd3607f840a00363679a3a5cbc8da4</link>
        <description>tpm: st33zp24: Add tpm st33zp24 spi supportAdd support for TPM ST33ZP24 spi.The ST33ZP24 does have a spi interface.The transport protocol is proprietary.For spi we are relying only on DM_SPI.Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Christophe Ricard &lt;christophe-h.ricard@st.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Thu, 21 Jan 2016 22:27:14 +0000</pubDate>
        <dc:creator>Christophe Ricard &lt;christophe.ricard@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3aa74088d4d3cedcfed403fea8eb75831021959a - tpm: st33zp24: Add tpm st33zp24 support with i2c</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#3aa74088d4d3cedcfed403fea8eb75831021959a</link>
        <description>tpm: st33zp24: Add tpm st33zp24 support with i2cAdd support for TPM ST33ZP24 family with i2c.For i2c we are relying only on DM_I2C.Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Christophe Ricard &lt;christophe-h.ricard@st.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Thu, 21 Jan 2016 22:27:13 +0000</pubDate>
        <dc:creator>Christophe Ricard &lt;christophe.ricard@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e573bdb324c78fac56655a493bea843842c9d9f8 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#e573bdb324c78fac56655a493bea843842c9d9f8</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Fri, 30 Oct 2015 13:52:51 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>2431492aef1de33bd222c97ecc131a338d9c454e - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#2431492aef1de33bd222c97ecc131a338d9c454e</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Tue, 27 Oct 2015 23:08:19 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>2419cd16a1357a6d0f394b4631ea07b4f9e85ac7 - dm: tpm: Drop CONFIG_DM_TPM</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#2419cd16a1357a6d0f394b4631ea07b4f9e85ac7</link>
        <description>dm: tpm: Drop CONFIG_DM_TPMNow that all TPM drivers use driver model, we can drop the special drivermodel CONFIG option.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Acked-by: Christophe Ricard&lt;christophe-h.ricard@st.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Sat, 03 Oct 2015 12:39:36 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>0766ad2f7fdae6d7482b8e1e3f5a49b3d9a3810b - dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#0766ad2f7fdae6d7482b8e1e3f5a49b3d9a3810b</link>
        <description>dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineonAs there is no TCG specification or recommendation for i2c TPM 1.2,move tpm_tis_i2c driver to tpm_i2c_infineon. Other tpm vendors like Atmelor STMicroelectronics may have a different transport protocol for i2c.Signed-off-by: Christophe Ricard &lt;christophe-h.ricard@st.com&gt;Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;Acked-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Tue, 06 Oct 2015 20:54:41 +0000</pubDate>
        <dc:creator>Christophe Ricard &lt;christophe.ricard@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>80cd58b99e8690b05e8537dbf76276e24fcfa652 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#80cd58b99e8690b05e8537dbf76276e24fcfa652</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Mon, 31 Aug 2015 15:43:47 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>f255d31f9063e50b56208fff439b63039cfd7ac6 - dm: tpm: Add a uclass for Trusted Platform Modules</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#f255d31f9063e50b56208fff439b63039cfd7ac6</link>
        <description>dm: tpm: Add a uclass for Trusted Platform ModulesAdd a new uclass for TPMs which uses almost the same TIS (TPM InterfaceSpecification) as is currently implemented. Since init() is handled by thenormal driver model probe() method, we don&apos;t need to implement that. Alsorename the transfer method to xfer() which is a less clumbsy name.Once all drivers and users are converted to driver model we can remove theold code.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Acked-by: Christophe Ricard&lt;christophe-h.ricard@st.com&gt;Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Sun, 23 Aug 2015 00:31:31 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>4cd7b7834c19903504d76542fb0240cde34853f5 - tpm: Move the I2C TPM code into one file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#4cd7b7834c19903504d76542fb0240cde34853f5</link>
        <description>tpm: Move the I2C TPM code into one fileThe current Infineon I2C TPM driver is written in two parts, intended tosupport use with other I2C devices. However we don&apos;t have any users and theAtmel I2C TPM device does not use this file.We should simplify this and remove the unused abstration. As a first step,move the code into one file.Also the name tpm_private.h suggests that the header file is generic to allTPMs but it is not. Rename it indicate that it relates only to this driverSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Sun, 23 Aug 2015 00:31:22 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>707acd01ded3c60a4e277f7c5432d397897b4dfd - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#707acd01ded3c60a4e277f7c5432d397897b4dfd</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Sun, 26 Jan 2014 11:11:54 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>ed3f5a30a7bc4254e516caad7f01baf4596359b7 - sandbox: tpm: Add TPM emulation</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#ed3f5a30a7bc4254e516caad7f01baf4596359b7</link>
        <description>sandbox: tpm: Add TPM emulationAdd a simple TPM emulator for sandbox. It only supports a small subset ofTPM operations. However, these are enough to perform common tasks.Note this is an initial commit to get this working, but it could usecleaning up (for example constants instead of open-coded values).Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Sun, 10 Nov 2013 17:27:05 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>f15ea6e1d67782a1626d4a4922b6c20e380085e5 - Merge 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/tpm/Makefile#f15ea6e1d67782a1626d4a4922b6c20e380085e5</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;Conflicts:	arch/arm/cpu/armv7/rmobile/Makefile	doc/README.scrapyardNeeded manual fix:	arch/arm/cpu/armv7/omap-common/Makefile	board/compulab/cm_t335/u-boot.lds

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Tue, 10 Dec 2013 13:31:56 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>36cf0a845c869c514a6cc20a953c53a086251d2f - drivers: tpm: clean up unused code</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#36cf0a845c869c514a6cc20a953c53a086251d2f</link>
        <description>drivers: tpm: clean up unused codeSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Mon, 11 Nov 2013 05:35:53 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>710f1d3d5f44731665a0d801d166c0f98c1de38e - drivers: convert makefiles to Kbuild style</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#710f1d3d5f44731665a0d801d166c0f98c1de38e</link>
        <description>drivers: convert makefiles to Kbuild styleSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Thu, 17 Oct 2013 08:34:57 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>326ea986ac150acdc7656d57fca647db80b50158 - Merge git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#326ea986ac150acdc7656d57fca647db80b50158</link>
        <description>Merge git://git.denx.de/u-boot-armConflicts:	board/freescale/mx6qsabrelite/Makefile	board/freescale/mx6qsabrelite/mx6qsabrelite.c	include/configs/mx6qsabrelite.hSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Wed, 31 Jul 2013 09:30:38 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>8b485ba12b0defa0c4ed3559789250238f8331a8 - Merge branch &apos;u-boot/master&apos; into u-boot-arm/master</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#8b485ba12b0defa0c4ed3559789250238f8331a8</link>
        <description>Merge branch &apos;u-boot/master&apos; into u-boot-arm/master

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Thu, 25 Jul 2013 15:57:46 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>1a4596601fd395f3afb8f82f3f840c5e00bdd57a - Add GPL-2.0+ SPDX-License-Identifier to source files</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#1a4596601fd395f3afb8f82f3f840c5e00bdd57a</link>
        <description>Add GPL-2.0+ SPDX-License-Identifier to source filesSigned-off-by: Wolfgang Denk &lt;wd@denx.de&gt;[trini: Fixup common/cmd_io.c]Signed-off-by: Tom Rini &lt;trini@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Mon, 08 Jul 2013 07:37:19 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>c01939c764dc99e899cf6b69b4ff4d0cab981461 - Add Atmel I2C tpm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#c01939c764dc99e899cf6b69b4ff4d0cab981461</link>
        <description>Add Atmel I2C tpmAdd support for Atmel TPM devices with two wire interface.Signed-off-by: Dirk Eibach &lt;dirk.eibach@gdsys.cc&gt;Signed-off-by: Reinhard Pfau &lt;reinhard.pfau@gdsys.cc&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Andy Fleming &lt;afleming@freescale.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Wed, 26 Jun 2013 13:55:15 +0000</pubDate>
        <dc:creator>Dirk Eibach &lt;eibach@gdsys.de&gt;</dc:creator>
    </item>
<item>
        <title>1318d00e5894ac55bc6b7297f3eda97983b79fae - Merge branch &apos;tpm&apos; of git://git.denx.de/u-boot-x86</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/tpm/Makefile#1318d00e5894ac55bc6b7297f3eda97983b79fae</link>
        <description>Merge branch &apos;tpm&apos; of git://git.denx.de/u-boot-x86

            List of files:
            /rk3399_rockchip-uboot/drivers/tpm/Makefile</description>
        <pubDate>Wed, 05 Jun 2013 12:55:35 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
</channel>
</rss>
