commit | 683731c65f5c9a9b2762ae3c04732cc5c668af93 | [log] [tgz] |
---|---|---|
author | Arvind Ram Prakash <arvind.ramprakash@arm.com> | Mon Oct 24 17:17:10 2022 -0500 |
committer | Manish Pandey <manish.pandey2@arm.com> | Fri Nov 04 10:42:13 2022 +0100 |
tree | 202ea21b2c89af41ccd2e8290e27560da117952b | |
parent | 46611e86f623da150cf5bc4e0f2e5a5d515c2fed [diff] [blame] |
build: add new test configuration for aarch32 qemu build using clang adds new test configuration which builds aarch32 TF-A for qemu platform using clang Change-Id: Id2ca74574eed76b6b071d713120035e5657d373c
diff --git a/tf_config/qemu-aarch32-clang-opteed b/tf_config/qemu-aarch32-clang-opteed new file mode 100644 index 0000000..ddd1dea --- /dev/null +++ b/tf_config/qemu-aarch32-clang-opteed
@@ -0,0 +1,5 @@ +AARCH32_SP=optee +ARCH=aarch32 +ARM_ARCH_MAJOR=7 +CC=clang +PLAT=qemu