Home
last modified time | relevance | path

Searched full:manifest (Results 1 – 25 of 75) sorted by relevance

123

/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/romapi/nboot/
Dfsl_romapi_nboot.h49 #define NBOOT_IMG_IMGMANIFEST_MIN_SIZE_IN_BYTES (20u) /* image manifest header (20) */
110 /* SB 3.1 manifest flags */
137 * This type defines the header used in the SB3.1 manifest
143 …! offset 0x04: (major = 3, minor = 1); The format version determines the manifest (block0) size. */
145 …uint32_t blockCount; /*! offset 0x0C: Number of blocks not including the manifest (blo…
149 …uint32_t imageTotalLength; /*! offset 0x20: Total manifest length in bytes, including signat…
371 * This type defines the constant length part of an NBOOT image manifest
379 uint32_t imageManifestSize; //!< Size of image manifest
380 uint32_t flags; //!< image manifest flags
484 * @brief manifest loading parameters
[all …]
Dfsl_romapi_nboot.c32 uint32_t *manifest, in nboot_sb3_load_manifest() argument
36 return NBOOT_API_TREE->sb3_load_manifest(context, manifest, parms); in nboot_sb3_load_manifest()
/hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/romapi/nboot/
Dfsl_romapi_nboot.h49 #define NBOOT_IMG_IMGMANIFEST_MIN_SIZE_IN_BYTES (20u) /* image manifest header (20) */
110 /* SB 3.1 manifest flags */
137 * This type defines the header used in the SB3.1 manifest
143 …! offset 0x04: (major = 3, minor = 1); The format version determines the manifest (block0) size. */
145 …uint32_t blockCount; /*! offset 0x0C: Number of blocks not including the manifest (blo…
149 …uint32_t imageTotalLength; /*! offset 0x20: Total manifest length in bytes, including signat…
371 * This type defines the constant length part of an NBOOT image manifest
379 uint32_t imageManifestSize; //!< Size of image manifest
380 uint32_t flags; //!< image manifest flags
484 * @brief manifest loading parameters
[all …]
Dfsl_romapi_nboot.c32 uint32_t *manifest, in nboot_sb3_load_manifest() argument
36 return NBOOT_API_TREE->sb3_load_manifest(context, manifest, parms); in nboot_sb3_load_manifest()
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_romapi/nboot/src/
Dfsl_nboot.c31 uint32_t *manifest,
116 * @brief Verify NBOOT SB3.1 manifest (header message)
118 * This function verifies the NBOOT SB3.1 manifest (header message), initializes
126 * @param manifest Pointer to the input manifest buffer
133 uint32_t *manifest, in NBOOT_Sb3LoadManifest() argument
137 …return BOOTLOADER_API_TREE_POINTER->nbootDriver->nboot_sb3_load_manifest(context, manifest, parms); in NBOOT_Sb3LoadManifest()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/drivers/nboot/
Dfsl_nboot.h172 * @brief manifest loading parameters
174 * This type defines the NBOOT SB3.1 manifest loading parameters
258 * @brief Verify NBOOT SB3.1 manifest (header message)
260 * This function verifies the NBOOT SB3.1 manifest (header message), initializes
268 * @param manifest Pointer to the input manifest buffer
275 uint32_t *manifest,
Dfsl_nboot_hal.h70 * This type defines the header used in the SB3.1 manifest
76 …formatVersion; /*!< offset 0x04: (major = 3, minor = 1); The format version determines the manifest
79 … uint32_t blockCount; /*!< offset 0x0C: Number of blocks not including the manifest (block0). */
84 …uint32_t imageTotalLength; /*!< offset 0x20: Total manifest length in bytes, including signa…
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/drivers/nboot/
Dfsl_nboot.h172 * @brief manifest loading parameters
174 * This type defines the NBOOT SB3.1 manifest loading parameters
258 * @brief Verify NBOOT SB3.1 manifest (header message)
260 * This function verifies the NBOOT SB3.1 manifest (header message), initializes
268 * @param manifest Pointer to the input manifest buffer
275 uint32_t *manifest,
Dfsl_nboot_hal.h70 * This type defines the header used in the SB3.1 manifest
76 …formatVersion; /*!< offset 0x04: (major = 3, minor = 1); The format version determines the manifest
79 … uint32_t blockCount; /*!< offset 0x0C: Number of blocks not including the manifest (block0). */
84 …uint32_t imageTotalLength; /*!< offset 0x20: Total manifest length in bytes, including signa…
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/drivers/nboot/
Dfsl_nboot.h172 * @brief manifest loading parameters
174 * This type defines the NBOOT SB3.1 manifest loading parameters
258 * @brief Verify NBOOT SB3.1 manifest (header message)
260 * This function verifies the NBOOT SB3.1 manifest (header message), initializes
268 * @param manifest Pointer to the input manifest buffer
275 uint32_t *manifest,
Dfsl_nboot_hal.h70 * This type defines the header used in the SB3.1 manifest
76 …formatVersion; /*!< offset 0x04: (major = 3, minor = 1); The format version determines the manifest
79 … uint32_t blockCount; /*!< offset 0x0C: Number of blocks not including the manifest (block0). */
84 …uint32_t imageTotalLength; /*!< offset 0x20: Total manifest length in bytes, including signa…
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_romapi/nboot/
Dfsl_nboot.h172 * @brief manifest loading parameters
174 * This type defines the NBOOT SB3.1 manifest loading parameters
258 * @brief Verify NBOOT SB3.1 manifest (header message)
260 * This function verifies the NBOOT SB3.1 manifest (header message), initializes
268 * @param manifest Pointer to the input manifest buffer
275 uint32_t *manifest,
Dfsl_nboot_hal.h70 * This type defines the header used in the SB3.1 manifest
76 …formatVersion; /*!< offset 0x04: (major = 3, minor = 1); The format version determines the manifest
79 … uint32_t blockCount; /*!< offset 0x0C: Number of blocks not including the manifest (block0). */
84 …uint32_t imageTotalLength; /*!< offset 0x20: Total manifest length in bytes, including signa…
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXW716C/drivers/
Dfsl_nboot.h315 nboot_status_t (*nboot_sb3_load_manifest)(nboot_context_t *context, uint32_t *manifest);
368 * @brief Verify NBOOT SB3.1 manifest (header message).
369 …* This function verifies the NBOOT SB3.1 manifest, initializes the context and loads keys into th…
374 * @param manifest pointer to the input manifest buffer
379 nboot_status_t NBOOT_SB3LoaderManifest(nboot_context_t *context, uint32_t *manifest);
Dfsl_romapi.c671 * @brief Verify NBOOT SB3.1 manifest (header message)
673 * This function verifies the NBOOT SB3.1 manifest, initializes the context and loads keys into the
677 nboot_status_t NBOOT_SB3LoaderManifest(nboot_context_t *context, uint32_t *manifest) in NBOOT_SB3LoaderManifest() argument
681 assert(manifest); in NBOOT_SB3LoaderManifest()
683 … return BOOTLOADER_API_TREE_POINTER->nbootAuthenticate->nboot_sb3_load_manifest(context, manifest); in NBOOT_SB3LoaderManifest()
/hal_nxp-latest/mcux/mcux-sdk/components/conn_fwloader/include/
Dfsl_loader_utils.h211 * This type defines the header used in the SB3.1 manifest
217 …rsion; /*! offset 0x04: (major = 3, minor = 1); The format version determines the manifest (block0)
220 … uint32_t blockCount; /*! offset 0x0C: Number of blocks not including the manifest (block0). */
224 …uint32_t imageTotalLength; /*! offset 0x20: Total manifest length in bytes, including signat…
232 * @brief manifest loading parameters
234 * This type defines the NBOOT SB3.1 manifest loading parameters
Dnboot_rom_api_table.h18 uint32_t *manifest,
31 uint32_t *manifest,
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/manifests/
Dmiddleware_nxp_usb_MIMX8MQ6_manifest_v3_10.xml2 <ksdk:manifest xmlns:ksdk="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd" xmlns:xsi="http://www.w3…
4 …<!--This manifest is generated based on sdk repo commit: dcc319a0105d6a9ebec0bc625dd7aae64718cd3d-…
46 </ksdk:manifest>
Dmiddleware_nxp_usb_LPC55S06_manifest_v3_10.xml2 <ksdk:manifest xmlns:ksdk="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd" xmlns:xsi="http://www.w3…
4 …<!--This manifest is generated based on sdk repo commit: dcc319a0105d6a9ebec0bc625dd7aae64718cd3d-…
61 </ksdk:manifest>
Dmiddleware_nxp_usb_LPC5506CPXXXX_manifest_v3_10.xml2 <ksdk:manifest xmlns:ksdk="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd" xmlns:xsi="http://www.w3…
4 …<!--This manifest is generated based on sdk repo commit: dcc319a0105d6a9ebec0bc625dd7aae64718cd3d-…
61 </ksdk:manifest>
Dmiddleware_nxp_usb_MCIMX7U5_manifest_v3_10.xml2 <ksdk:manifest xmlns:ksdk="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd" xmlns:xsi="http://www.w3…
4 …<!--This manifest is generated based on sdk repo commit: dcc319a0105d6a9ebec0bc625dd7aae64718cd3d-…
75 </ksdk:manifest>
Dmiddleware_nxp_usb_MIMX8MQ6_manifest_v3_13.xml2 <ksdk:manifest xmlns:ksdk="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd" xmlns:xsi="http://www.w3…
50 </ksdk:manifest>
Dmiddleware_nxp_usb_LPC55S06_manifest_v3_13.xml2 <ksdk:manifest xmlns:ksdk="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd" xmlns:xsi="http://www.w3…
69 </ksdk:manifest>
Dmiddleware_nxp_usb_K32L3A60_manifest_v3_10.xml2 <ksdk:manifest xmlns:ksdk="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd" xmlns:xsi="http://www.w3…
4 …<!--This manifest is generated based on sdk repo commit: dcc319a0105d6a9ebec0bc625dd7aae64718cd3d-…
293 </ksdk:manifest>
Dmiddleware_nxp_usb_MCIMX7U5_manifest_v3_13.xml2 <ksdk:manifest xmlns:ksdk="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd" xmlns:xsi="http://www.w3…
86 </ksdk:manifest>

123