From b4b8247cabed04e4db63ad5d6b862e427bd94759 Mon Sep 17 00:00:00 2001 From: Ovidiu Panait Date: Fri, 16 Aug 2019 19:28:59 +0300 Subject: [PATCH] zynqaes: CHANGELOG: Add release v0.1.1 details Signed-off-by: Ovidiu Panait --- CHANGELOG | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 0c881f3..08b168a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +v0.1.1 +------ +- Add scatter-gather support for DMA transfers +- Rework the Vivado block design to include scatter-gather and use SmartConnect +IP instead of AXI Interconnect +- The kernel driver now depends on CONFIG_CRYPTO_ENGINE config +- Make the engine work with kernel IPSEC offloading +- Enable the hw engine to receive arbitrary amounts of data (remove the 32kB +limitation) +- Set the dtb compatible string to "zynqaes-crypto-engine" + v0.1 ---- - 128-bit keys