Home
last modified time | relevance | path

Searched refs:major (Results 1 – 25 of 27) sorted by relevance

12

/rk3399_ARM-atf/include/services/
H A Dspm_mm_svc.h24 #define MM_VERSION_FORM(major, minor) ((major << MM_VERSION_MAJOR_SHIFT) | \ argument
35 #define SPM_MM_VERSION_FORM(major, minor) ((major << \ argument
H A Dpci_svc.h34 uint16_t major; member
H A Dffa_svc.h44 #define MAKE_FFA_VERSION(major, minor) \ argument
45 ((((major) & FFA_VERSION_MAJOR_MASK) << FFA_VERSION_MAJOR_SHIFT) | \
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/drivers/mce/
H A Dmce.c137 uint32_t major, minor; in mce_verify_firmware_version() local
152 major = (uint32_t)(version >> 32); in mce_verify_firmware_version()
154 INFO("MCE Version - HW=%u:%u, SW=%u:%u\n", major, minor, in mce_verify_firmware_version()
161 if (major != (uint32_t)TEGRA_NVG_VERSION_MAJOR) { in mce_verify_firmware_version()
/rk3399_ARM-atf/tools/stm32image/
H A Dstm32image.c140 uint32_t major, uint32_t minor, in stm32image_set_header() argument
150 stm32hdr->header_version[VER_MAJOR] = major; in stm32image_set_header()
192 uint32_t version, uint32_t major, in stm32image_create_header_file() argument
224 switch (major) { in stm32image_create_header_file()
272 entry, version, major, minor, in stm32image_create_header_file()
292 int major = HEADER_VERSION_V2; in main() local
318 major = strtol(optarg, NULL, 0); in main()
357 entry, version, major, minor, in main()
/rk3399_ARM-atf/drivers/st/mce/
H A Dstm32_mce.c78 uint32_t major; member
191 .major = MCE_MAJREV, in stm32_mce_init()
203 .major = (mmio_read_32(MCE_BASE + MCE_VERR) & in stm32_mce_init()
211 if ((version.major != exp_version.major) || in stm32_mce_init()
216 version.major, version.minor, version.ip_id, version.size_id); in stm32_mce_init()
/rk3399_ARM-atf/plat/nvidia/tegra/common/
H A Dtegra_platform.c116 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()
/rk3399_ARM-atf/drivers/arm/css/sds/
H A Dsds_private.h19 #define MAKE_SDS_HEADER_VERSION(major, minor) \ argument
20 (((((major) & 0xff) << SDS_HEADER_MINOR_VERSION_WIDTH) | ((minor) & 0xff)))
/rk3399_ARM-atf/
H A D.versionrc.cjs130 const major = contents.match(/^VERSION_MAJOR\s*:=\s*(\d+?)$/m)[1];
134 return `${major}.${minor}.${patch}`;
138 const major = version.split(".")[0];
142 contents = contents.replace(/^(VERSION_MAJOR\s*:=\s*)(\d+?)$/m, `$1${major}`);
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t186/drivers/mce/
H A Dmce.c435 uint32_t major, minor; in mce_verify_firmware_version() local
456 major = (uint32_t)version; in mce_verify_firmware_version()
459 INFO("MCE Version - HW=%d:%d, SW=%d:%d\n", major, minor, in mce_verify_firmware_version()
466 if (major != TEGRA_ARI_VERSION_MAJOR) { in mce_verify_firmware_version()
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_shared_mem.h54 bool spmc_compatible_version(uint32_t ffa_version, uint16_t major,
H A Dspmc_shared_mem.c688 bool spmc_compatible_version(uint32_t ffa_version, uint16_t major, in spmc_compatible_version() argument
697 return !bit31_set && majv == major && minv >= minor; in spmc_compatible_version()
/rk3399_ARM-atf/plat/renesas/rzg/
H A Dbl2_plat_setup.c651 uint32_t product, product_cut, major, minor; in bl2_el3_early_platform_setup() local
759 major = (reg & RCAR_MAJOR_MASK) >> RCAR_MAJOR_SHIFT; in bl2_el3_early_platform_setup()
760 major = major + RCAR_MAJOR_OFFSET; in bl2_el3_early_platform_setup()
762 NOTICE("BL2: PRR is RZ/%s Ver.%d.%d\n", str, major, minor); in bl2_el3_early_platform_setup()
/rk3399_ARM-atf/services/std_svc/
H A Dpci_svc.c54 ver.major = 1U; in pci_smc_handler()
/rk3399_ARM-atf/plat/renesas/rcar/
H A Dbl2_plat_setup.c1026 uint32_t product, product_cut, major, minor; in bl2_el3_early_platform_setup() local
1144 major = (reg & RCAR_MAJOR_MASK) >> RCAR_MAJOR_SHIFT; in bl2_el3_early_platform_setup()
1145 major = major + RCAR_MAJOR_OFFSET; in bl2_el3_early_platform_setup()
1147 NOTICE("BL2: PRR is R-Car %s Ver.%d.%d\n", str, major, minor); in bl2_el3_early_platform_setup()
/rk3399_ARM-atf/docs/components/
H A Dven-el3-service.rst68 discovery changes will lead to major version update.
H A Dffa-manifest-binding.rst15 - 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
H A Dven-el3-debugfs.rst334 value with major version number in upper 16 bits and
H A Dsecure-partition-manager-mm.rst352 implementation. The major version is 0 and the minor version is 1. The version
353 number is a 31-bit unsigned integer, with the upper 15 bits denoting the major
357 - Different major revision values indicate possibly incompatible functions.
359 - For two revisions, A and B, for which the major revision values are
H A Dcontext-management-library.rst42 accessible in the latter security state as well. This can be a major concern when
/rk3399_ARM-atf/docs/process/
H A Dfaq.rst33 bug-fixes but may wait up to a week to merge major changes, or ones requiring
H A Dcontributing.rst14 - If you plan to contribute a major piece of work, it is usually a good idea to
H A Dcoding-guidelines.rst506 However, weak functions also have major drawbacks, which we consider
/rk3399_ARM-atf/docs/about/
H A Dlts.rst276 currently-supported LTS major release branch (e.g. lts-2.8, lts-2.10,
/rk3399_ARM-atf/docs/threat_model/
H A Dsupply_chain_threat_model.rst323 | | have a major impact if used in combination with other |

12