Yocto 2.0 Colibri - IMX6 kernel panic

I’m trying to compile yocto 2.0 for Colibri imx6 only for testing.
After generate an image fsl-image-machine-test I wrote the image into the the sd card using dd.

In the u-boot I changed only the sdargs to support ext4 ;

sdargs=ip=off root=/dev/mmcblk1p2 rw,noatime rootfstype=ext4 rootwait

When I tried to boot using run sdcard I get a kernel panic.

kernel panic pastie

Judging from the error messages right before the kernel panic it seems that allocating memory for the CAAM device failed (error code -12 means ENOMEM). I guess one of this conditions is not handled properly by the driver, hence leading to a kernel panic.

How does the complete kernel command line looks like? What exact kernel version do you use? The first 10-20 lines of the boot log contain those information, hence a complete boot log would answer those questions…