Home
last modified time | relevance | path

Searched refs:container (Results 1 – 25 of 35) sorted by relevance

12

/u-boot/arch/arm/mach-imx/imx8/
A Dparse-container.c75 struct container_hdr *container, in read_auth_image() argument
83 if (image_index > container->num_images) { in read_auth_image()
103 container, sector, sectors); in read_auth_image()
123 struct container_hdr *container = NULL; in read_auth_container() local
138 container, sector, sectors); in read_auth_container()
142 if (container->tag != 0x87 && container->version != 0x0) { in read_auth_container()
147 if (!container->num_images) { in read_auth_container()
152 length = container->length_lsb + (container->length_msb << 8); in read_auth_container()
162 __func__, container, sector, sectors); in read_auth_container()
180 for (i = 0; i < container->num_images; i++) { in read_auth_container()
[all …]
A DMakefile12 obj-$(CONFIG_SPL_LOAD_IMX_CONTAINER) += image.o parse-container.o
/u-boot/doc/imx/mkimage/
A Dimx8image.txt4 This documentation entry describes the i.MX8 container format and how
13 The Primary Boot Container Set contains two containers. The 1st container
14 only contain the SECO firmware image, the 2nd container can contain
29 APPEND [ahab container image]
30 - indicates the ahah image that will be put in the 1st container
31 When creating container image will be loaded by SPL, this entry
34 - indicates to create the 2nd container
36 - indicates images will be put in the 2nd container
42 APPEND mx8qm-ahab-container.img
/u-boot/tools/
A Dimx8image.c14 static int container = -1; variable
536 boot_img_t *img = &container->img[container->num_images]; in set_image_array_entry()
623 img = &container->img[container->num_images]; in set_image_array_entry()
733 size += ALIGN(container->length, container->padding); in flatten_container_header()
764 ptr += ALIGN(container->length, container->padding) - in flatten_container_header()
765 container->length; in flatten_container_header()
786 int container = -1; in build_container() local
819 if (container < 0) { in build_container()
836 if (container < 0) { in build_container()
855 container++; in build_container()
[all …]
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dportals.c17 void fdt_portal(void *blob, const char *compat, const char *container, in fdt_portal() argument
61 if (container && (memcmp(container, name, len))) { in fdt_portal()
63 container, name); in fdt_portal()
/u-boot/board/freescale/imx8qm_mek/
A Dimximage.cfg12 /* Append seco container image */
13 APPEND mx8qm-ahab-container.img
14 /* Create the 2nd container */
A DREADME7 - Get scfw_tcm.bin and ahab-container.img
20 Get scfw_tcm.bin and ahab-container.img
37 $ cp firmware-imx-7.6/firmware/seco/ahab-container.img .
A Duboot-container.cfg8 /* This file is to create a container image could be loaded by SPL */
/u-boot/board/advantech/imx8qm_rom7720_a1/
A Dimximage.cfg12 /* Append seco container image */
13 APPEND mx8qm-ahab-container.img
14 /* Create the 2nd container */
/u-boot/board/siemens/capricorn/
A Dimximage.cfg15 /* Append seco container image */
16 APPEND ahab-container.img
17 /* Create the 2nd container */
A Duboot-container.cfg8 /* This file is to create a container image could be loaded by SPL */
/u-boot/board/freescale/imx8qxp_mek/
A Dimximage.cfg15 /* Append seco container image */
16 APPEND ahab-container.img
17 /* Create the 2nd container */
A Duboot-container.cfg8 /* This file is to create a container image could be loaded by SPL */
/u-boot/board/toradex/apalis-imx8x/
A Dapalis-imx8x-imximage.cfg15 /* Append seco container image */
16 APPEND mx8qx-ahab-container.img
17 /* Create the 2nd container */
/u-boot/board/toradex/colibri-imx8x/
A Dcolibri-imx8x-imximage.cfg15 /* Append seco container image */
16 APPEND mx8qx-ahab-container.img
17 /* Create the 2nd container */
/u-boot/board/toradex/apalis-imx8/
A Dapalis-imx8-imximage.cfg15 /* Append seco container image */
16 APPEND mx8qm-ahab-container.img
17 /* Create the 2nd container */
/u-boot/drivers/pci/
A Dpci_sandbox.c30 struct udevice *container, *emul; in sandbox_pci_write_config() local
33 ret = sandbox_pci_get_emul(bus, devfn, &container, &emul); in sandbox_pci_write_config()
48 struct udevice *container, *emul; in sandbox_pci_read_config() local
54 ret = sandbox_pci_get_emul(bus, devfn, &container, &emul); in sandbox_pci_read_config()
56 if (!container) { in sandbox_pci_read_config()
/u-boot/doc/imx/ahab/guides/
A Dmx8_mx8x_encrypted_boot.txt103 1.4 Preparing the image container
137 2nd container will be encrypted.
142 1.7 Encrypting the 2nd container
187 - Insert DEK Blob into container signature block:
201 2.0 Encrypting a standalone container
208 2.1 Creating the OS container
215 - Creating OS container:
235 2.3 Encrypting the standalone container
241 - Encrypt the standalone container:
250 2.4 Generating the DEK Blob for standalone container
[all …]
/u-boot/doc/board/freescale/
A Dimx8qxp_mek.rst12 - Get scfw_tcm.bin and ahab-container.img
27 Get scfw_tcm.bin and ahab-container.img
44 $ cp imx-seco-2.3.1/firmware/seco/mx8qx-ahab-container.img ./ahab-container.img
/u-boot/doc/board/toradex/
A Dapalix-imx8x.rst10 - Get scfw_tcm.bin and ahab-container.img
25 Get scfw_tcm.bin and ahab-container.img
40 $ cp imx-seco-3.6.3/firmware/seco/mx8qxb0-ahab-container.img mx8qx-ahab-container.imx8_defconfig
A Dapalix-imx8.rst10 - Get scfw_tcm.bin and ahab-container.img
25 Get scfw_tcm.bin and ahab-container.img
48 $ cp firmware-imx-8.0/firmware/seco/ahab-container.img .
A Dcolibri-imx8x.rst10 - Get scfw_tcm.bin and ahab-container.img
25 Get scfw_tcm.bin and ahab-container.img
48 $ cp firmware-imx-8.0/firmware/seco/ahab-container.img .
/u-boot/doc/board/advantech/
A Dimx8qm-rom7720-a1.rst10 - Get scfw_tcm.bin and ahab-container.img
27 Get scfw_tcm.bin and ahab-container.img
50 $ cp firmware-imx-8.0/firmware/seco/mx8qm-ahab-container.img $(builddir)
/u-boot/
A D.azure-pipelines.yml56 container:
66 container:
80 container:
92 container:
102 container:
113 container:
124 container:
159 # We cannot use "container" like other jobs above, as buildman
160 # seems to hang forever with pre-configured "container" environment
167 container:
[all …]
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
A Dfsl_portals.h21 void fdt_portal(void *blob, const char *compat, const char *container,

Completed in 18 milliseconds

12