commit | 539486787ec8bd9337c497171ff8bd67625a51a9 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@amd.com> | Tue Apr 18 14:51:55 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 25 15:31:28 2023 -0400 |
tree | a54ad1acdf1b3e3c29e1e2ace2b0043b94754793 | |
parent | 7add47959ed24a9cb7ffef081d2f9b5bdb8ae275 [diff] |
xen: Add dependency on armv8 U-Boot currently implements hypervisor calls only for ARM64 that's why add dependency on ARM64. The hardware functionality is also available on ARMv7a, but currently not supported by U-Boot, hence it is not added to the list of dependencies here. Signed-off-by: Michal Simek <michal.simek@amd.com>