]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commit
arm: Add build support for arm64/arm32
authorMichal Orzel <michal.orzel@arm.com>
Tue, 23 Feb 2021 07:44:33 +0000 (08:44 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Sat, 13 Jan 2024 14:36:25 +0000 (14:36 +0000)
commitbb41ebbe796d13fe980874b2e4358d6b407d2073
tree61d564ca5fa996c2ab7ec3d8ea55179f70a169da
parentfa985e16b498322061aa0a5fbcc968db9536d8d1
arm: Add build support for arm64/arm32

Add support for arm64/arm32 in the build
system, modify the common headers to be
aware of the new architectures and update
the documentation.

Architecture can be set using ARCH=arm64
or ARCH=arm32.

Currently only one test: tests/example
is supported allowing the startup code head.S
to be executed ending up in an infinite loop.

Signed-off-by: Michal Orzel <michal.orzel@arm.com>
14 files changed:
INSTALL
Makefile
README
build/arm-common/arch-common.mk [new file with mode: 0644]
build/arm-common/arch-files.mk [new file with mode: 0644]
build/arm32/arch-common.mk [new file with mode: 0644]
build/arm32/arch-files.mk [new file with mode: 0644]
build/arm32/arch-tests.mk [new file with mode: 0644]
build/arm64/arch-common.mk [new file with mode: 0644]
build/arm64/arch-files.mk [new file with mode: 0644]
build/arm64/arch-tests.mk [new file with mode: 0644]
config/default-arm.cfg.in [new file with mode: 0644]
docs/introduction.dox
docs/mainpage.dox