<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/fpga, branch v2021.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/fpga?h=v2021.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/fpga?h=v2021.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2020-10-09T09:53:12Z</updated>
<entry>
<title>arm: socfpga: agilex: Enable FPGA Full Reconfiguration support</title>
<updated>2020-10-09T09:53:12Z</updated>
<author>
<name>Chee Hong Ang</name>
<email>chee.hong.ang@intel.com</email>
</author>
<published>2020-08-07T03:50:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bd99fa59d5daaab736ce665adf2f9b2010798dfc'/>
<id>urn:sha1:bd99fa59d5daaab736ce665adf2f9b2010798dfc</id>
<content type='text'>
Enable FPGA full reconfiguration support with Intel FPGA SDM
Mailbox driver for Agilex.

Signed-off-by: Chee Hong Ang &lt;chee.hong.ang@intel.com&gt;
Reviewed-by: Ley Foon Tan &lt;ley.foon.tan@intel.com&gt;
</content>
</entry>
<entry>
<title>fpga: intel_sdm_mb: Add watchdog reset</title>
<updated>2020-10-09T09:53:12Z</updated>
<author>
<name>Chee Hong Ang</name>
<email>chee.hong.ang@intel.com</email>
</author>
<published>2020-08-07T03:50:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9a623cd6963fb37b62bd2e0e9e70b63552b0f288'/>
<id>urn:sha1:9a623cd6963fb37b62bd2e0e9e70b63552b0f288</id>
<content type='text'>
Ensure watchdog reset is not triggered if the fpga
reconfiguration is taking too long.

Signed-off-by: Chee Hong Ang &lt;chee.hong.ang@intel.com&gt;
Reviewed-by: Ley Foon Tan &lt;ley.foon.tan@intel.com&gt;
</content>
</entry>
<entry>
<title>fpga: altera: Rename Stratix10 FPGA to Intel FPGA SDM Mailbox</title>
<updated>2020-10-09T09:53:12Z</updated>
<author>
<name>Chee Hong Ang</name>
<email>chee.hong.ang@intel.com</email>
</author>
<published>2020-08-07T03:50:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d2170168dd9d762152f27c482faa87973a2fd791'/>
<id>urn:sha1:d2170168dd9d762152f27c482faa87973a2fd791</id>
<content type='text'>
Rename Stratix10 FPGA driver to Intel FPGA SDM Mailbox driver
because it is using generic SDM (Secure Device Manager) Mailbox
interface shared by other platform (e.g. Agilex) as well.

Signed-off-by: Chee Hong Ang &lt;chee.hong.ang@intel.com&gt;
Reviewed-by: Ley Foon Tan &lt;ley.foon.tan@intel.com&gt;
</content>
</entry>
<entry>
<title>fpga: zynqmp: Protect zynqmp_loads() for SPL</title>
<updated>2020-09-23T08:31:41Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2020-09-10T10:57:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a798b8aaf322f5c7818a1d963d63b7516dd5056f'/>
<id>urn:sha1:a798b8aaf322f5c7818a1d963d63b7516dd5056f</id>
<content type='text'>
if conditions should match.

Fixes: a18d09ea384f ("fpga: zynqmp: Add secure bitstream loading for ZynqMP")
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>fpga: zynqmp: Get rid of ZYNQMP_SIP_SVC* macros</title>
<updated>2020-09-23T08:31:41Z</updated>
<author>
<name>Michal Simek</name>
<email>michal.simek@xilinx.com</email>
</author>
<published>2020-09-09T11:25:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b7d4518eed716a483b4efa1e282033f37244ab2d'/>
<id>urn:sha1:b7d4518eed716a483b4efa1e282033f37244ab2d</id>
<content type='text'>
There is no need to use these macros because enum pm_api_id can be used
instead.

Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>xilinx: zynqmp: synchronize firmware call return payload</title>
<updated>2020-08-20T07:49:20Z</updated>
<author>
<name>Ibai Erkiaga</name>
<email>ibai.erkiaga-elorza@xilinx.com</email>
</author>
<published>2020-08-04T22:17:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f6cccbb5f24ff7a19be84fb755d8566aee647244'/>
<id>urn:sha1:f6cccbb5f24ff7a19be84fb755d8566aee647244</id>
<content type='text'>
Removes duplicated definition of PAYLOAD_ARG_CNT and define it in the
firmware driver. Additionally fixes payload buffer declarations without
macro usage

Signed-off-by: Ibai Erkiaga &lt;ibai.erkiaga-elorza@xilinx.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>fs: fs-loader: Drop dm.h header file</title>
<updated>2020-08-04T02:19:54Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2020-07-19T16:15:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c2848cc2c35ccaedb10f23c3ee2a46ffdcc0de0c'/>
<id>urn:sha1:c2848cc2c35ccaedb10f23c3ee2a46ffdcc0de0c</id>
<content type='text'>
This header file should not be included in other header files. Remove it
and use a forward declaration instead.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>arm64: xilinx: Print fpga error value in hex</title>
<updated>2020-06-24T11:11:08Z</updated>
<author>
<name>T Karthik Reddy</name>
<email>t.karthik.reddy@xilinx.com</email>
</author>
<published>2020-05-14T13:49:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=33d3f8e57754f9b498fa7c14408f2bc20be43900'/>
<id>urn:sha1:33d3f8e57754f9b498fa7c14408f2bc20be43900</id>
<content type='text'>
Fpga returns error value when fails, error status should be
printed in hex format.

Signed-off-by: T Karthik Reddy &lt;t.karthik.reddy@xilinx.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>fpga: zynqpl: Flush dcache only for non-bitstream data</title>
<updated>2020-06-24T11:07:58Z</updated>
<author>
<name>T Karthik Reddy</name>
<email>t.karthik.reddy@xilinx.com</email>
</author>
<published>2019-03-12T14:50:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ca0c0e07adf3c3baf3851fc17490a0160398c834'/>
<id>urn:sha1:ca0c0e07adf3c3baf3851fc17490a0160398c834</id>
<content type='text'>
In case of aes decryption destination address range must be flushed
before transferring decrypted data to destination.

Signed-off-by: T Karthik Reddy &lt;t.karthik.reddy@xilinx.com&gt;
Signed-off-by: Siva Durga Prasad Paladugu &lt;siva.durga.paladugu@xilinx.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
<entry>
<title>fpga: zynqpl: Check if aes engine is enabled</title>
<updated>2020-06-24T11:07:58Z</updated>
<author>
<name>Ibai Erkiaga</name>
<email>ibai.erkiaga-elorza@xilinx.com</email>
</author>
<published>2018-04-05T12:19:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c64afba2fb483d416ad5da9dfe3f1f156ccf2366'/>
<id>urn:sha1:c64afba2fb483d416ad5da9dfe3f1f156ccf2366</id>
<content type='text'>
AES engine cannot be used if has not been enabled at boot time
with an encrypted boot image.

Signed-off-by: Ibai Erkiaga &lt;ibai.erkiaga-elorza@xilinx.com&gt;
Acked-by: Siva Durga Prasad Paladugu &lt;siva.durga.paladugu@xilinx.com&gt;
Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;
</content>
</entry>
</feed>
