commit | 199d6e3f0e56797525fedbfe91ec41e81f19e289 | [log] [tgz] |
---|---|---|
author | Remi Pommarel <repk@triplefau.lt> | Thu Mar 28 23:34:18 2019 +0100 |
committer | Remi Pommarel <repk@triplefau.lt> | Tue Apr 02 16:33:59 2019 +0200 |
tree | 783551db4cee7cfd4a39ebec07ce84352ecdae89 | |
parent | 7298c1f072ce4be26a2cfd5df9f074b4ca1c116e [diff] |
meson/gxl: Add support for SHA256 DMA engine In order to configure and boot SCP, BL31 has to compute and send the SHA-256 of the firmware data via scpi. Luckily Amlogic GXL SOC has a DMA facility that could be used to offload SHA-256 computations. This adds basic support of this hardware SHA-256 engine. Signed-off-by: Remi Pommarel <repk@triplefau.lt>