<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in aie.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c006978163fd001fbca55e5fa57bddcf49f47ad9 - accel/amdxdna: Add AIE4 work buffer initialization</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/accel/amdxdna/aie.h#c006978163fd001fbca55e5fa57bddcf49f47ad9</link>
        <description>accel/amdxdna: Add AIE4 work buffer initializationNPU firmware requires a host-allocated work buffer for hardware contexts.Allocate a 4 MB host buffer and attach it to device during device init.Refactor aie2_alloc_msg_buffer() and aie2_free_msg_buffer() into commonhelpers by moving them to aie.c and renaming them toamdxdna_alloc_msg_buffer() and amdxdna_free_msg_buffer(), allowing bothAIE2 and AIE4 to reuse the implementation.Signed-off-by: Nishad Saraf &lt;nishads@amd.com&gt;Reviewed-by: Mario Limonciello (AMD) &lt;superm1@kernel.org&gt;Signed-off-by: Lizhi Hou &lt;lizhi.hou@amd.com&gt;Link: https://lore.kernel.org/all/20260505160936.3917732-7-lizhi.hou@amd.com/

            List of files:
            /linux/drivers/accel/amdxdna/aie.h</description>
        <pubDate>Tue, 05 May 2026 18:09:36 +0200</pubDate>
        <dc:creator>Nishad Saraf &lt;nishads@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>0b087e0636245f7393610cef0f45333effcdd86a - accel/amdxdna: Add AIE4 metadata query support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/accel/amdxdna/aie.h#0b087e0636245f7393610cef0f45333effcdd86a</link>
        <description>accel/amdxdna: Add AIE4 metadata query supportAdd support for querying device metadata on AIE4 via a mailbox message.Refactor aie2_get_aie_metadata() into a common helper by moving it toaie.c and renaming it to amdxdna_get_metadata(), allowing both AIE2and AIE4 to reuse the implementation.Co-developed-by: Hayden Laccabue &lt;Hayden.Laccabue@amd.com&gt;Signed-off-by: Hayden Laccabue &lt;Hayden.Laccabue@amd.com&gt;Signed-off-by: David Zhang &lt;yidong.zhang@amd.com&gt;Reviewed-by: Mario Limonciello (AMD) &lt;superm1@kernel.org&gt;Signed-off-by: Lizhi Hou &lt;lizhi.hou@amd.com&gt;Link: https://patch.msgid.link/20260506161642.141257-1-lizhi.hou@amd.com

            List of files:
            /linux/drivers/accel/amdxdna/aie.h</description>
        <pubDate>Wed, 06 May 2026 18:16:42 +0200</pubDate>
        <dc:creator>David Zhang &lt;yidong.zhang@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>d8c33b9c4bfc1349cfdcf180e708ba55e5e28ce9 - accel/amdxdna: Get device revision to derive VBNV string</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/accel/amdxdna/aie.h#d8c33b9c4bfc1349cfdcf180e708ba55e5e28ce9</link>
        <description>accel/amdxdna: Get device revision to derive VBNV stringAdd support for querying the device revision from firmware.Use the returned revision to look up the VBNV string during deviceinitialization, and fall back to the default VBNV when the revisionquery is not supported or no mapping is found.This allows the driver to report the accurate VBNV for devices thatshare the same vendor/device ID but differ by hardware revision.Signed-off-by: Max Zhen &lt;max.zhen@amd.com&gt;Reviewed-by: Mario Limonciello (AMD) &lt;superm1@kernel.org&gt;[Lizhi: Revise amdxdna_vbnv_init()]Signed-off-by: Lizhi Hou &lt;lizhi.hou@amd.com&gt;Link: https://patch.msgid.link/20260416190150.1040067-1-lizhi.hou@amd.com

            List of files:
            /linux/drivers/accel/amdxdna/aie.h</description>
        <pubDate>Thu, 16 Apr 2026 21:01:50 +0200</pubDate>
        <dc:creator>Max Zhen &lt;max.zhen@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>8167332554226b0c16ffc3b262afe562e6714bc1 - accel/amdxdna: Create common SMU interfaces for AIE2 and AIE4</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/accel/amdxdna/aie.h#8167332554226b0c16ffc3b262afe562e6714bc1</link>
        <description>accel/amdxdna: Create common SMU interfaces for AIE2 and AIE4AIE2 and AIE4 use similar interfaces to the SMU (System ManagementUnit). Move the SMU implementation into aie_smu.c and provide commoninterfaces for both platforms.This allows AIE2 and AIE4 to share the same implementation and reducescode duplication.Co-developed-by: Hayden Laccabue &lt;Hayden.Laccabue@amd.com&gt;Signed-off-by: Hayden Laccabue &lt;Hayden.Laccabue@amd.com&gt;Signed-off-by: David Zhang &lt;yidong.zhang@amd.com&gt;Reviewed-by: Mario Limonciello (AMD) &lt;superm1@kernel.org&gt;Signed-off-by: Lizhi Hou &lt;lizhi.hou@amd.com&gt;Link: https://patch.msgid.link/20260330163705.3153647-6-lizhi.hou@amd.com

            List of files:
            /linux/drivers/accel/amdxdna/aie.h</description>
        <pubDate>Mon, 30 Mar 2026 18:37:04 +0200</pubDate>
        <dc:creator>David Zhang &lt;yidong.zhang@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>e69ef21408fb8ed2be602e8056a5abd5b6212fd7 - accel/amdxdna: Add AIE4 firmware loading</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/accel/amdxdna/aie.h#e69ef21408fb8ed2be602e8056a5abd5b6212fd7</link>
        <description>accel/amdxdna: Add AIE4 firmware loadingAdd support for loading AIE4 firmware through the common PSPinterfaces.Compared to AIE2, AIE4 introduces an additional CERT firmware image.aiem_psp_create() performs CERT setup when the CERT image size isnon-zero.Co-developed-by: Hayden Laccabue &lt;Hayden.Laccabue@amd.com&gt;Signed-off-by: Hayden Laccabue &lt;Hayden.Laccabue@amd.com&gt;Signed-off-by: David Zhang &lt;yidong.zhang@amd.com&gt;Reviewed-by: Mario Limonciello (AMD) &lt;superm1@kernel.org&gt;Signed-off-by: Lizhi Hou &lt;lizhi.hou@amd.com&gt;Link: https://patch.msgid.link/20260330163705.3153647-5-lizhi.hou@amd.com

            List of files:
            /linux/drivers/accel/amdxdna/aie.h</description>
        <pubDate>Mon, 30 Mar 2026 18:37:03 +0200</pubDate>
        <dc:creator>David Zhang &lt;yidong.zhang@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>dd2f592b55dfce0028ed1710d71ff51ef6576064 - accel/amdxdna: Create common PSP interfaces for AIE2 and AIE4</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/accel/amdxdna/aie.h#dd2f592b55dfce0028ed1710d71ff51ef6576064</link>
        <description>accel/amdxdna: Create common PSP interfaces for AIE2 and AIE4The AIE2 and AIE4 use the similar interface to PSP (Platform SecurityProcessor). Move the PSP implementation into aie_psp.c so both platformsuse the same path and future AIE4 PSP work can build on it.Co-developed-by: Hayden Laccabue &lt;Hayden.Laccabue@amd.com&gt;Signed-off-by: Hayden Laccabue &lt;Hayden.Laccabue@amd.com&gt;Signed-off-by: David Zhang &lt;yidong.zhang@amd.com&gt;Reviewed-by: Mario Limonciello (AMD) &lt;superm1@kernel.org&gt;Signed-off-by: Lizhi Hou &lt;lizhi.hou@amd.com&gt;Link: https://patch.msgid.link/20260330163705.3153647-4-lizhi.hou@amd.com

            List of files:
            /linux/drivers/accel/amdxdna/aie.h</description>
        <pubDate>Mon, 30 Mar 2026 18:37:02 +0200</pubDate>
        <dc:creator>David Zhang &lt;yidong.zhang@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>c02697cb9388b48086314fca90758016bd51b8e4 - accel/amdxdna: Add basic support for AIE4 devices</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/accel/amdxdna/aie.h#c02697cb9388b48086314fca90758016bd51b8e4</link>
        <description>accel/amdxdna: Add basic support for AIE4 devicesAdd initial support for AIE4 devices (PCI device IDs 0x17F2 and 0x1B0B),including:  Device initialization  Basic mailbox communication  SR-IOV enablementThis lays the groundwork for full AIE4 support.Co-developed-by: Hayden Laccabue &lt;Hayden.Laccabue@amd.com&gt;Signed-off-by: Hayden Laccabue &lt;Hayden.Laccabue@amd.com&gt;Signed-off-by: David Zhang &lt;yidong.zhang@amd.com&gt;Reviewed-by: Mario Limonciello (AMD) &lt;superm1@kernel.org&gt;Signed-off-by: Lizhi Hou &lt;lizhi.hou@amd.com&gt;Link: https://patch.msgid.link/20260330163705.3153647-3-lizhi.hou@amd.com

            List of files:
            /linux/drivers/accel/amdxdna/aie.h</description>
        <pubDate>Mon, 30 Mar 2026 18:37:01 +0200</pubDate>
        <dc:creator>David Zhang &lt;yidong.zhang@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>5a55a5da1f01274c07359b09abec952ec9f05105 - accel/amdxdna: Create shared functions for AIE2 and AIE4</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/accel/amdxdna/aie.h#5a55a5da1f01274c07359b09abec952ec9f05105</link>
        <description>accel/amdxdna: Create shared functions for AIE2 and AIE4The AIE4 platform uses a mailbox management channel mechanism similar toAIE2 to communicate with the firmware.Create aie.h and aie.c and move the functions and structures that canbe shared by both platforms from the AIE2-specific files into thesecommon files. This allows AIE2 and AIE4 to reuse the same implementationand reduces code duplication.Reviewed-by: Mario Limonciello (AMD) &lt;superm1@kernel.org&gt;Signed-off-by: Lizhi Hou &lt;lizhi.hou@amd.com&gt;Link: https://patch.msgid.link/20260330163705.3153647-2-lizhi.hou@amd.com

            List of files:
            /linux/drivers/accel/amdxdna/aie.h</description>
        <pubDate>Mon, 30 Mar 2026 18:37:00 +0200</pubDate>
        <dc:creator>Lizhi Hou &lt;lizhi.hou@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
