Home
last modified time | relevance | path

Searched refs:minor (Results 1 – 17 of 17) sorted by relevance

/arm-trusted-firmware-2.8.0/
A D.versionrc.js96 const minor = contents.match(/^VERSION_MINOR\s*:=\s*(\d+?)$/m)[1];
98 return `${major}.${minor}.0`;
103 const minor = version.split(".")[1];
106 contents = contents.replace(/^(VERSION_MINOR\s*:=\s*)(\d+?)$/m, `$1${minor}`);
/arm-trusted-firmware-2.8.0/include/services/
A Dspm_mm_svc.h24 #define MM_VERSION_FORM(major, minor) ((major << MM_VERSION_MAJOR_SHIFT) | \ argument
25 (minor))
35 #define SPM_MM_VERSION_FORM(major, minor) ((major << \ argument
37 (minor))
A Dpci_svc.h33 uint16_t minor; member
A Dffa_svc.h44 #define MAKE_FFA_VERSION(major, minor) \ argument
46 (((minor) & FFA_VERSION_MINOR_MASK) << FFA_VERSION_MINOR_SHIFT))
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t194/drivers/mce/
A Dmce.c137 uint32_t major, minor; in mce_verify_firmware_version() local
151 minor = (uint32_t)version; in mce_verify_firmware_version()
154 INFO("MCE Version - HW=%u:%u, SW=%u:%u\n", major, minor, in mce_verify_firmware_version()
166 if (minor < (uint32_t)TEGRA_NVG_VERSION_MINOR) { in mce_verify_firmware_version()
/arm-trusted-firmware-2.8.0/tools/stm32image/
A Dstm32image.c140 uint32_t major, uint32_t minor, in stm32image_set_header() argument
151 stm32hdr->header_version[VER_MINOR] = minor; in stm32image_set_header()
193 uint32_t minor, uint32_t binary_type) in stm32image_create_header_file() argument
272 entry, version, major, minor, in stm32image_create_header_file()
293 int minor = 0; in main() local
321 minor = strtol(optarg, NULL, 0); in main()
357 entry, version, major, minor, in main()
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/common/
A Dtegra_platform.c116 uint32_t major, minor, pre_si_platform; in tegra_get_platform() local
121 minor = tegra_get_chipid_minor(); in tegra_get_platform()
128 switch (minor) { in tegra_get_platform()
/arm-trusted-firmware-2.8.0/drivers/arm/css/sds/
A Dsds_private.h19 #define MAKE_SDS_HEADER_VERSION(major, minor) \ argument
20 (((((major) & 0xff) << SDS_HEADER_MINOR_VERSION_WIDTH) | ((minor) & 0xff)))
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/soc/t186/drivers/mce/
A Dmce.c435 uint32_t major, minor; in mce_verify_firmware_version() local
457 minor = (uint32_t)(version >> 32); in mce_verify_firmware_version()
459 INFO("MCE Version - HW=%d:%d, SW=%d:%d\n", major, minor, in mce_verify_firmware_version()
471 if (minor < TEGRA_ARI_VERSION_MINOR) { in mce_verify_firmware_version()
/arm-trusted-firmware-2.8.0/services/std_svc/
A Dpci_svc.c55 ver.minor = 0U; in pci_smc_handler()
/arm-trusted-firmware-2.8.0/docs/components/
A Dffa-manifest-binding.rst13 minor versions of the device tree binding for the FFA manifest represented
14 by this node. The minor number is incremented if the binding changes in a
18 - Y is an integer representing the minor version number of this document.
27 - Y is the minor version of FF-A expected by the partition at the FFA
A Darm-sip-service.rst425 minor version in lower 16 bits.
A Dsecure-partition-manager-mm.rst359 implementation. The major version is 0 and the minor version is 1. The version
361 revision, and the lower 16 bits denoting the minor revision. The following
367 identical, if the minor revision value of revision B is greater than the
368 minor revision value of revision A, then every function in revision A must
/arm-trusted-firmware-2.8.0/plat/renesas/rzg/
A Dbl2_plat_setup.c651 uint32_t product, product_cut, major, minor; in bl2_el3_early_platform_setup() local
761 minor = reg & RCAR_MINOR_MASK; 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()
/arm-trusted-firmware-2.8.0/plat/renesas/rcar/
A Dbl2_plat_setup.c794 uint32_t product, product_cut, major, minor; in bl2_el3_early_platform_setup() local
917 minor = reg & RCAR_MINOR_MASK; in bl2_el3_early_platform_setup()
918 NOTICE("BL2: PRR is R-Car %s Ver.%d.%d\n", str, major, minor); in bl2_el3_early_platform_setup()
/arm-trusted-firmware-2.8.0/docs/process/
A Dcoding-guidelines.rst283 - BL31 SPD discovers minor configuration problem with corresponding SP.
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dbuild-options.rst44 - ``ARM_ARCH_MINOR``: The minor version of Arm Architecture to target when

Completed in 30 milliseconds