test/py: secure: Add secure tests for Zynq & ZynqMP
authorLove Kumar <love.kumar@amd.com>
Fri, 19 Jan 2024 10:01:29 +0000 (15:31 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jan 2024 15:31:24 +0000 (10:31 -0500)
commita0d9432c4dee1f0aea52aec0901fd542cb3eeb20
treebb250fe8e9ddedfcedb17b0a2b1e86f977725726
parentd07f9e6661d380576c5e346d70ce9812935885e8
test/py: secure: Add secure tests for Zynq & ZynqMP

Add test cases to verify the different type of secure boot images loaded
at DDR location for AMD's ZynqMP SoC. It also adds tests authentication
and decryption functionality using AES and RSA features for Zynq.

Signed-off-by: Love Kumar <love.kumar@amd.com>
test/py/tests/test_zynq_secure.py [new file with mode: 0644]
test/py/tests/test_zynqmp_secure.py [new file with mode: 0644]