<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/habanalabs, branch v6.9.4</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v6.9.4</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v6.9.4'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2023-12-19T09:09:43Z</updated>
<entry>
<title>accel/habanalabs/gaudi2: add signed dev info uAPI</title>
<updated>2023-12-19T09:09:43Z</updated>
<author>
<name>Moti Haimovski</name>
<email>mhaimovski@habana.ai</email>
</author>
<published>2023-11-12T16:07:10Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7259eb7b534735b9c1153654c0bb4c5f059c0dd3'/>
<id>urn:sha1:7259eb7b534735b9c1153654c0bb4c5f059c0dd3</id>
<content type='text'>
User will provide a nonce via the INFO ioctl, and will retrieve
the signed device info generated using given nonce.

Signed-off-by: Moti Haimovski &lt;mhaimovski@habana.ai&gt;
Reviewed-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
</content>
</entry>
<entry>
<title>accel/habanalabs: minor cosmetics update to cpucp_if.h</title>
<updated>2023-10-09T09:37:23Z</updated>
<author>
<name>Oded Gabbay</name>
<email>ogabbay@kernel.org</email>
</author>
<published>2023-09-21T11:52:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7f1cd6fdd5872160da05098a84a94dee5e709e54'/>
<id>urn:sha1:7f1cd6fdd5872160da05098a84a94dee5e709e54</id>
<content type='text'>
- Update copyright years
- Align comments

Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
Reviewed-by: Ofir Bitton &lt;obitton@habana.ai&gt;
</content>
</entry>
<entry>
<title>accel/habanalabs: add fw status SHUTDOWN_PREP</title>
<updated>2023-10-09T09:37:22Z</updated>
<author>
<name>Dafna Hirschfeld</name>
<email>dhirschfeld@habana.ai</email>
</author>
<published>2023-09-07T11:43:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=9dca13141332e69fd657873194e77a1960fc9ab2'/>
<id>urn:sha1:9dca13141332e69fd657873194e77a1960fc9ab2</id>
<content type='text'>
update hl_boot_if.h from specs to include
CPU_BOOT_STATUS_FW_SHUTDOWN_PREP

Signed-off-by: Dafna Hirschfeld &lt;dhirschfeld@habana.ai&gt;
Reviewed-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
</content>
</entry>
<entry>
<title>accel/habanalabs/gaudi2: add eq health check using irq</title>
<updated>2023-10-09T09:37:21Z</updated>
<author>
<name>farah kassabri</name>
<email>fkassabri@habana.ai</email>
</author>
<published>2023-08-23T09:36:25Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=764bfd138f359423b299b7bf3fcbabb56b981ef5'/>
<id>urn:sha1:764bfd138f359423b299b7bf3fcbabb56b981ef5</id>
<content type='text'>
This is the second patch for applying the eq health check mechanism
which will add support for the interrupt flow for gaudi2 asic.

More info about the interrupt mechanism:
set a dedicated msix for the eq error interrupt, and add
interrupt handler for it.
when FW detects some issue with EQ like EQ_FULL, it'll
raise that interrupt and driver should reset the device.
Driver will inform the FW which msix index to use through
the already existing handshake mechanism which will
send msix info message to fw.

Signed-off-by: farah kassabri &lt;fkassabri@habana.ai&gt;
Reviewed-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
</content>
</entry>
<entry>
<title>accel/habanalabs/gaudi2: handle eq health heartbeat check</title>
<updated>2023-10-09T09:37:21Z</updated>
<author>
<name>farah kassabri</name>
<email>fkassabri@habana.ai</email>
</author>
<published>2023-08-08T09:56:47Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7c4130e6ddd709be2033a6635c91d445cb2baea5'/>
<id>urn:sha1:7c4130e6ddd709be2033a6635c91d445cb2baea5</id>
<content type='text'>
Add mechanism for fw eq health check. this will be done using two flows:
using the heartbeat mechanism and raising a dedicated interrupt to
indicate an eq failure like EQ full.
This patch will add implementation for the eq heartbeat for gaudi2 asic.

More info about the heartbeat mechanism:
Expand the heartbeat mechanism to monitor a new event that
will be sent from FW upon receiving heartbeat message.
that way driver can know that the eq is working or not.

Signed-off-by: farah kassabri &lt;fkassabri@habana.ai&gt;
Reviewed-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
</content>
</entry>
<entry>
<title>accel/habanalabs: move cpucp interface to linux/habanalabs</title>
<updated>2023-10-09T09:37:21Z</updated>
<author>
<name>David Meriin</name>
<email>dmeriin@habana.ai</email>
</author>
<published>2023-07-24T20:30:44Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=2b76129c5ae710423cfb55806803341af6a403a7'/>
<id>urn:sha1:2b76129c5ae710423cfb55806803341af6a403a7</id>
<content type='text'>
The CPUCP interface is moved to a shared folder outside of accel as
a pre-requisite to upstream the NIC drivers that will also include
this file.

Signed-off-by: David Meriin &lt;dmeriin@habana.ai&gt;
Reviewed-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
Signed-off-by: Oded Gabbay &lt;ogabbay@kernel.org&gt;
</content>
</entry>
</feed>
