Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/platform/ext/driver/
DDriver_Common.h41 #define ARM_DRIVER_VERSION_MAJOR_MINOR(major,minor) (((major) << 8) | (minor)) argument
/trusted-firmware-m-3.6.0/secure_fw/spm/include/boot/
Dtfm_boot_status.h107 #define SET_TLV_TYPE(major, minor) \ argument
109 MASK_LEFT_SHIFT(minor, MINOR_MASK, MINOR_POS))
/trusted-firmware-m-3.6.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_common.h57 #define MAKE_VERSION(major, minor, bugfix) (((major)*65536L) + ((minor)*256L) + (bugfix)) argument
Dfsl_iap.h29 #define MAKE_VERSION(major, minor, bugfix) (((major) << 16) | ((minor) << 8) | (bugfix)) argument
Dfsl_iap.c73 uint32_t minor : 8; /*!< minor version [15:8] */ member
/trusted-firmware-m-3.6.0/bl1/bl1_2/lib/interface/
Dimage.h28 uint8_t minor; variable
/trusted-firmware-m-3.6.0/platform/include/
Dboot_hal.h104 uint8_t minor; member
/trusted-firmware-m-3.6.0/interface/include/psa/
Dupdate.h80 uint8_t minor; member
Dinitial_attestation.h.in93 * is divided to convey a major state and a minor state. The
96 * - version[7:0] - IMPLEMENTATION DEFINED state - minor
/trusted-firmware-m-3.6.0/bl2/src/
Dshared_data.c96 metadata->sw_version.minor = hdr->ih_ver.iv_minor; in collect_image_measurement_and_metadata()
/trusted-firmware-m-3.6.0/bl1/bl1_2/
Dmain.c51 image->protected_values.version.minor, in collect_boot_measurement()
/trusted-firmware-m-3.6.0/docs/releases/
D1.8.0.rst55 All modules are measured in bytes. Some minor modules are not shown in the table below.
D2.0.0.rst90 All modules are measured in bytes. Some minor modules are not shown in the table below.
/trusted-firmware-m-3.6.0/secure_fw/partitions/firmware_update/bootloader/mcuboot/
Dtfm_mcuboot_fwu.c635 info->version.minor = image_version.iv_minor; in fwu_bootloader_get_image_info()
/trusted-firmware-m-3.6.0/docs/integration_guide/services/
Dtfm_attestation_integration_guide.rst362 definition of minor number could change per major number. In case of boot
364 the minor number is split further to two part: ``sw_module`` and ``claim``. The
/trusted-firmware-m-3.6.0/docs/design_docs/dual-cpu/
Dcommunication_prototype_between_nspe_and_spe_in_dual_core_systems.rst558 | ``> 0`` | The minor version of the implemented RoT Service. |