/trusted-firmware-a/drivers/nxp/auth/csf_hdr_parser/ |
A D | plat_img_parser.c | 80 static int check_integrity(void *img, unsigned int img_len) in check_integrity() argument 90 flush_dcache_range((uintptr_t) img, img_len); in check_integrity() 96 VERBOSE("Barker code is %x\n", *(unsigned int *)img); in check_integrity() 97 ret = validate_esbc_header(img, &img_key, &key_len, &img_sign, in check_integrity() 105 ret = calc_img_hash(img, (uint8_t *)img + CSF_HDR_SZ, in check_integrity() 125 void *img, unsigned int img_len, in get_auth_param() argument
|
/trusted-firmware-a/drivers/auth/ |
A D | auth_mod.c | 97 void *img, unsigned int img_len) in auth_hash() argument 111 img, img_len, &data_ptr, &data_len); in auth_hash() 150 void *img, unsigned int img_len) in auth_signature() argument 159 img, img_len, &data_ptr, &data_len); in auth_signature() 164 img, img_len, &sig_ptr, &sig_len); in auth_signature() 169 img, img_len, &sig_alg_ptr, &sig_alg_len); in auth_signature() 190 param->pk, img, img_len, in auth_signature() 237 void *img, unsigned int img_len, in auth_nvctr() argument 251 img, img_len, &data_ptr, &data_len); in auth_nvctr()
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/ |
A D | hikey960.rst.txt | 137 ./sec_usb_xloader.img 0x00020000 138 ./sec_uce_boot.img 0x6A908000 161 $sudo fastboot flash ptable prm_ptable.img 162 $sudo fastboot flash xloader sec_xloader.img 165 $sudo fastboot flash boot boot.img 166 $sudo fastboot flash cache cache.img 167 $sudo fastboot flash system system.img 168 $sudo fastboot flash userdata userdata.img
|
A D | hikey.rst.txt | 140 $sudo fastboot flash ptable prm_ptable.img 143 $sudo fastboot flash boot boot.img 144 $sudo fastboot flash cache cache.img 145 $sudo fastboot flash system system.img 146 $sudo fastboot flash userdata userdata.img
|
A D | meson-axg.rst.txt | 24 instructions in the `U-Boot repository`_, replacing the mentioned **bl31.img**
|
A D | meson-g12a.rst.txt | 24 mentioned **bl31.img** by the one built from this port.
|
A D | meson-gxl.rst.txt | 24 mentioned **bl31.img** by the one built from this port.
|
A D | rpi3.rst.txt | 34 - If a file called ``kernel8.img`` is located on the ``boot`` partition of the 43 `Raspbian`_ distribution by renaming it to ``kernel8.img``, while TF-A and 46 sure that the name on the SD card is ``kernel8.img``. 68 The file ``kernel8.img`` contains a kernel image that is loaded to the address 212 because the file ``kernel8.img`` can be loaded anywhere by modifying the file 392 cp arch/arm64/boot/Image /path/to/boot/kernel8.img 405 the existing ``kernel7.img`` (we have already copied a AArch64 kernel). 416 2. Rename ``kernel7.img`` to ``kernel8.img``. This tricks the VideoCore 420 3. Copy ``armstub8.bin`` here. When ``kernel8.img`` is available, The VideoCore
|
A D | ti-k3.rst.txt | 57 cp tiboot3.bin tispl.bin u-boot.img /sdcard/boot/
|
/trusted-firmware-a/docs/plat/ |
A D | hikey960.rst | 137 ./sec_usb_xloader.img 0x00020000 138 ./sec_uce_boot.img 0x6A908000 161 $sudo fastboot flash ptable prm_ptable.img 162 $sudo fastboot flash xloader sec_xloader.img 165 $sudo fastboot flash boot boot.img 166 $sudo fastboot flash cache cache.img 167 $sudo fastboot flash system system.img 168 $sudo fastboot flash userdata userdata.img
|
A D | hikey.rst | 140 $sudo fastboot flash ptable prm_ptable.img 143 $sudo fastboot flash boot boot.img 144 $sudo fastboot flash cache cache.img 145 $sudo fastboot flash system system.img 146 $sudo fastboot flash userdata userdata.img
|
A D | meson-axg.rst | 24 instructions in the `U-Boot repository`_, replacing the mentioned **bl31.img**
|
A D | meson-g12a.rst | 24 mentioned **bl31.img** by the one built from this port.
|
A D | meson-gxl.rst | 24 mentioned **bl31.img** by the one built from this port.
|
A D | rpi3.rst | 34 - If a file called ``kernel8.img`` is located on the ``boot`` partition of the 43 `Raspbian`_ distribution by renaming it to ``kernel8.img``, while TF-A and 46 sure that the name on the SD card is ``kernel8.img``. 68 The file ``kernel8.img`` contains a kernel image that is loaded to the address 212 because the file ``kernel8.img`` can be loaded anywhere by modifying the file 392 cp arch/arm64/boot/Image /path/to/boot/kernel8.img 405 the existing ``kernel7.img`` (we have already copied a AArch64 kernel). 416 2. Rename ``kernel7.img`` to ``kernel8.img``. This tricks the VideoCore 420 3. Copy ``armstub8.bin`` here. When ``kernel8.img`` is available, The VideoCore
|
A D | ti-k3.rst | 57 cp tiboot3.bin tispl.bin u-boot.img /sdcard/boot/
|
/trusted-firmware-a/include/drivers/nxp/auth/csf_hdr_parser/ |
A D | csf_hdr.h | 48 } img; member 99 } img; member 144 } img; member
|
/trusted-firmware-a/include/drivers/auth/ |
A D | img_parser_mod.h | 38 int (*check_integrity)(void *img, unsigned int img_len); 40 void *img, unsigned int img_len,
|
/trusted-firmware-a/plat/amlogic/axg/ |
A D | platform.mk | 84 all: ${BUILD_PLAT}/bl31.img 93 ${BUILD_PLAT}/bl31.img: ${BUILD_PLAT}/bl31.bin ${DOIMAGETOOL} 94 ${DOIMAGETOOL} ${BUILD_PLAT}/bl31.bin ${BUILD_PLAT}/bl31.img
|
/trusted-firmware-a/plat/amlogic/g12a/ |
A D | platform.mk | 80 all: ${BUILD_PLAT}/bl31.img 89 ${BUILD_PLAT}/bl31.img: ${BUILD_PLAT}/bl31.bin ${DOIMAGETOOL} 90 ${DOIMAGETOOL} ${BUILD_PLAT}/bl31.bin ${BUILD_PLAT}/bl31.img
|
/trusted-firmware-a/plat/amlogic/gxl/ |
A D | platform.mk | 80 all: ${BUILD_PLAT}/bl31.img 89 ${BUILD_PLAT}/bl31.img: ${BUILD_PLAT}/bl31.bin ${DOIMAGETOOL} 90 ${DOIMAGETOOL} ${BUILD_PLAT}/bl31.bin ${BUILD_PLAT}/bl31.img
|
/trusted-firmware-a/drivers/auth/mbedtls/ |
A D | mbedtls_x509_parser.c | 143 static int cert_parse(void *img, unsigned int img_len) in cert_parse() argument 150 p = (unsigned char *)img; in cert_parse() 409 static int check_integrity(void *img, unsigned int img_len) in check_integrity() argument 411 int rc = cert_parse(img, img_len); in check_integrity() 430 void *img, unsigned int img_len, in get_auth_param() argument
|
/trusted-firmware-a/docs/build/TF-A_2.5/_static/ |
A D | basic.css | 110 img { selector 195 img.toggler { 280 img.align-left, figure.align-left, .figure.align-left, object.align-left { 286 img.align-right, figure.align-right, .figure.align-right, object.align-right { 292 img.align-center, figure.align-center, .figure.align-center, object.align-center { 298 img.align-default, figure.align-default, .figure.align-default { 867 img.math {
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
A D | cot-binding.rst.txt | 182 Definition: must be "arm, img-descs" 227 compatible = "arm, img-descs"; 239 next-img {
|
/trusted-firmware-a/docs/components/ |
A D | cot-binding.rst | 182 Definition: must be "arm, img-descs" 227 compatible = "arm, img-descs"; 239 next-img {
|