/tf-a-ffa_el3_spmc/plat/nvidia/tegra/soc/t194/drivers/mce/ |
A D | mce.c | 135 uint32_t major, minor; in mce_verify_firmware_version() local 150 major = (uint32_t)(version >> 32); in mce_verify_firmware_version() 152 INFO("MCE Version - HW=%u:%u, SW=%u:%u\n", major, minor, in mce_verify_firmware_version() 159 if (major != (uint32_t)TEGRA_NVG_VERSION_MAJOR) { in mce_verify_firmware_version()
|
/tf-a-ffa_el3_spmc/tools/stm32image/ |
A D | stm32image.c | 106 uint32_t major, uint32_t minor) in stm32image_set_header() argument 112 stm32hdr->header_version[VER_MAJOR] = major; in stm32image_set_header() 125 uint32_t version, uint32_t major, in stm32image_create_header_file() argument 188 major, minor); in stm32image_create_header_file() 200 int major = HEADER_VERSION_V1; in main() local 222 major = strtol(optarg, NULL, 0); in main() 256 entry, version, major, minor); in main()
|
/tf-a-ffa_el3_spmc/include/services/ |
A D | spm_mm_svc.h | 24 #define MM_VERSION_FORM(major, minor) ((major << MM_VERSION_MAJOR_SHIFT) | \ argument 35 #define SPM_MM_VERSION_FORM(major, minor) ((major << \ argument
|
A D | pci_svc.h | 34 uint16_t major; member
|
A D | ffa_svc.h | 43 #define MAKE_FFA_VERSION(major, minor) \ argument 44 ((((major) & FFA_VERSION_MAJOR_MASK) << FFA_VERSION_MAJOR_SHIFT) | \
|
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/common/ |
A D | tegra_platform.c | 116 uint32_t major, minor, pre_si_platform; in tegra_get_platform() local 120 major = tegra_get_chipid_major(); in tegra_get_platform() 124 if (major == 0U) { in tegra_get_platform()
|
/tf-a-ffa_el3_spmc/drivers/arm/css/sds/ |
A D | sds_private.h | 19 #define MAKE_SDS_HEADER_VERSION(major, minor) \ argument 20 (((((major) & 0xff) << SDS_HEADER_MINOR_VERSION_WIDTH) | ((minor) & 0xff)))
|
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/soc/t186/drivers/mce/ |
A D | mce.c | 433 uint32_t major, minor; in mce_verify_firmware_version() local 454 major = (uint32_t)version; in mce_verify_firmware_version() 457 INFO("MCE Version - HW=%d:%d, SW=%d:%d\n", major, minor, in mce_verify_firmware_version() 464 if (major != TEGRA_ARI_VERSION_MAJOR) { in mce_verify_firmware_version()
|
/tf-a-ffa_el3_spmc/services/std_svc/ |
A D | pci_svc.c | 54 ver.major = 1U; in pci_smc_handler()
|
/tf-a-ffa_el3_spmc/plat/renesas/rzg/ |
A D | bl2_plat_setup.c | 649 uint32_t product, product_cut, major, minor; in bl2_el3_early_platform_setup() local 757 major = (reg & RCAR_MAJOR_MASK) >> RCAR_MAJOR_SHIFT; in bl2_el3_early_platform_setup() 758 major = major + RCAR_MAJOR_OFFSET; in bl2_el3_early_platform_setup() 760 NOTICE("BL2: PRR is RZ/%s Ver.%d.%d\n", str, major, minor); in bl2_el3_early_platform_setup()
|
/tf-a-ffa_el3_spmc/plat/renesas/rcar/ |
A D | bl2_plat_setup.c | 788 uint32_t product, product_cut, major, minor; in bl2_el3_early_platform_setup() local 901 major = (reg & RCAR_MAJOR_MASK) >> RCAR_MAJOR_SHIFT; in bl2_el3_early_platform_setup() 902 major = major + RCAR_MAJOR_OFFSET; in bl2_el3_early_platform_setup() 904 NOTICE("BL2: PRR is R-Car %s Ver.%d.%d\n", str, major, minor); in bl2_el3_early_platform_setup()
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | ffa-manifest-binding.rst | 15 - Must be the string "arm,ffa-manifest-X.Y" which specifies the major and 20 - X is an integer representing the major version number of this document. 28 - X is the major version of FF-A expected by the partition at the FFA
|
A D | arm-sip-service.rst | 424 value with major version number in upper 16 bits and
|
A D | secure-partition-manager-mm.rst | 359 implementation. The major version is 0 and the minor version is 1. The version 360 number is a 31-bit unsigned integer, with the upper 15 bits denoting the major 364 - Different major revision values indicate possibly incompatible functions. 366 - For two revisions, A and B, for which the major revision values are
|
/tf-a-ffa_el3_spmc/docs/process/ |
A D | faq.rst | 33 bug-fixes but may wait up to a week to merge major changes, or ones requiring
|
A D | contributing.rst | 10 - If you plan to contribute a major piece of work, it is usually a good idea to
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | psci-lib-integration-guide.rst | 280 initialized and enabled. The major actions performed by this function are:
|
A D | build-options.rst | 39 - ``ARM_ARCH_MAJOR``: The major version of Arm Architecture to target when
|