<?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 2015</copyright>
    <generator>Java</generator><item>
        <title>bd778b89 - firmware: tegra: bpmp: Fix Tegra234-only builds</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/firmware/tegra/Makefile#bd778b89</link>
        <description>firmware: tegra: bpmp: Fix Tegra234-only buildsThe tegra186_bpmp_ops symbol is used on Tegra234, so make sure it&apos;savailable.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/firmware/tegra/Makefile</description>
        <pubDate>Tue, 13 Apr 2021 12:23:35 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/firmware/tegra/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/firmware/tegra/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>fe45ab55 - firmware/tegra: Enable Tegra186 BPMP support on Tegra194</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/firmware/tegra/Makefile#fe45ab55</link>
        <description>firmware/tegra: Enable Tegra186 BPMP support on Tegra194The BPMP implementation on Tegra194 is mostly compatible with theimplementation on Tegra186, so make sure the latter is available whensupport for Tegra194 is enabled.Suggested-by: Timo Alho &lt;talho@nvidia.com&gt;Reviewed-by: Timo Alho &lt;talho@nvidia.com&gt;Tested-by: Timo Alho &lt;talho@nvidia.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/firmware/tegra/Makefile</description>
        <pubDate>Thu, 07 Feb 2019 11:50:06 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>139251fc - firmware: tegra: add bpmp driver for Tegra210</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/firmware/tegra/Makefile#139251fc</link>
        <description>firmware: tegra: add bpmp driver for Tegra210This patch adds driver for Tegra210 BPMP firmware.The BPMP is a specific processor in Tegra210 chip, which runs firmwarefor assisting in entering deep low power states (suspend to ram), andoffloading DRAM memory clock scaling on some platforms.Based on work by Sivaram Nair &lt;sivaramn@nvidia.com&gt;Signed-off-by: Timo Alho &lt;talho@nvidia.com&gt;Acked-by: Jon Hunter &lt;jonathanh@nvidia.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/firmware/tegra/Makefile</description>
        <pubDate>Thu, 24 Jan 2019 17:03:54 +0000</pubDate>
        <dc:creator>Timo Alho &lt;talho@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>cdfa358b - firmware: tegra: Refactor BPMP driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/firmware/tegra/Makefile#cdfa358b</link>
        <description>firmware: tegra: Refactor BPMP driverSplit BPMP driver into common and chip specific parts to facilitateadding support for previous and future Tegra chips that are using BPMPas co-processor.Signed-off-by: Timo Alho &lt;talho@nvidia.com&gt;Acked-by: Jon Hunter &lt;jonathanh@nvidia.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/firmware/tegra/Makefile</description>
        <pubDate>Thu, 24 Jan 2019 17:03:53 +0000</pubDate>
        <dc:creator>Timo Alho &lt;talho@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>f2381f65 - firmware: tegra: Add BPMP debugfs support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/firmware/tegra/Makefile#f2381f65</link>
        <description>firmware: tegra: Add BPMP debugfs supportTegra power management firmware running on the co-processor (BPMP)implements a simple pseudo file system akin to debugfs. The filesystem can be used for debugging purposes to examine and change thestatus of selected resources controlled by the firmware (such asclocks, resets, voltages, powergates, ...).Add support to &quot;mirror&quot; the firmware&apos;s file system to debugfs. Atboot, query firmware for a list of all possible files and createcorresponding debugfs entries. Read/write of individual files isimplemented by sending a Message ReQuest (MRQ) that passes the fullfile path name and data to firmware via DRAM.Signed-off-by: Timo Alho &lt;talho@nvidia.com&gt;Reviewed-by: Jon Hunter &lt;jonathanh@nvidia.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/firmware/tegra/Makefile</description>
        <pubDate>Tue, 03 Oct 2017 06:12:13 +0000</pubDate>
        <dc:creator>Timo Alho &lt;talho@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>983de5f9 - firmware: tegra: Add BPMP support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/firmware/tegra/Makefile#983de5f9</link>
        <description>firmware: tegra: Add BPMP supportThe Boot and Power Management Processor (BPMP) is a co-processor foundon Tegra SoCs. It is designed to handle the early stages of the bootprocess and offload power management tasks (such as clocks, resets,powergates, ...) as well as system control services.Compared to the ARM SCPI, the services provided by BPMP are message-based rather than method-based. The BPMP firmware driver provides theservices to transmit data to and receive data from the BPMP. Users canalso register a Message ReQuest (MRQ), for which a service routine willbe run when a corresponding event is received from the firmware.A set of messages, called the BPMP ABI, are specified for a number ofdifferent services provided by the BPMP (such as clocks or resets).Based on work by Sivaram Nair &lt;sivaramn@nvidia.com&gt; and Joseph Lo&lt;josephl@nvidia.com&gt;.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/firmware/tegra/Makefile</description>
        <pubDate>Fri, 19 Aug 2016 17:05:35 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>ca791d7f - firmware: tegra: Add IVC library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/firmware/tegra/Makefile#ca791d7f</link>
        <description>firmware: tegra: Add IVC libraryThe Inter-VM communication (IVC) is a communication protocol which isdesigned for interprocessor communication (IPC) or the communicationbetween the hypervisor and the virtual machine with a guest OS.Message channels are used to communicate between processors. They arebacked by DRAM or SRAM, so care must be taken to maintain coherence ofdata.The IVC library maintains memory-based descriptors for the transmissionand reception channels as well as the data coherence of the counter andpayload. Clients, such as the driver for the BPMP firmware, can use thelibrary to exchange messages with remote processors.Based on work by Peter Newman &lt;pnewman@nvidia.com&gt; and Joseph Lo&lt;josephl@nvidia.com&gt;.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/firmware/tegra/Makefile</description>
        <pubDate>Fri, 19 Aug 2016 17:05:04 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
</channel>
</rss>
