I am trying to boot CAmkES-ARM-VM and got problem in elfloader. I tested Jetson-TK1 and TK1-SOM. The results are same. I've set bootm_boot_mode=nonsec in u-boot and tracked registers in function switch_to_hyp_mode().
1) Enter switch_to_hyp_mode(), after
asm volatile (
"mrc p15, 0, %0, c1, c1, 0":
"=r"(scr));
==>
scr == 0x100, in which NS==0, HCE==1, SCD==0, SIF==0