Searched refs:version (Results 1 – 25 of 29) sorted by relevance
12
/hafnium-2.8-rc0/test/vmapi/ffa_secure_partitions/ |
A D | setup_and_discovery.c | 181 uint32_t version; in TEST() local 193 version = ffa_version(MAKE_FFA_VERSION(1, 0)); in TEST() 194 EXPECT_EQ(version, FFA_VERSION_COMPILED); in TEST() 230 version = ffa_version(MAKE_FFA_VERSION(1, 1)); in TEST() 231 EXPECT_EQ(version, FFA_VERSION_COMPILED); in TEST()
|
A D | partition_manifest_nwd_primary.dts | 16 ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */
|
A D | partition_manifest_service_sp_first.dts | 16 ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */
|
A D | partition_manifest_service_sp_second_el0.dts | 16 ffa-version = <0x00010000>; /* 31:16 - Major, 15:0 - Minor */
|
A D | partition_manifest_service_sp_second.dts | 16 ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */
|
/hafnium-2.8-rc0/inc/hf/ |
A D | sp_pkg.h | 28 uint32_t version; member
|
/hafnium-2.8-rc0/test/vmapi/primary_only_ffa/ |
A D | partition-manifest.dts | 16 ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */
|
/hafnium-2.8-rc0/test/vmapi/el0_partitions/ |
A D | secondary.dts | 16 ffa-version = <0x00010000>; /* 31:16 - Major, 15:0 - Minor */
|
/hafnium-2.8-rc0/build/image/ |
A D | sptool.py | 76 def version(self): member in SpPkg 91 self.version,
|
/hafnium-2.8-rc0/test/vmapi/primary_with_secondaries/ |
A D | service1.dts | 16 ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */
|
A D | service2.dts | 16 ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */
|
A D | service3.dts | 16 ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */
|
/hafnium-2.8-rc0/test/vmapi/ffa_secure_partition_only/ |
A D | partition-manifest.dts | 16 ffa-version = <0x00010001>; /* 31:16 - Major, 15:0 - Minor */
|
/hafnium-2.8-rc0/build/toolchain/ |
A D | BUILD.gn | 18 # TODO: Remove //inc/system if we can stop using the version of stdatomic.h
|
A D | embedded.gni | 121 # TODO: Remove //inc/system if we can stop using the version of stdatomic.h
|
/hafnium-2.8-rc0/src/ |
A D | boot_info.c | 29 header->version = FFA_BOOT_INFO_VERSION; in ffa_boot_info_header_init()
|
A D | sp_pkg.c | 145 switch (header->version) { in sp_pkg_init()
|
/hafnium-2.8-rc0/docs/ |
A D | Manifest.md | 95 prebuilts/linux-x64/dtc/dtc -I dts -O dtb --out-version 17 -o manifest.dtb <manifest_source_file>
|
A D | FVP.md | 30 When running tests under the FVP we also use a prebuilt version of TF-A, which
|
A D | ChangeLog.md | 12 * FFA_VERSION is forwarded from SPMD to SPMC. SPMC records the version of 66 A developer can still use this version as well. 77 * Updated to use model version 11.17 build 21. 95 * FF-A build time version updated to v1.1. 156 * Hafnium CI Qemu version updated to v6.0.0 (implements VHE and FEAT_SEL2
|
A D | HermeticBuild.md | 34 The latest nightly version of Docker has support for running containers with
|
A D | CodeStructure.md | 67 architectural details such as the GIC version.
|
A D | GettingStarted.md | 67 You will need at least version 2.9 for QEMU. The following command line can be
|
/hafnium-2.8-rc0/test/vmapi/common/ |
A D | ffa.c | 443 HFTEST_LOG(" Version: %x", boot_info_header->version); in dump_boot_info() 479 ASSERT_EQ(boot_info_header->version, 0x10001U); in get_boot_info_desc()
|
/hafnium-2.8-rc0/ |
A D | CONTRIBUTING.md | 23 commit a change in the main repository to update the submodule version.
|
Completed in 21 milliseconds
12