Lines Matching full:ppa

51 		debug("Skipping PPA init, running at EL%d\n", el);  in ppa_init()
57 debug("%s: PPA image load from XIP\n", __func__); in ppa_init()
64 /* Copy PPA image from MMC/SD/NAND to allocated memory */ in ppa_init()
72 debug("%s: PPA image load from eMMC/SD\n", __func__); in ppa_init()
81 printf("PPA: MMC cannot find device for PPA firmware\n"); in ppa_init()
93 printf("PPA: malloc failed for FIT header(size 0x%zx)\n", in ppa_init()
100 debug("%s: MMC read PPA FIT header: dev # %u, block # %u, count %u\n", in ppa_init()
105 printf("MMC/SD read of PPA FIT header at offset 0x%x failed\n", in ppa_init()
120 printf("PPA: malloc failed for PPA header\n"); in ppa_init()
129 printf("MMC/SD read of PPA header failed\n"); in ppa_init()
132 debug("Read PPA header to 0x%p\n", ppa_hdr_ddr); in ppa_init()
143 printf("PPA: malloc failed for PPA image(size 0x%zx)\n", in ppa_init()
150 debug("%s: MMC read PPA FIT image: dev # %u, block # %u, count %u\n", in ppa_init()
156 printf("MMC/SD read of PPA FIT header at offset 0x%x failed\n", in ppa_init()
164 debug("%s: PPA image load from NAND\n", __func__); in ppa_init()
171 printf("NAND read of PPA FIT header at offset 0x%x failed\n", in ppa_init()
185 printf("PPA: malloc failed for PPA header\n"); in ppa_init()
196 printf("NAND read of PPA firmware at offset 0x%x failed\n", in ppa_init()
200 debug("Read PPA header to 0x%p\n", ppa_hdr_ddr); in ppa_init()
209 printf("PPA: malloc failed for PPA image(size 0x%zx)\n", in ppa_init()
219 printf("NAND read of PPA firmware at offset 0x%x failed\n", in ppa_init()
271 debug("fsl-ppa: boot_loc_ptr_l = 0x%p, boot_loc_ptr_h =0x%p\n", in ppa_init()