commit | efd3c67b3ce786bc9bf1442b305aa874b3041cd7 | [log] [tgz] |
---|---|---|
author | Olivier Deprez <olivier.deprez@arm.com> | Fri Feb 04 09:40:36 2022 +0100 |
committer | Olivier Deprez <olivier.deprez@arm.com> | Fri Feb 04 09:58:18 2022 +0100 |
tree | 25391a38c0588181c265f1bae624fc8e62ea8b01 | |
parent | a6c97669e0947a3d7076c7269d614f5093dd69f2 [diff] [blame] |
ci(spmd): update fvp prebuilt hash to latest tfa Re-built BL31 SPMD for FVP platform from TF-A upstream commit [1]. Update hftest.py with Hypervisor manifest dtb address expected by the SPMD prebuilt. [1] https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/commit/?id=99026cff47e35b3f5abd68a19cba1a4fb683fdc4 [2] https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/12132 Change-Id: Ifadd04ca69b1d889bc24daeeacad1d2e335aebb4 Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
diff --git a/test/hftest/hftest.py b/test/hftest/hftest.py index 65e267e..55a84eb 100755 --- a/test/hftest/hftest.py +++ b/test/hftest/hftest.py
@@ -575,7 +575,7 @@ @property def HYPERVISOR_DTB_ADDRESS(self): - return "0x80000000" + return "0x82000000" def compile_dt(self, run_state, dt): FvpDriver.compile_dt(self, run_state, dt["hypervisor"])